summaryrefslogtreecommitdiffstats
path: root/recipes-bcm/bootfiles
Commit message (Collapse)AuthorAgeFilesLines
* bootfiles: Move to recipes-bspAndrei Gherzan2015-03-122-113/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-config,README: Add option to enable offline image compositingAlex J Lennon2014-08-141-0/+6
| | | | | | | | | | | | | | | | | | Set this variable to enable support for dispmanx offline compositing DISMANX_OFFLINE = "1" This will enable the firmware to fall back to off-line compositing of Dispmanx elements. Normally the compositing is done on-line, during scanout, but cannot handle too many elements. With off-line enabled, an off-screen buffer is allocated for compositing. When scene complexity (number and sizes of elements) is high, compositing will happen off-line into the buffer. Heavily recommended for Wayland/Weston. See: http://wayland.freedesktop.org/raspberrypi.html Change-Id: I722b20ff5bdba1bdd0683d30bee07c3934c95a1f Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
* rpi-config: Use deploy as it should be usedAndrei Gherzan2014-01-251-41/+46
| | | | | Change-Id: I6c7782f3f46adeae74e22991bb9203dafa2e1c78 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles: Use deploy as it should be usedAndrei Gherzan2014-01-251-14/+20
| | | | | Change-Id: Ia90f01e037286647fdfafdd54ccb47c1ad9cbab2 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-config: Add video camera controlGary Thomas2014-01-031-0/+6
| | | | | | | | Add video camera enable 'VIDEO_CAMERA' for config.txt Change-Id: I547004eebfba204ba683365bbdbad143f2cdfe6e Signed-off-by: Gary Thomas <gary@mlbassoc.com> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-config: Update to 2013-08-20 master's snapshotAndrei Gherzan2013-08-211-2/+2
| | | | | | Use git as package version. There is no package version for this script. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bootfiles, vc-graphics: consolidate SRC_URI and S variablesPaul Barker2013-06-101-5/+1
| | | | | | | | | | | The variables RPIFW_SRC_URI and RPIFW_S are created in the common firmware include file so that it is easier to override the firmware source in a local or distro config file. RPIFW_SRC_URI is used to set SRC_URI in firmware.inc as it is common to both bootfiles and vc-graphics. RPIFW_S is used as a prefix for S in bcm2835-bootfiles.bb and vc-graphics.inc as different subdirectories are referenced in each recipe. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
* rpi-config: Add variables to set memory split for 256/512 modelsAndrei Gherzan2012-11-271-1/+12
| | | | | | | | | | | | | | | | GPU_MEM gpu_mem - GPU memory in megabyte. Sets the memory split between the ARM and GPU. ARM gets the remaining memory. Min 16. Default 64 GPU_MEM_256 gpu_mem_256 -GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by the 512MB RP. Overrides gpu_mem. Max 192. GPU_MEM_512 gpu_mem_512 -GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by the 256MB RP. Overrides gpu_mem. Max 448. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-config: Update to 62bf3e9db62f547eb1a2a352dde957d2f94bd216Andrei Gherzan2012-11-271-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles: Deploy .dat files tooAndrei Gherzan2012-11-271-1/+4
| | | | | | These files are used in the boot process with the updated bootloader. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-config: Add variables for overclocking options.Julian Scheel2012-10-171-0/+12
| | | | | | | config.txt allows several overclocking parameters to be tweakes. This makes the most important ones overridable through local.conf. Signed-off-by: Julian Scheel <julian@jusst.de>
* rpi-config: Add variable for overscan configuration.Julian Scheel2012-10-171-0/+3
| | | | | | | Add a DISABLE_OVERSCAN variable that can be used in local.conf to overwrite the overscan default setting. Signed-off-by: Julian Scheel <julian@jusst.de>
* rpi-config: update git revision.Julian Scheel2012-10-171-2/+2
| | | | | | Several options have been added in the meantime to config.txt. Signed-off-by: Julian Scheel <julian@jusst.de>
* RPi-config: Rename recipe to rpi-configAndrei Gherzan2012-09-192-1/+1
| | | | | | | | This was done to avoid errors like: | *** Error: Package name contains illegal characters, (other than [a-z0-9.+-]) while using ipk. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles: Add rdepends to RPi-configAndrei Gherzan2012-09-181-1/+3
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* RPi-config: Create recipe for config.txt fileAndrei Gherzan2012-09-181-0/+31
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles.bb: Fix file permissionsAndrei Gherzan2012-09-161-0/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles.bb: Add COMPATIBLE_MACHINEAndrei Gherzan2012-08-291-0/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles: Add stamp in deploy directoryAndrei Gherzan2012-08-281-0/+2
| | | | | | In this way we can tell exactly what version is deployed. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* Merge pull request #5 from agherzan/devel_miscDavid-John Willis2012-06-291-1/+1
|\ | | | | bcm2835-bootfiles: Modify LICENSE to match license from poky common licenses.
| * bcm2835-bootfiles: Modify LICENSE to match license from poky common licensesAndrei Gherzan2012-05-211-1/+1
| | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* | firmware: use common include to set source revision and include date in versionTomas Frydrych2012-06-221-4/+3
|/ | | | | | The firmware is split over multiple packages all of which need to use the same source revision. Also, the firmware is currently not formally versioned, so at least use the date the firmware was released in the versions.
* bcm2835-bootfiles: update to latest firmwarePaul Eggleton2012-05-152-11/+6
| | | | | | | | * Update to the latest git revision * Use the license file recently added upstream rather than a local one * Tidy up a few things in the recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* bcm2835-bootfiles: Add recipe to download the binary bootfiles and store ↵David-John Willis2012-04-122-0/+34
them in ${DEPLOY_DIR_IMAGE}.