9
0
Fork 0
barebox/arch/arm/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
..
.gitignore 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
_ashldi3.S Separate all assembler functions into their own section to 2009-07-01 10:45:02 +02:00
_ashrdi3.S Separate all assembler functions into their own section to 2009-07-01 10:45:02 +02:00
_divsi3.S Separate all assembler functions into their own section to 2009-07-01 10:45:02 +02:00
_lshrdi3.S Separate all assembler functions into their own section to 2009-07-01 10:45:02 +02:00
_modsi3.S Separate all assembler functions into their own section to 2009-07-01 10:45:02 +02:00
_udivsi3.S Separate all assembler functions into their own section to 2009-07-01 10:45:02 +02:00
_umodsi3.S Separate all assembler functions into their own section to 2009-07-01 10:45:02 +02:00
arm.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
armlinux.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
barebox.lds.S rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
cache.c svn_rev_015 2007-07-05 18:01:14 +02:00
copy_template.S arm: implement optimized string functions 2009-08-18 15:45:00 +02:00
div0.c svn_rev_015 2007-07-05 18:01:14 +02:00
findbit.S Improve or fix various parameter documentation 2009-07-31 13:24:43 +02:00
io-readsb.S Remove all ARM __raw_* functions. They are mixed all over 2009-07-01 14:35:35 +02:00
io-readsl.S Add IO string functions to also handle 32 bit IO locations 2009-07-01 10:45:21 +02:00
io-readsw-armv4.S Remove all ARM __raw_* functions. They are mixed all over 2009-07-01 14:35:35 +02:00
io-writesb.S Remove all ARM __raw_* functions. They are mixed all over 2009-07-01 14:35:35 +02:00
io-writesl.S Add IO string functions to also handle 32 bit IO locations 2009-07-01 10:45:21 +02:00
io-writesw-armv4.S Remove all ARM __raw_* functions. They are mixed all over 2009-07-01 14:35:35 +02:00
memcpy.S arm: implement optimized string functions 2009-08-18 15:45:00 +02:00
memset.S arm: implement optimized string functions 2009-08-18 15:45:00 +02:00
module.c module support for arm 2007-10-03 21:09:00 +02:00