summaryrefslogtreecommitdiffstats
path: root/tests/make_barebox_env
Commit message (Collapse)AuthorAgeFilesLines
* [make_barebox_env] make "ptxdist test make_barebox_env" work correctlyMichael Olbrich2010-11-071-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [make_barebox_env] create the config file hereMichael Olbrich2010-08-171-10/+18
| | | | | | Also look for platform specific versions. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* make environment scripts standalone usableLuotao Fu2010-04-151-2/+12
| | | | | | | | | Calling make_barebox_env and make_uboot_v2_env directly by "ptxdist test ..." used to fail since these scripts depends on some preconditions set by "ptxdist test setenv". Add fix so that these scripts can also be used directly. Signed-off-by: Luotao Fu <l.fu@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxdist] fix exclude pattern while building environmentLuotao Fu2010-03-181-1/+2
| | | | | | | | | The exclude pattern in the scripts for barebox/uboot-v2 environment creation is broken. It will include the config.in template file and all backup files in Emacs or vim style. Fix this so that we won't find things like /env/bin/config.in or /env/config.in~ on the target after running "test setenv" Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* [ptxdist] relocate setenv config file parsing codeLuotao Fu2010-02-251-19/+0
| | | | | | | | remove the config parsing part from make_barebox_env and put into the main setenv script to make the code more clear. Also updated some comments to make clear how the stuff works. Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* [ptxdist] add barebox environment directoryLuotao Fu2010-02-241-5/+24
| | | | | | | we now no longer search for barebox environment in u-boot-env in BSP. Instead we have our own environment directory called barebox-env. Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* [ptxdist] add environment image generation for bareboxLuotao Fu2010-02-241-0/+18
ptxdist now can tell if the target has a barebox or u-boot-v2 bootloader running and calls, depending on this information, the proper script to generate a environment image for the target. Signed-off-by: Luotao Fu <l.fu@pengutronix.de>