9
0
Fork 0
barebox/lib
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
..
Kconfig U-Boot-V2:Bitops: asm-generic bitops 2008-08-15 08:47:49 +02:00
Makefile make copy_file() globally available 2009-09-25 13:33:52 +02:00
bus.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
bzlib.c svn_rev_639 2007-07-05 18:02:12 +02:00
bzlib_crctable.c svn_rev_639 2007-07-05 18:02:12 +02:00
bzlib_decompress.c svn_rev_639 2007-07-05 18:02:12 +02:00
bzlib_huffman.c svn_rev_639 2007-07-05 18:02:12 +02:00
bzlib_private.h svn_rev_639 2007-07-05 18:02:12 +02:00
bzlib_randtable.c svn_rev_639 2007-07-05 18:02:12 +02:00
copy_file.c make copy_file() globally available 2009-09-25 13:33:52 +02:00
crc16.c svn_rev_643 2007-07-05 18:02:13 +02:00
crc32.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
ctype.c svn_rev_639 2007-07-05 18:02:12 +02:00
display_options.c export symbols 2007-10-07 14:27:24 +02:00
div64.c svn_rev_639 2007-07-05 18:02:12 +02:00
driver.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
find_next_bit.c U-Boot-V2:Bitops: asm-generic bitops 2008-08-15 08:47:49 +02:00
fnmatch.c [general] remove HAVE_CONFIG_H 2008-04-07 11:40:55 +02:00
getopt.c Export symbols printf and the ones needed for getopt 2007-10-01 10:26:45 +02:00
glob.c add globbing support 2008-03-09 22:35:38 +01:00
gunzip.c add gunzip 2007-07-05 21:23:42 +02:00
kfifo.c add kernel kfifo implementation 2007-09-21 21:29:32 +02:00
ldiv.c svn_rev_639 2007-07-05 18:02:12 +02:00
libbb.c export symbols 2007-10-07 14:27:24 +02:00
libgen.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
make_directory.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
misc.c replace 8 spaces with tabs 2007-10-11 20:56:18 +02:00
notifier.c list: remove duplicated list.h 2009-11-03 09:48:53 +01:00
parameter.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
readkey.c export functions 2007-10-04 12:37:06 +02:00
readline.c readline: Allow only ascii and printable characters 2009-09-29 08:50:42 +02:00
readline_simple.c implement TAB completion 2008-03-01 21:08:14 +01:00
recursive_action.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
string.c Fix some exported names 2009-12-11 10:37:11 +01:00
stringlist.c stringlist: Fix printing on smaller consoles 2009-10-15 16:06:05 +02:00
vsprintf.c vsprintf: Update to latest kernel version 2009-06-10 13:55:07 +02:00
xfuncs.c add xstrdup function 2009-09-25 13:33:57 +02:00
zlib.c svn_rev_639 2007-07-05 18:02:12 +02:00