9
0
Fork 0
barebox/drivers/net
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
..
usb add a device_d to ethernet devices 2009-07-21 16:41:46 +02:00
Kconfig at91sam9: move to at91 2009-10-20 15:02:36 +02:00
Makefile Adding the network driver for the SMSC91C111 ethernet device. 2009-07-01 14:36:40 +02:00
at91_ether.c add a device_d to ethernet devices 2009-07-21 16:41:46 +02:00
cs8900.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
dm9000.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
fec_imx.c fec_imx: remove trailing whitespace 2009-11-21 19:49:02 +01:00
fec_imx.h fec_imx: do not typedef struct types #2 2009-04-06 11:08:29 +02:00
fec_mpc5200.c [PPC] Move include/asm-ppc/arch-* to arch/ppc/*/include/mach 2009-10-22 14:21:30 +02:00
fec_mpc5200.h use U-Boot standard types for variables. 2008-04-04 14:45:04 +02:00
macb.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
macb.h add macb ethernet driver 2008-06-06 09:30:47 +02:00
miiphy.c miiphy: Add missing lseek function 2009-10-19 15:58:53 +02:00
netx_eth.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
smc911x.c add a device_d to ethernet devices 2009-07-21 16:41:46 +02:00
smc91111.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
tap.c rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00