summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/bootfiles/rpi-config_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* rpi-config: fix config variables with the same initial name being overwrittenHugo Hromic2018-01-291-10/+10
|
* rpi-config: allow VC4DTBO override on raspberrypi3-64Ricardo Salveti2018-01-111-1/+1
| | | | | | Allow user to replace VC4DTBO (e.g. vc4-kms-v3d) on raspberrypi3-64. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* rpi-config: Add RPI_EXTRA_CONFIG optionPaul Barker2017-12-181-0/+3
| | | | | | | The variable RPI_EXTRA_CONFIG can be set in local.conf to append text to the Raspberry Pi config.txt file as described in the documentation. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* rpi-config: Do not force HDMI mode for raspberrypi3-64Paul Barker2017-10-091-3/+0
| | | | | | | Forcing hdmi_drive=2 prevents the use of a DVI monitor and a HDMI-DVI converter cable. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* raspberrypi3-64: Use vc4-fkms-v3d overlay for rpi64Khem Raj2017-09-201-2/+12
| | | | | | | | | Use correct overlay for enabled vc4 accelaration This enable 3D accelaration over dispmanx on vc4/rpi64 Enable audio over HDMI Disable overscan to avoid graphics glitches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipe: anchor regexps in COMPATIBLE_MACHINEMartin Jansa2017-07-271-1/+1
| | | | | | | | | * bitbake is using re.match, so raspberrypi actually matches with anything ^raspberrypi.* which currently works, but it will also match with hypothetical raspberrypi-is-no-more-this-is-banana-now MACHINE which isn't intended by this COMPATIBLE_MACHINE. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pitft: Include a pitft35r MACHINE_FEATURERob Woolley2017-04-171-0/+6
| | | | | | | This MACHINE_FEATURE will automatically add the recommended Adafruit configuration line to the Raspberry Pi config.txt. Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
* rpi-config: fix invalid shell variable nameAndrea Galbusera2017-04-051-1/+1
| | | | | | | | Commit da32aac introduced an invalid shell variable name in do_deploy(): according to bash manpage variable names cannot contain dots. Replace dot with underscore to fix it. Signed-off-by: Andrea Galbusera <gizero@gmail.com>
* rpi-config: waveshare screen supportTrevor Woerner2017-04-031-0/+10
| | | | | | | | | | | | | | | | Add support for the Waveshare 1024x600 "C" Rev2.1 7" IPS Capacitive Touch Screen LCD with HDMI interface: http://www.waveshare.com/7inch-HDMI-LCD-C.htm http://www.waveshare.com/wiki/7inch_HDMI_LCD_(C) This product works "out of the box" with the Raspberry Pi. Simply connect the provided HDMI and USB cables between the two devices. The touch<=>mouse integration works automatically. Tested with a Raspberry Pi 3, with a 32-bit raspberrypi3 build. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
* rpi-config: Specify bcm2710-rpi-3-b dtb for 64bit rpi3Khem Raj2017-02-161-0/+6
| | | | | | Let config.txt explicitly specify it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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>
* 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-121-0/+74
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>