summaryrefslogtreecommitdiffstats
path: root/defaultenv
Commit message (Collapse)AuthorAgeFilesLines
...
* defaultenv/update: add check crc32 optionsJean-Christophe PLAGNIOL-VILLARD2010-10-122-4/+12
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defaultenv/update: merge update_rootfs and update_kernelJean-Christophe PLAGNIOL-VILLARD2010-10-126-37/+54
| | | | | | | use getopt to simplify it and prepare for xmodem support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defaultenv: handle disk partitionsSascha Hauer2010-10-111-0/+4
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defaultenv: create /dev/ram0.kernel at offset 8MMarc Kleine-Budde2010-08-251-1/+1
| | | | | | | otherwise uImages won't boot. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defaultenv: fix adding of nand_partsMarc Kleine-Budde2010-08-251-1/+1
| | | | | | | Really add nand_parts if nand_parts are set, not nor_parts. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defaultenv: fix physmap-flash device nameMarc Kleine-Budde2010-08-251-1/+1
| | | | | | | | The first physmap-flash device is called "physmap-flash.0" (like zero), not "physmap-flash.o" (like in oops). Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add a generic default environmentSascha Hauer2010-06-226-0/+214
We have several nearly identical default environments in the tree. Lets merge them to a single environment and use it on many boards. This defaultenv is arm centric at the moment due to the use of arm specific boot commands. This can be improved over time. changes since last version: - fix potentially empty variable tests - be a bit more verbose in boot script - run a board specific init script (/env/bin/init_board) if it exists Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>