9
0
Fork 0
barebox/scripts
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
..
basic rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
kconfig rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
mod rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
.gitignore rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
Kbuild.include svn_rev_008 2007-07-05 18:01:13 +02:00
Makefile rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
Makefile.build svn_rev_008 2007-07-05 18:01:13 +02:00
Makefile.clean do not include Kbuild in Makefile.clean. We neither have it nor need it. 2007-10-17 19:05:01 +02:00
Makefile.host svn_rev_008 2007-07-05 18:01:13 +02:00
Makefile.lib rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
Makefile.modpost rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
bareboxenv.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
bin2c.c svn_rev_429 2007-07-05 18:01:53 +02:00
gen_netx_image.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
kallsyms.c add kallsyms.c from linux kernel 2007-09-28 19:59:50 +02:00
mkimage.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
mkmakefile Add scripts/mkmakefile from Linux. This is necessary if you want to 2007-11-09 11:47:07 +01:00
mksysmap rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
setlocalversion Build system: Use setlocalversion from kernel 2008-09-02 15:48:06 +02:00