9
0
Fork 0
barebox/board
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
..
a9m2410 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
a9m2440 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
at91sam9260ek rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
at91sam9263ek rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
eco920 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
eukrea_cpuimx27 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
freescale-mx25-3-stack rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
freescale-mx35-3-stack rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
imx21ads [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2009-10-22 14:21:25 +02:00
imx27ads rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
ipe337 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
kp_ukd_r1_num rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
mmccpu rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
netx [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2009-10-22 14:21:25 +02:00
omap rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
pcm030 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
pcm037 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
pcm038 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
pcm043 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
phycard-i.MX27 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
phycore_mcf54xx rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
pm9263 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
sandbox rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
scb9328 [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2009-10-22 14:21:25 +02:00
board.dox rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00