summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-am335x-defaultenv/init
Commit message (Collapse)AuthorAgeFilesLines
* v7a: add RAUC support for beaglebone blackRoland Hieber2023-08-151-2/+2
| | | | | | | | | | | * Enable barebox bootchooser framework * Add a redundant root partition to the genimage config * 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>
* barebox-am335x-defaultenv: add usb limit script from upstreamRouven Czerwinski2018-12-071-0/+5
| | | | | | | | The barebox beaglebone defaultenv contains an init script to adjust the usb-limit to 1300mA. Import from upstream to be consistent with the barebox defaultenv. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
* barebox-am335x-defaultenv: fix bootsource selectionRouven Czerwinski2018-12-071-4/+2
| | | | | | | | According to the board.c file from barebox, the bootsource can either be "mmc0" or "mmc1". Adjust the bootsource init file for barebox to automatically start a newly installed DistroKit. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
* platform-v7a: am335x: create own barebox defaultenvChris Fiege2017-07-041-0/+13
Using this change the barebox-am335x package has its own defaultenv directory. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>