summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-vexpress-defaultenv/init
Commit message (Collapse)AuthorAgeFilesLines
* v7a: add RAUC support for qemu-vexpressRoland Hieber2023-08-151-1/+1
| | | | | | | | | | | | | * Enable barebox bootchooser framework * Add a redundant root partition to the genimage config. The current size of the rootfs is below 98 MiB, so we can add a second root partition to the image while keeping the overall image size the same. * Add appropriate variables to the barebox defaultenv so the bootchooser can decide into which partition to boot * Use the already existing bootstate in the upstream barebox Device Tree * Map partitions in rauc-udev compatibility layer Signed-off-by: Roland Hieber <rhi@pengutronix.de>
* platform-v7a: add bootsource init scriptRouven Czerwinski2018-12-071-0/+7
| | | | Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
* barebox-vexpress: disable state and bootchooser and remove filesRouven Czerwinski2018-12-071-13/+0
| | | | | | | | This disables broken support for state and bootchooser for barebox-vexpress. We also remove the nv files and the bootsource file, the later is unsupported since the vexpress platform will always report the bootsource as unknown. Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
* platform-v7a: fix bootsource selection for barebox-vexpressRouven Czerwinski2017-07-211-1/+1
| | | | | | | For the vexpress board the root filesystem is on disk0.0 not disk0.1. This fixes the barebox autoboot. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
* platform-v7a: vexpress: create own barebox defaultenvChris Fiege2017-07-041-0/+13
Using this change the barebox-vexpress package has its own defaultenv directory. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>