9
0
Fork 0
barebox/arch/arm/mach-imx
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
..
include/mach rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
Kconfig pcm043: Add MMU support 2009-12-10 12:15:01 +01:00
Makefile complete i.MX GPIO support 2009-12-10 12:15:01 +01:00
clko.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
clocksource.c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2009-10-22 14:21:25 +02:00
gpio.c complete i.MX GPIO support 2009-12-10 12:15:01 +01:00
gpio.h complete i.MX GPIO support 2009-12-10 12:15:01 +01:00
imx1.c complete i.MX GPIO support 2009-12-10 12:15:01 +01:00
imx21.c complete i.MX GPIO support 2009-12-10 12:15:01 +01:00
imx25.c complete i.MX GPIO support 2009-12-10 12:15:01 +01:00
imx27.c complete i.MX GPIO support 2009-12-10 12:15:01 +01:00
imx31.c complete i.MX GPIO support 2009-12-10 12:15:01 +01:00
imx35.c complete i.MX GPIO support 2009-12-10 12:15:01 +01:00
imx51.c complete i.MX GPIO support 2009-12-10 12:15:01 +01:00
iomux-v1.c i.MX: split out iomux-v1 support 2009-12-10 12:15:01 +01:00
iomux-v2.c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2009-10-22 14:21:25 +02:00
iomux-v3.c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2009-10-22 14:21:25 +02:00
nand.c i.MX Nand: fix bit clearing 2009-12-10 12:15:02 +01:00
speed-imx1.c i.MX1: do not try to print non existent reg CID 2009-10-28 10:19:36 +01:00
speed-imx21.c i.MX21: fix compiler warning 2009-10-28 10:19:10 +01:00
speed-imx25.c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2009-10-22 14:21:25 +02:00
speed-imx27.c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2009-10-22 14:21:25 +02:00
speed-imx31.c Adding IPU clock query functions for i.MX31 and i.MX35 2009-11-25 08:29:40 +01:00
speed-imx35.c Adding IPU clock query functions for i.MX31 and i.MX35 2009-11-25 08:29:40 +01:00
speed.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00