From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 25 Apr 2016 14:26:47 +0200 Subject: [U-Boot] [PULL] Please pull u-boot-imx Message-ID: <571E0D07.9010600@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, please pull from u-boot-imx, thanks ! The following changes since commit 108f8418597350bd98357f25acaa8ab8a0435779: ARM: rpi: fix 64-bit CONFIG_SYS_TEXT_BASE (2016-04-16 09:02:17 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you to fetch changes up to 69cc7dbf1f62492788ab810db7d8444a623c23c2: Add initial support for Technexion's PICO-IMX6UL-EMMC board (2016-04-19 16:37:36 +0200) ---------------------------------------------------------------- Akshay Bhat (5): imx: mx6: Fix procedure to switch the parent of LDB_DI_CLK board: ge: bx50v3: Split display setup function board: ge: bx50v3: Setup LDB_DI_CLK source board: ge: bx50v3: Use pwm for display backlight board: ge: bx50v3: Fix to meet LVDS display power on timing Fabio Estevam (2): MX6UL: Add definition for UART6 base address Add initial support for Technexion's PICO-IMX6UL-EMMC board Justin Waters (1): board: ge: bx50v3: Disable unused pins Marek Vasut (1): arm: mx5: Fix NAND image generation arch/arm/cpu/armv7/mx6/Kconfig | 5 ++ arch/arm/cpu/armv7/mx6/clock.c | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/imx-common/Makefile | 2 +- arch/arm/include/asm/arch-mx6/clock.h | 9 ++++ arch/arm/include/asm/arch-mx6/imx-regs.h | 1 + board/ge/bx50v3/bx50v3.c | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------------- board/technexion/pico-imx6ul/Kconfig | 15 ++++++ board/technexion/pico-imx6ul/MAINTAINERS | 7 +++ board/technexion/pico-imx6ul/Makefile | 7 +++ board/technexion/pico-imx6ul/imximage.cfg | 97 +++++++++++++++++++++++++++++++++++++ board/technexion/pico-imx6ul/pico-imx6ul.c | 119 +++++++++++++++++++++++++++++++++++++++++++++ configs/pico-imx6ul_defconfig | 5 ++ include/configs/ge_bx50v3.h | 3 ++ include/configs/pico-imx6ul.h | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 14 files changed, 698 insertions(+), 46 deletions(-) create mode 100644 board/technexion/pico-imx6ul/Kconfig create mode 100644 board/technexion/pico-imx6ul/MAINTAINERS create mode 100644 board/technexion/pico-imx6ul/Makefile create mode 100644 board/technexion/pico-imx6ul/imximage.cfg create mode 100644 board/technexion/pico-imx6ul/pico-imx6ul.c create mode 100644 configs/pico-imx6ul_defconfig create mode 100644 include/configs/pico-imx6ul.h -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk 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 =====================================================================