summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/bootfiles
Commit message (Collapse)AuthorAgeFilesLines
* rpi-config_git.bb: add v4c overlay to config.txt to support vc4graphicsHerve Jourdain2016-09-211-1/+9
| | | | Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
* rpi-config: Add UART enablerTheodor Gherzan2016-04-211-0/+6
| | | | | Signed-off-by: Theodor Gherzan <theodor@resin.io> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* pitft: Add support for pitft28rPetter Mabäcker2016-04-131-0/+6
| | | | | | | | | | | The support for PiTFT 28 inch resistive touchscreen is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft28r" While at it also fix a minor typo in README. Signed-off-by: Petter Mabäcker <petter@technux.se>
* bcm2835-bootfiles: Update LICENCE md5 due to firmware revision updateTheodor Gherzan2016-03-101-1/+1
| | | | Signed-off-by: Theodor Gherzan <theodor@resin.io>
* pitft: Add PiTFT22 supportPetter Mabäcker2016-03-011-0/+7
| | | | | | | | | | | | | | | | | | - Add support to build overlays for PiTFT22 in the kernel. - Setup a basic configuration for the driver The PiTFT22 support is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft22" This patch also includes restructuring of kernel patches per kernel version specific directories. [Support #70] Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* 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>