9
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
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