[U-Boot] [PULL] Please pull u-boot-imx
Stefano Babic
sbabic at denx.de
Fri Sep 12 16:03:15 CEST 2014
Hi Albert,
please pull from u-boot-imx, thanks !
The board cm_fx6 cannot be built due to a couple of missing patches that
are already merged into u-boot-spi. Please ignore this issue, the board
will be compiled clean at the next iteration after Jagan's tree will be
merged by Tom.
The following changes since commit a6bc0195dba895fa0e9facc718d17eb098695685:
Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
(2014-09-09 09:19:10 +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 4c97f16911e229f6d5bbea5bee52449916e5fa92:
imx: mx6slevk: Change to use generic board (2014-09-11 11:04:26 +0200)
----------------------------------------------------------------
Fabio Estevam (9):
net: fec_mxc: Adjust RX DMA alignment for mx6solox
net: fec_mxc: Poll FEC_TBD_READY after polling TDAR
tools: imximage: Fix the maximum DCD size for mx53/mx6
mx6dlsabresd: Use its own DCD table
mx6qsabreauto: Remove imx6q-sabreauto.dts
mx6: imx-regs: Provide a structure for GPC registers
pcie_imx: Add mx6solox support
mx6sxsabresd: Add PCI support
README.imximage: Fix the maximum DCD size
Guillaume GARDET (1):
imx: nitrogen6x: Replace 'fatload' by 'load' command in env
settings to be filesystem independent
Nikita Kiryanov (16):
mx6: add clock enabling functions
compulab: eeprom: add support for defining eeprom i2c bus
sata: dwc_ahsata: implement sata_port_status
i2c: imx: add macros to setup pads for multiple SoC types
arm: mx6: ddr: cleanup
arm: mx6: ddr: do not write into reserved bit
arm: mx6: ddr: configure MMDC for slow_pd
arm: mx6: ddr: fix cs0_end calculation
arm: mx6: add get_cpu_type()
arm: mx6: add support for Compulab cm-fx6 CoM
arm: mx6: cm_fx6: add nand support
arm: mx6: cm_fx6: add ethernet support
arm: mx6: cm_fx6: add usb support
arm: mx6: cm_fx6: add i2c support
arm: mx6: cm_fx6: use eeprom
arm: mx6: cm_fx6: add sata support
Nikolay Dimitrov (1):
mx6: Fix ECSPI typo in soc_boot_modes
Stefan Agner (2):
arm: vf610: lpuart: fix status register handling
arm: vf610: lpuart: disable FIFO on initializaton
Stefano Babic (1):
imx: Fix build of mx6sxsabresd
Thierry Reding (1):
imx: ventana: Avoid undefined behaviour
Tim Harvey (6):
imx: ventana: updated notes regarding NAND boot errata
imx: ventana: base SPL MMDC calibration on width and size not board
imx: ventana: add GW5520 support
imx: ventana: added cputype env var
pci: add support for board_pci_fixup_dev function
imx: ventana: add pci fixup for PLX PEX860x switch GPIO
Ye.Li (4):
iMX6: Disable the L2 before chaning the PL310 latency
imximage: Fix imximage IVT bug for EIM-NOR boot
imx: mx6q/dlarm2: Change to use generic board
imx: mx6slevk: Change to use generic board
arch/arm/Kconfig | 4 +
arch/arm/cpu/armv7/mx6/clock.c | 107 +++++-
arch/arm/cpu/armv7/mx6/ddr.c | 277 ++++++++--------
arch/arm/cpu/armv7/mx6/soc.c | 11 +-
arch/arm/dts/Makefile | 1 -
arch/arm/dts/imx6q-sabreauto.dts | 13 -
arch/arm/include/asm/arch-mx6/clock.h | 5 +
arch/arm/include/asm/arch-mx6/imx-regs.h | 13 +
arch/arm/include/asm/arch-mx6/iomux.h | 9 +
arch/arm/include/asm/arch-mx6/sys_proto.h | 5 +-
arch/arm/include/asm/imx-common/mxc_i2c.h | 33 ++
board/compulab/cm_fx6/Kconfig | 23 ++
board/compulab/cm_fx6/MAINTAINERS | 6 +
board/compulab/cm_fx6/Makefile | 12 +
board/compulab/cm_fx6/cm_fx6.c | 483
++++++++++++++++++++++++++++
board/compulab/cm_fx6/common.c | 84 +++++
board/compulab/cm_fx6/common.h | 37 +++
board/compulab/cm_fx6/imximage.cfg | 8 +
board/compulab/cm_fx6/spl.c | 366 +++++++++++++++++++++
board/compulab/common/eeprom.c | 13 +-
board/freescale/mx6sabresd/mx6dlsabresd.cfg | 131 ++++++++
board/gateworks/gw_ventana/eeprom.c | 3 +
board/gateworks/gw_ventana/gsc.c | 4 +
board/gateworks/gw_ventana/gw_ventana.c | 118 ++++++-
board/gateworks/gw_ventana/gw_ventana_spl.c | 189 ++++++-----
board/gateworks/gw_ventana/ventana_eeprom.h | 1 +
configs/cm_fx6_defconfig | 4 +
configs/mx6dlsabresd_defconfig | 2 +-
doc/README.imximage | 2 +-
drivers/block/dwc_ahsata.c | 17 +
drivers/net/fec_mxc.c | 42 ++-
drivers/pci/pci.c | 4 +
drivers/pci/pcie_imx.c | 40 ++-
drivers/serial/serial_lpuart.c | 19 +-
include/configs/cm_fx6.h | 290 +++++++++++++++++
include/configs/cm_t335.h | 1 +
include/configs/cm_t35.h | 1 +
include/configs/cm_t54.h | 1 +
include/configs/gw_ventana.h | 1 +
include/configs/mx6qarm2.h | 2 +
include/configs/mx6qsabreauto.h | 3 -
include/configs/mx6slevk.h | 2 +
include/configs/mx6sxsabresd.h | 10 +
include/configs/nitrogen6x.h | 6 +-
include/pci.h | 7 +
include/sata.h | 1 +
tools/imximage.c | 7 +
tools/imximage.h | 2 +-
48 files changed, 2140 insertions(+), 280 deletions(-)
delete mode 100644 arch/arm/dts/imx6q-sabreauto.dts
create mode 100644 board/compulab/cm_fx6/Kconfig
create mode 100644 board/compulab/cm_fx6/MAINTAINERS
create mode 100644 board/compulab/cm_fx6/Makefile
create mode 100644 board/compulab/cm_fx6/cm_fx6.c
create mode 100644 board/compulab/cm_fx6/common.c
create mode 100644 board/compulab/cm_fx6/common.h
create mode 100644 board/compulab/cm_fx6/imximage.cfg
create mode 100644 board/compulab/cm_fx6/spl.c
create mode 100644 board/freescale/mx6sabresd/mx6dlsabresd.cfg
create mode 100644 configs/cm_fx6_defconfig
create mode 100644 include/configs/cm_fx6.h
Best 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