summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-rpi2-defaultenv/init
Commit message (Collapse)AuthorAgeFilesLines
* v7a: add RAUC support for rpi3Roland Hieber2023-08-151-3/+2
| | | | | | | | | | | | | * Enable barebox bootchooser framework * Add a redundant root partition to the genimage config. The state and environment partitions can live in the first 4 MiB of the SD card, so move the the boot partition by the same amount. * Add appropriate variables to the barebox defaultenv so the bootchooser can decide into which partition to boot * Add a state backend to the device tree fragment * Map partitions in rauc-udev compatibility layer Signed-off-by: Roland Hieber <rhi@pengutronix.de>
* platform-v7a: rpi2: create own rpi2 barebox defaultenvChris Fiege2017-07-041-0/+13
Using this change the barebox-rpi2 package has its own defaultenv directory. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>