u-boot-brain/arch/arm/cpu/armv7
Jason Liu bd2e27c043 i.mx6:imx6q: allign MAC address with burned-in ordering
For the i.mx6q, the burned-in MAC address will be the following odering,

fuse: 0x620[7:0]   MAC_ADDR[7:0]     ---> mac[5]
fuse: 0x620[15:8]  MAC_ADDR[15:8]    ---> mac[4]
fuse: 0x620[23:16] MAC_ADDR[23:16]   ---> mac[3]
fuse: 0x620[31:24] MAC_ADDR[31:24]   ---> mac[2]
fuse: 0x630[7:0]   MAC_ADDR[39:32]   ---> mac[1]
fuse: 0x630[15:8]  MAC_ADDR[47:40]   ---> mac[0]

This patch also fix the error caculation for the fuse bank[0] address

Signed-off-by: Jason Liu <jason.hui@linaro.org>
Cc: Stefano Babic <sbabic@denx.de>
2012-01-16 08:40:09 +01:00
..
am33xx ARM:AM33XX: Add support for TI AM335X EVM 2011-10-27 21:56:36 +02:00
exynos S5PC2XX: Rename S5pc2XX to exynos 2011-12-09 17:30:09 +01:00
highbank ARM: Add Calxeda Highbank platform 2011-10-27 21:56:37 +02:00
imx-common i.mx: introduce the armv7/imx-common folder 2011-12-09 17:30:10 +01:00
mx5 USB: MX5: add helper functions to enable USB clocks 2011-12-11 14:49:25 +01:00
mx6 i.mx6:imx6q: allign MAC address with burned-in ordering 2012-01-16 08:40:09 +01:00
omap-common gpio: Replace ARM gpio.h with the common API in include/asm-generic 2012-01-09 20:10:32 -06:00
omap3 OMAP3: Add SPL_BOARD_INIT hook 2011-12-06 23:59:39 +01:00
omap4 omap4: fix IO setting 2011-12-06 23:59:34 +01:00
omap5 omap4/5: Add support for booting with CH. 2011-11-15 22:25:50 +01:00
s5p-common arch/arm/cpu/armv7/s5p-common/pwm.c: fix GCC 4.6 warning 2011-11-16 21:37:01 +01:00
s5pc1xx armv7: adapt s5pc1xx to the new cache maintenance framework 2011-07-04 10:55:25 +02:00
tegra2 tegra: Add support for UART init in cpu board.c 2011-12-24 10:23:32 +01:00
u8500 Timer: Remove set_timer completely 2011-07-26 14:52:17 +02:00
cache_v7.c armv7: cache: remove flush on un-aligned invalidate 2011-09-04 11:36:16 +02:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00
cpu.c armv7: disable L2 cache in cleanup_before_linux() 2011-12-06 23:59:33 +01:00
Makefile armv7: include armv7/cpu.c in SPL build 2011-12-06 23:59:33 +01:00
start.S arm: Tegra: fix undefined instruction hang immediately after reset 2011-12-21 20:36:22 +01:00
syslib.c ARMV7: Vexpress: fix build errors 2010-12-08 23:44:21 +01:00
u-boot.lds armv7: start.S: fixes and enhancements for SPL 2011-08-03 12:49:20 +02:00