summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/bootfiles
Commit message (Collapse)AuthorAgeFilesLines
...
* pitft: Add basic support for PiTFTPetter Mabäcker2016-03-011-2/+4
| | | | | | | | | | | | | | | | Add basic support for PiTFT display by using device-trees. In order get it working below configurations must be active in local.conf: MACHINE_FEATURES += "pitft" - This will enable SPI bus and i2c device-trees, it will also setup framebuffer for console and x server on PiTFT. [Support #70] Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-config: I2C supportPetter Mabäcker2016-03-011-0/+6
| | | | | | | | | | | | | | | | With newer kernels (>=3.18) that supports device-trees I2C should be enabled with device-trees. This is now support by adding: ENABLE_I2C = "1" in local.conf This will enable the dtparams: i2c1 i2c_arm Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-config: Upgrade to tip of tree to get GPU_MEM_1024Khem Raj2016-02-281-1/+4
| | | | | | Document it in README Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rpi-config: SPI bus supportGary Thomas2015-12-021-0/+6
| | | | | | | | | With the newer kernels that use device tree, the SPI bus is only enabled by a device tree setting. This is now supported by adding ENABLE_SPI_BUS = "1" in local.conf Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* rpi-config: fix setting decode_WVC1 in config.txtJonathan Liu2015-09-241-1/+1
| | | | Signed-off-by: Jonathan Liu <net147@gmail.com>
* bootfiles: Move to recipes-bspAndrei Gherzan2015-03-122-0/+113
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>