[U-Boot] [GIT PULL] Pull request: u-boot-imx

Hi Albert,
please pull from u-boot-imx.
The following changes since commit 7a82c208143bbc774ffcb4e53239410f867a0794:
Prepare v2011.06-rc1 (2011-05-19 22:23:50 +0200)
are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master
Fabio Estevam (6): mx31pdk: Clean up mx31pdk.h file MX53: Add initial support for MX53SMD board. MX51: vision: Let video mode struct be independant of watchdog. MX51: vision2: Fix build for vision2 board. MX53: Handle silicon revision 2.1 case MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.
Jason Liu (2): MX53: support for freescale MX53LOCO board mx5: board: code clean up for checkboard code
Shawn Guo (2): mx5: Remove unnecessary CONFIG_SYS_BOOTMAPSZ definition mx5: Fix CONFIG_OF_LIBFDT redefined warning
Stefano Babic (3): MX31: Make get_reset_cause() static and drop unreachable code MX5: drop config.mk from efikamx board MX31: drop warnings due to missing prototype for mxc_watchdog_reset()
MAINTAINERS | 2 + arch/arm/cpu/arm1136/mx31/generic.c | 6 +- arch/arm/cpu/armv7/mx5/soc.c | 10 +- arch/arm/include/asm/arch-mx31/clock.h | 1 + board/efikamx/efikamx.c | 42 +--- board/freescale/mx51evk/mx51evk.c | 36 +--- board/freescale/mx53evk/mx53evk.c | 21 +-- .../config.mk => freescale/mx53loco/Makefile} | 36 ++- board/freescale/mx53loco/imximage.cfg | 96 ++++++ board/freescale/mx53loco/mx53loco.c | 302 ++++++++++++++++++++ .../config.mk => freescale/mx53smd/Makefile} | 35 ++- board/freescale/mx53smd/imximage.cfg | 96 ++++++ board/freescale/mx53smd/mx53smd.c | 229 +++++++++++++++ board/ttcontrol/vision2/vision2.c | 47 +--- boards.cfg | 6 +- include/configs/mx31pdk.h | 32 +- include/configs/mx51evk.h | 3 - include/configs/mx53evk.h | 3 - include/configs/mx53loco.h | 185 ++++++++++++ include/configs/mx53smd.h | 191 ++++++++++++ include/configs/vision2.h | 1 + 21 files changed, 1191 insertions(+), 189 deletions(-) rename board/{efikamx/config.mk => freescale/mx53loco/Makefile} (51%) create mode 100644 board/freescale/mx53loco/imximage.cfg create mode 100644 board/freescale/mx53loco/mx53loco.c rename board/{ttcontrol/vision2/config.mk => freescale/mx53smd/Makefile} (50%) create mode 100644 board/freescale/mx53smd/imximage.cfg create mode 100644 board/freescale/mx53smd/mx53smd.c create mode 100644 include/configs/mx53loco.h create mode 100644 include/configs/mx53smd.h
Best regards, Stefano

Hi Stefano,
Le 20/05/2011 17:58, Stefano Babic a écrit :
Hi Albert,
please pull from u-boot-imx.
The following changes since commit 7a82c208143bbc774ffcb4e53239410f867a0794:
Prepare v2011.06-rc1 (2011-05-19 22:23:50 +0200)
are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master
Fabio Estevam (6): mx31pdk: Clean up mx31pdk.h file MX53: Add initial support for MX53SMD board. MX51: vision: Let video mode struct be independant of watchdog. MX51: vision2: Fix build for vision2 board. MX53: Handle silicon revision 2.1 case MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.
Jason Liu (2): MX53: support for freescale MX53LOCO board mx5: board: code clean up for checkboard code
Shawn Guo (2): mx5: Remove unnecessary CONFIG_SYS_BOOTMAPSZ definition mx5: Fix CONFIG_OF_LIBFDT redefined warning
Stefano Babic (3): MX31: Make get_reset_cause() static and drop unreachable code MX5: drop config.mk from efikamx board MX31: drop warnings due to missing prototype for mxc_watchdog_reset()
MAINTAINERS | 2 + arch/arm/cpu/arm1136/mx31/generic.c | 6 +- arch/arm/cpu/armv7/mx5/soc.c | 10 +- arch/arm/include/asm/arch-mx31/clock.h | 1 + board/efikamx/efikamx.c | 42 +--- board/freescale/mx51evk/mx51evk.c | 36 +--- board/freescale/mx53evk/mx53evk.c | 21 +-- .../config.mk => freescale/mx53loco/Makefile} | 36 ++- board/freescale/mx53loco/imximage.cfg | 96 ++++++ board/freescale/mx53loco/mx53loco.c | 302 ++++++++++++++++++++ .../config.mk => freescale/mx53smd/Makefile} | 35 ++- board/freescale/mx53smd/imximage.cfg | 96 ++++++ board/freescale/mx53smd/mx53smd.c | 229 +++++++++++++++ board/ttcontrol/vision2/vision2.c | 47 +--- boards.cfg | 6 +- include/configs/mx31pdk.h | 32 +- include/configs/mx51evk.h | 3 - include/configs/mx53evk.h | 3 - include/configs/mx53loco.h | 185 ++++++++++++ include/configs/mx53smd.h | 191 ++++++++++++ include/configs/vision2.h | 1 + 21 files changed, 1191 insertions(+), 189 deletions(-) rename board/{efikamx/config.mk => freescale/mx53loco/Makefile} (51%) create mode 100644 board/freescale/mx53loco/imximage.cfg create mode 100644 board/freescale/mx53loco/mx53loco.c rename board/{ttcontrol/vision2/config.mk => freescale/mx53smd/Makefile} (50%) create mode 100644 board/freescale/mx53smd/imximage.cfg create mode 100644 board/freescale/mx53smd/mx53smd.c create mode 100644 include/configs/mx53loco.h create mode 100644 include/configs/mx53smd.h
Best regards, Stefano
Applied, thanks.
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Stefano Babic