summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-vexpress-defaultenv
Commit message (Collapse)AuthorAgeFilesLines
* 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-0710-22/+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>
* barebox-v7a: remove bootchoser filesRouven Czerwinski2018-11-281-3/+0
| | | | | | | Remove bootchoser files which contain a typo and try to call a binary with an option that does not exist. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
* platform-v7a: barebox: don't break the console autodetectionRoland Hieber2018-02-191-0/+0
| | | | | | | | | The global variable linux.bootargs.console is set by barebox on startup to the chosen stdout path from the Device Tree. Rename the variable in our barebox defaultenvs to prevent shadowing this automatic variable, so that the stdout path is passed on to the Linux kernel. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
* platform-v7a: barebox: fix bootchooser NV variablesJan Luebbe2017-08-189-0/+7
| | | | | | | This fixes the bootchooser configuration to match the state layout in the devicetree. Signed-off-by: Jan Luebbe <jlu@pengutronix.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-046-0/+29
Using this change the barebox-vexpress package has its own defaultenv directory. Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>