[U-Boot] [PULL] Please pull u-boot-imx
Stefano Babic
sbabic at denx.de
Wed Nov 5 18:01:04 CET 2014
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 3f97af5302ee15530411232b464d255eb2ff2ffb:
ot1200: add sata support (2014-10-23 10:04:26 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to 0b23780ff02bdbec46fac1fe4151e2ebf1eae881:
arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo (2014-11-05
17:18:01 +0100)
----------------------------------------------------------------
Anatolij Gustschin (1):
arm: imx6: fix typos in CCM_ANALOG_PLL_VIDEO_DENOM register name
Christian Gmeiner (3):
ot1200: add feature pads
ot1200: add support for usdhc4
ot1200: rework card detect for eMMC
Fabio Estevam (2):
mx6sabresd: Add Seiko WVGA panel support
novena: Add MAINTAINERS file
Heiko Schocher (1):
arm, imx, spi: detect spi flash again on aristainetos board
Jeroen Hofstee (1):
board: wandboard: add usb storage
Marek Vasut (3):
ARM: mx6: Add support for Kosagi Novena
mtd: nand: mxs: Add ECC geometry for 2048b/112b NAND
arm: mxs: Define bootscript env variable on m28evk
Markus Niebel (2):
tqma6: fix sf detection
tqma6: fix typo in header guard define
Nikita Kiryanov (2):
arm: mx6: cm_fx6: change issd gpio order
arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo
Nikolay Dimitrov (1):
novena: Fix ethernet PHY reset sequence
Soeren Moch (1):
arm: arch-mx6: typo fixes in crm_regs.h
Ye.Li (9):
imximage: Fix the bootdata.size calculation
imx: gpt: Add High frequency clock source support for GPT
imx: mx6sl: Add perclk_clk_sel bit define in CCM
imx: mx6: Change the get_ipg_per_clk for OSC 24Mhz source
imx: mx6sl: Set the preclk clock source to OSC 24Mhz
imx: mx6: Enable high frequency clock source for GPT
imx: mx6sl: Add IOMUX setting for USDHC1-3
imx: mx6slevk: Add support for USDHC1 and USDHC3 slots
imx: mx6 sabreauto: Add board support for USB EHCI
arch/arm/Kconfig | 4 +
arch/arm/cpu/armv7/mx6/clock.c | 4 +
arch/arm/cpu/armv7/mx6/soc.c | 17 +
arch/arm/imx-common/iomux-v3.c | 15 +
arch/arm/imx-common/timer.c | 75 +++-
arch/arm/include/asm/arch-mx6/crm_regs.h | 12 +-
arch/arm/include/asm/arch-mx6/mx6sl_pins.h | 19 +
arch/arm/include/asm/imx-common/iomux-v3.h | 5 +
board/aristainetos/aristainetos.c | 6 +
board/bachmann/ot1200/ot1200.c | 70 ++-
board/compulab/cm_fx6/cm_fx6.c | 2 +-
board/compulab/cm_fx6/spl.c | 7 +-
board/freescale/mx6qsabreauto/mx6qsabreauto.c | 93 ++++
board/freescale/mx6sabresd/mx6sabresd.c | 61 +++
board/freescale/mx6slevk/mx6slevk.c | 105 ++++-
board/kosagi/novena/Kconfig | 18 +
board/kosagi/novena/MAINTAINERS | 6 +
board/kosagi/novena/Makefile | 11 +
board/kosagi/novena/novena.c | 340 +++++++++++++++
board/kosagi/novena/novena_spl.c | 584
++++++++++++++++++++++++++
board/kosagi/novena/setup.cfg | 47 +++
board/tqc/tqma6/tqma6.c | 10 +-
board/tqc/tqma6/tqma6_bb.h | 2 +-
configs/novena_defconfig | 4 +
drivers/mtd/nand/mxs_nand.c | 9 +-
include/configs/aristainetos.h | 2 +-
include/configs/imx6_spl.h | 2 +-
include/configs/m28evk.h | 1 +
include/configs/mx6_common.h | 1 +
include/configs/mx6qsabreauto.h | 3 +
include/configs/mx6slevk.h | 6 +-
include/configs/novena.h | 298 +++++++++++++
include/configs/tqma6.h | 19 +-
include/configs/wandboard.h | 9 +
tools/imximage.c | 2 +-
35 files changed, 1829 insertions(+), 40 deletions(-)
create mode 100644 board/kosagi/novena/Kconfig
create mode 100644 board/kosagi/novena/MAINTAINERS
create mode 100644 board/kosagi/novena/Makefile
create mode 100644 board/kosagi/novena/novena.c
create mode 100644 board/kosagi/novena/novena_spl.c
create mode 100644 board/kosagi/novena/setup.cfg
create mode 100644 configs/novena_defconfig
create mode 100644 include/configs/novena.h
Regards,
Stefano
--
=====================================================================
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
=====================================================================
More information about the U-Boot
mailing list