From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Tue, 30 Dec 2014 17:55:37 +0100 Subject: [U-Boot] [PULL] Please pull u-boot-imx Message-ID: <54A2D909.40709@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, some minor fixes from i.MX side - please pull from u-boot-imx, thanks ! The following changes since commit 125738e819a3b9d15210794b3dcef9f4d9bcf866: Prepare v2015.01-rc4 (2014-12-29 21:22:38 -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 87e47e905887b91c0505495cc6bbab70ba266d51: mx6slevk: Remove get_board_rev() (2014-12-30 14:10:39 +0100) ---------------------------------------------------------------- Christian Gmeiner (2): ot1200: add fsuuid command ot1200: enable support for USB_STORAGE Fabio Estevam (2): mx51evk: Fix MX51EVK_USB_CLK_EN_B definition mx6slevk: Remove get_board_rev() Iain Paton (2): embestmx6boards: convert to use config_distro_defaults.h embestmx6boards: convert to use config_distro_bootcmd.h Jan Luebbe (1): arm: mxs: olinuxino: move DRAM config tuning to SPL Marek Vasut (8): imx: i2c: Zap unnecessary malloc() calls arm: mx6: gw_ventana: Define CONFIG_SYS_MALLOC_F_LEN arm: mx6: novena: Define CONFIG_SYS_MALLOC_F_LEN arm: mx6: novena: Minor coding style fix arm: mx6: novena: Minor config file fix arm: mx6: novena: Pull GPIO definitions into header arm: mx6: novena: Pull video handling into separate file arm: mx6: novena: Add proper LVDS display support Peng Fan (3): imx:mx6 fix return value of mxc_get_clock imx:mx6sabresd add board level support for usb imx:mx6qarm2 add board level support for usb Pierre Aubert (1): imx SPL: enable boot from eMMC boot partitions. Stefan Roese (1): arm: mx6: gw_ventana: Change clock init to enable NAND related clocks Stefano Babic (1): Merge branch 'master' of git://git.denx.de/u-boot arch/arm/cpu/armv7/mx6/clock.c | 3 +- arch/arm/imx-common/i2c-mxv7.c | 24 +- arch/arm/imx-common/spl.c | 4 +- board/freescale/mx51evk/mx51evk.c | 2 +- board/freescale/mx6qarm2/mx6qarm2.c | 42 +++ board/freescale/mx6sabresd/mx6sabresd.c | 68 ++++ board/freescale/mx6slevk/mx6slevk.c | 5 - board/gateworks/gw_ventana/gw_ventana_spl.c | 2 +- board/kosagi/novena/Makefile | 1 + board/kosagi/novena/novena.c | 93 +----- board/kosagi/novena/novena.h | 33 ++ board/kosagi/novena/novena_spl.c | 17 +- board/kosagi/novena/video.c | 456 +++++++++++++++++++++++++++ board/olimex/mx23_olinuxino/mx23_olinuxino.c | 30 -- board/olimex/mx23_olinuxino/spl_boot.c | 30 ++ include/configs/embestmx6boards.h | 189 +++-------- include/configs/gw_ventana.h | 1 + include/configs/mx6qarm2.h | 14 + include/configs/mx6sabresd.h | 14 + include/configs/novena.h | 3 +- include/configs/ot1200.h | 3 + 21 files changed, 742 insertions(+), 292 deletions(-) create mode 100644 board/kosagi/novena/novena.h create mode 100644 board/kosagi/novena/video.c -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================