[U-Boot] [PULL] Please pull u-boot-imx

Hi Tom,
please pull from u-boot-imx. novena is still broken, Masahiro provides the patch for fix it.
The following changes since commit 63f7af9a4cfb4a3b9136674c6612c6d13957c2cd:
Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2014-11-11 15:49:10 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to 05d492a3235df397da6200294ea2a802749372a8:
arm: mx6: add support for TBS2910 Matrix ARM miniPC (2014-11-13 18:09:23 +0100)
---------------------------------------------------------------- Christian Gmeiner (2): ot1200: add support for EHCI ot1200: fix card detect for usdhc4
Fabio Estevam (4): mx28evk: README: Revision C is also supported mx53loco: Change 'fdt_file' dynamically mx6sabresd: Fix error handling in board_mmc_init() mx6sabresd: Staticize when possible
John Tobias (5): imx6: add spl config for mx6sabresd imx6: add data configuration file for SPL kconfig: imx6: add SUPPORT_SPL imx6: add spl in the header file imx6: SPL support for iMX6 SabreSD
Nikita Kiryanov (1): arm: imx: make bmode command work with SPL/U-Boot combo
Nikolay Dimitrov (1): mx6: video_skip: Fix crash on NULL pointer
Soeren Moch (1): arm: mx6: add support for TBS2910 Matrix ARM miniPC
Ye.Li (2): imx: mx6q/dl sabre_common: Move MMC ENV offset to 512KB position imx: mx6q/dlsabreauto: And NAND flash support
arch/arm/Kconfig | 5 + arch/arm/cpu/armv7/mx6/soc.c | 4 +- arch/arm/imx-common/spl.c | 5 +- arch/arm/imx-common/video.c | 6 +- board/bachmann/ot1200/ot1200.c | 4 +- board/freescale/mx28evk/README | 2 +- board/freescale/mx53loco/mx53loco.c | 4 + board/freescale/mx6qsabreauto/mx6qsabreauto.c | 66 +++++ board/freescale/mx6sabresd/mx6sabresd.c | 208 +++++++++++++- board/freescale/mx6sabresd/mx6sabresd_spl.cfg | 58 ++++ board/tbs/tbs2910/Kconfig | 23 ++ board/tbs/tbs2910/MAINTAINERS | 6 + board/tbs/tbs2910/Makefile | 7 + board/tbs/tbs2910/tbs2910.c | 398 ++++++++++++++++++++++++++ configs/mx6sabresd_spl_defconfig | 5 + configs/tbs2910_defconfig | 3 + include/configs/mx53loco.h | 1 - include/configs/mx6qsabreauto.h | 16 ++ include/configs/mx6sabre_common.h | 2 +- include/configs/mx6sabresd.h | 6 + include/configs/ot1200.h | 7 + include/configs/tbs2910.h | 242 ++++++++++++++++ 22 files changed, 1056 insertions(+), 22 deletions(-) create mode 100644 board/freescale/mx6sabresd/mx6sabresd_spl.cfg create mode 100644 board/tbs/tbs2910/Kconfig create mode 100644 board/tbs/tbs2910/MAINTAINERS create mode 100644 board/tbs/tbs2910/Makefile create mode 100644 board/tbs/tbs2910/tbs2910.c create mode 100644 configs/mx6sabresd_spl_defconfig create mode 100644 configs/tbs2910_defconfig create mode 100644 include/configs/tbs2910.h
Thanks, Stefano

On Fri, Nov 14, 2014 at 03:48:38PM +0100, Stefano Babic wrote:
Hi Tom,
please pull from u-boot-imx. novena is still broken, Masahiro provides the patch for fix it.
The following changes since commit 63f7af9a4cfb4a3b9136674c6612c6d13957c2cd:
Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2014-11-11 15:49:10 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to 05d492a3235df397da6200294ea2a802749372a8:
arm: mx6: add support for TBS2910 Matrix ARM miniPC (2014-11-13 18:09:23 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Stefano Babic
-
Tom Rini