9
0
Fork 0
barebox/common
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
..
.gitignore update .gitignore files for linker scripts 2009-01-21 23:28:14 +01:00
Kconfig rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
Makefile rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
clock.c clock.c: use USECOND and MSECOND 2009-12-03 11:12:46 +01:00
command.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
complete.c list: remove duplicated list.h 2009-11-03 09:48:53 +01:00
console.c list: remove duplicated list.h 2009-11-03 09:48:53 +01:00
console_simple.c simple console: implement console_flush 2009-05-18 12:15:43 +02:00
date.c doc added and some reorganised 2007-10-19 14:56:45 +02:00
dlmalloc.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
dlmalloc.src * Code cleanup: 2003-06-27 21:31:46 +00:00
env.c get rid of device ids 2009-07-21 16:41:47 +02:00
environment.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
flash.c svn_rev_118 2007-07-05 18:01:24 +02:00
ft_build.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
hush.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
kallsyms.c add kallsyms from linux kernel 2007-09-28 20:29:52 +02:00
memsize.c [sandbox] add propper sandbox detection 2007-11-29 10:22:46 +01:00
misc.c Combine memory initialization with the main memory functions. 2009-12-10 13:09:02 +01:00
module.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
module.lds.S rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
parser.c consolidate command calling in execute_command 2009-10-19 10:18:51 +02:00
s_record.c Initial revision 2002-08-17 09:36:01 +00:00
startup.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00