9
0
Fork 0
Commit Graph

16 Commits

Author SHA1 Message Date
Jean-Christophe PLAGNIOL-VILLARD d8c86961b3 move boards to arch/<architecure>/boards
this will allow each arch to handle the boards more simply and depending on
there need

the env var BOARD will refer to the current board dirent

for sandbox as we have only one board the board dirent is arch/sandbox/board

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-07-23 08:35:25 +02:00
Uwe Kleine-König 839f900ca2 trivial: fix typos concerning "hierarchy"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-07-05 08:27:27 +02:00
Sascha Hauer a3ffa97f40 rename U-Boot-v2 project to barebox
This has been done with the following script:

find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \
	-e 's/u2boot/barebox/g' \
	-e 's/U2Boot/barebox/g' \
	-e 's/U-boot V2/barebox/g' \
	-e 's/u-boot v2/barebox/g' \
	-e 's/U-Boot V2/barebox/g' \
	-e 's/U-Boot-v2/barebox/g' \
	-e 's/U_BOOT/BAREBOX/g' \
	-e 's/UBOOT/BAREBOX/g' \
	-e 's/uboot/barebox/g' \
	-e 's/u-boot/barebox/g' \
	-e 's/u_boot/barebox/g' \
	-e 's/U-Boot/barebox/g' \
	-e 's/U-boot/barebox/g' \
	-e 's/U-BOOT/barebox/g'

find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \
	xargs -0 -r rename 's/u[-_]?boot/barebox/'

It needs some manual fixup following in the next patch

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2009-12-15 10:18:30 +01:00
Sascha Hauer 93d99930df remove point from TODO file
The TODO file claimed that it is a bug that a = 10 does not work. As our
interpreter is a shell and such a thing does not work in shells, this
is not a bug but intention

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2008-04-04 14:45:04 +02:00
Sascha Hauer 101632b292 update TODO file
Many things are already done, some new things came up.

Signed-off-by: Carsten Schlote <schlote@vahanus.net>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2008-04-04 14:45:04 +02:00
Robert Schwebel 397274e04f add todo topic
Adds a todo issue.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
2007-11-27 21:34:05 +01:00
Marc Kleine-Budde ba04e76f9f update TODO
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2007-11-27 20:44:48 +01:00
Juergen Beisert 0555393d1b expanding the TODO list
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
2007-11-15 18:43:06 +01:00
Juergen Beisert a7d96488e5 Using correct board names all over the place
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
2007-11-08 18:23:44 +01:00
Sascha Hauer 24e7509199 svn_rev_638 2007-07-05 18:02:12 +02:00
Sascha Hauer c80633152d svn_rev_590 2007-07-05 18:02:08 +02:00
Sascha Hauer 1e49b7b554 svn_rev_589 2007-07-05 18:02:08 +02:00
Sascha Hauer ff1257c4d0 svn_rev_561 2007-07-05 18:02:05 +02:00
Sascha Hauer dd2d2b96eb svn_rev_560 2007-07-05 18:02:05 +02:00
Sascha Hauer 33e3f3179b svn_rev_483 2007-07-05 18:01:58 +02:00
Sascha Hauer d36be80466 svn_rev_359 2007-07-05 18:01:46 +02:00