[U-Boot] [PULL] Please pull u-boot-imx
Stefano Babic
sbabic at denx.de
Thu Jul 28 13:56:16 CEST 2016
Hi Tom,
please pull from u-boot-imx (master), thanks!
The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:
Prepare v2016.07 (2016-07-11 15:01:01 -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 77cbd3a14184c61d55d7fcddd88fa4e96efc9901:
MAINTAINERS: i.MX: Add board/freescale/*mx* path (2016-07-28 13:27:22
+0200)
----------------------------------------------------------------
Alexey Brodkin (1):
wandboard: move environment partition farther from u-boot.img
Andrej Rosano (2):
usbarmory: switch to using kernel zImage
usbarmory: Add board_run_command() function
Breno Lima (7):
warp7: Remove CONFIG_BOOTDELAY variable
serial_mxc: Remove unconditional DCE setting
Revert "imx_common: Return MMCSD_MODE_FS in spl_boot_mode() also
for EXTFS"
wandboard: Replace is_cpu_type() for macro
mx6cuboxi: Replace is_mx6q() for macro
cgtqmx6eval: Replace is_mx6q() for macro
warp7: Move some USB configuration options to defconfig
Christopher Spinrath (5):
ARM: board: cm-fx6: fix mmc for old revisions of utilite
ARM: configs: cm_fx6: improve default environment
fdt_support: define stub for fdt_fixup_mtdparts
ARM: board: cm_fx6: fixup mtd partitions in the fdt
ARM: configs: cm_fx6: add mtd support
Diego Dorta (3):
pico-imx6ul: Add Ethernet support
pico-imx6ul: Add NFS boot support
mx6ul_14x14_evk: Remove unused define
Fabio Estevam (11):
mx7: Place MX7_SEC option in Kconfig
mx7dsabresd: Fix the boot of a NXP kernel
mx6: clock: Fix the logic for reading axi_alt_sel
mx7dsabresd_secure_defconfig: Use CONFIG_ARMV7_BOOT_SEC_DEFAULT
warp: Use imx_ddr_size() for calculating the DDR size
aristainetos: Use imx_ddr_size() for calculating the DDR size
bx50v3: Use imx_ddr_size() for calculating the DDR size
novena: Remove uneeded PHYS_SDRAM_SIZE
cgtqmx6eval: Remove uneeded PHYS_SDRAM_SIZE
mx7dsabresd: MAINTAINERS: Add mx7dsabresd_secure_defconfig
MAINTAINERS: i.MX: Add board/freescale/*mx* path
Gilles Chanteperdrix (1):
wandboard: enable SATA with imx6q
Hannes Schmelzer (2):
driver/net/fec: support fixed speed connection
arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite
Peng Fan (1):
imx6: clock: typo fix
Petr Kulhavy (1):
imx_common: Return MMCSD_MODE_FS in spl_boot_mode() also for EXTFS
Stefan Agner (10):
dm: imx: serial: Support DTE mode when using driver model
usb: move CONFIG_USB_EHCI_MX7 to Kconfig
usb: ehci-mx6: configure power polarity in usb_power_config
usb: ehci-mx6: introduce config for high active power pin
mx7: set soc environment according to exact SoC type
mx7_common: Put display board info config into board file
mx7_common: use Kconfig for ARMv7 non-secure mode
imx_watchdog: add weak attribute to reset_cpu function
colibri_imx7: add Colibri iMX7S/iMX7D module support
mx7_common: initialize generic timer on all CPU's
Stefano Babic (7):
pcie_imx: increment timeout for link up
mx6: add support for el6x board
mx6: Add Phytec PCM058 i.MX6 Quad
Revert "arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite"
Fix build for mx7dsabresd (secure config)
mx6: wandboard: fix warning due to missing prototype
pico-imx6ul: drop warning due to redefined
Tim Harvey (11):
imx: ventana: add dt fixup for GW16082 irq mapping
imx: ventana: add dt fixup for eth1 mac-address
pci: allow disabling of pci init/enum via env
imx: ventana: default pci to disabled
imx: ventana: re-enable late board info display
imx: ventana: make RS232 enable board specific
imx: ventana: make number of digital I/O's dynamic
imx: ventana: add extra DIO's for GW5520
imx: ventana: make hwconfig initialize based on board configuration
imx: ventana: refactor board-specific dt fixups (no functional change)
imx: ventana: add dt fixup for watchdog external reset
Vanessa Maegima (8):
mx6qsabreauto: Avoid hardcoded RAM size
mx6slevk: Avoid hardcoded RAM size
mx6sxsabreauto: Avoid hardcoded RAM size
mx6sxsabresd: Avoid hardcoded RAM size
pico-imx6ul: Add DFU support
pico-imx6ul: Add a README file
pico-imx6ul: Add USB Host support
pico-imx6ul: Add PMIC support
MAINTAINERS | 1 +
arch/arm/cpu/armv7/mx6/Kconfig | 18 ++++++
arch/arm/cpu/armv7/mx6/clock.c | 6 +-
arch/arm/cpu/armv7/mx7/Kconfig | 9 +++
arch/arm/cpu/armv7/mx7/soc.c | 14 +++++
board/aristainetos/aristainetos.c | 2 +-
board/compulab/cm_fx6/cm_fx6.c | 20 ++++++-
board/congatec/cgtqmx6eval/cgtqmx6eval.c | 14 +----
board/el/el6x/Kconfig | 25 ++++++++
board/el/el6x/MAINTAINERS | 8 +++
board/el/el6x/Makefile | 7 +++
board/el/el6x/el6x.c | 640
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
board/freescale/mx6qsabreauto/mx6qsabreauto.c | 2 +-
board/freescale/mx6slevk/mx6slevk.c | 2 +-
board/freescale/mx6sxsabreauto/mx6sxsabreauto.c | 2 +-
board/freescale/mx6sxsabresd/mx6sxsabresd.c | 2 +-
board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c | 3 -
board/freescale/mx7dsabresd/MAINTAINERS | 1 +
board/gateworks/gw_ventana/common.c | 469
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------
board/gateworks/gw_ventana/common.h | 10 ++--
board/gateworks/gw_ventana/gw_ventana.c | 473
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------
board/ge/bx50v3/bx50v3.c | 2 +-
board/inversepath/usbarmory/usbarmory.c | 31 ++++++++++
board/phytec/pcm058/Kconfig | 12 ++++
board/phytec/pcm058/MAINTAINERS | 6 ++
board/phytec/pcm058/Makefile | 9 +++
board/phytec/pcm058/README | 35 +++++++++++
board/phytec/pcm058/pcm058.c | 582
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
board/solidrun/mx6cuboxi/mx6cuboxi.c | 12 +---
board/technexion/pico-imx6ul/README | 57 ++++++++++++++++++
board/technexion/pico-imx6ul/pico-imx6ul.c | 178
++++++++++++++++++++++++++++++++++++++++++++++++++++++-
board/toradex/colibri_imx7/Kconfig | 20 +++++++
board/toradex/colibri_imx7/MAINTAINERS | 6 ++
board/toradex/colibri_imx7/Makefile | 6 ++
board/toradex/colibri_imx7/colibri_imx7.c | 420
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
board/toradex/colibri_imx7/imximage.cfg | 150
+++++++++++++++++++++++++++++++++++++++++++++++
board/wandboard/wandboard.c | 11 +++-
board/warp/warp.c | 2 +-
configs/colibri_imx7_defconfig | 40 +++++++++++++
configs/mx7dsabresd_defconfig | 3 +
configs/mx7dsabresd_secure_defconfig | 41 +++++++++++++
configs/warp7_defconfig | 11 +++-
configs/zc5202_defconfig | 22 +++++++
configs/zc5601_defconfig | 22 +++++++
doc/README.fec_mxc | 5 ++
drivers/net/fec_mxc.c | 4 ++
drivers/pci/pci.c | 4 ++
drivers/pci/pcie_imx.c | 2 +-
drivers/serial/serial_mxc.c | 8 ++-
drivers/usb/host/Kconfig | 16 +++++
drivers/usb/host/ehci-mx6.c | 14 +++--
drivers/watchdog/imx_watchdog.c | 2 +-
include/configs/aristainetos-common.h | 1 -
include/configs/cgtqmx6eval.h | 1 -
include/configs/cm_fx6.h | 31 ++++++++--
include/configs/colibri_imx7.h | 247
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/configs/el6x_common.h | 139
+++++++++++++++++++++++++++++++++++++++++++
include/configs/ge_bx50v3.h | 2 -
include/configs/gw_ventana.h | 8 +--
include/configs/mx6qsabreauto.h | 1 -
include/configs/mx6slevk.h | 1 -
include/configs/mx6sxsabreauto.h | 1 -
include/configs/mx6sxsabresd.h | 1 -
include/configs/mx7_common.h | 11 +---
include/configs/mx7dsabresd.h | 4 +-
include/configs/novena.h | 1 -
include/configs/pcm058.h | 140
++++++++++++++++++++++++++++++++++++++++++++
include/configs/pico-imx6ul.h | 68
++++++++++++++++-----
include/configs/usbarmory.h | 19 +++---
include/configs/wandboard.h | 14 ++++-
include/configs/warp.h | 1 -
include/configs/warp7.h | 13 +----
include/configs/zc5202.h | 37 ++++++++++++
include/configs/zc5601.h | 33 +++++++++++
include/dm/platform_data/serial_mxc.h | 1 +
include/fdt_support.h | 6 ++
78 files changed, 3882 insertions(+), 402 deletions(-)
create mode 100644 board/el/el6x/Kconfig
create mode 100644 board/el/el6x/MAINTAINERS
create mode 100644 board/el/el6x/Makefile
create mode 100644 board/el/el6x/el6x.c
create mode 100644 board/phytec/pcm058/Kconfig
create mode 100644 board/phytec/pcm058/MAINTAINERS
create mode 100644 board/phytec/pcm058/Makefile
create mode 100644 board/phytec/pcm058/README
create mode 100644 board/phytec/pcm058/pcm058.c
create mode 100644 board/technexion/pico-imx6ul/README
create mode 100644 board/toradex/colibri_imx7/Kconfig
create mode 100644 board/toradex/colibri_imx7/MAINTAINERS
create mode 100644 board/toradex/colibri_imx7/Makefile
create mode 100644 board/toradex/colibri_imx7/colibri_imx7.c
create mode 100644 board/toradex/colibri_imx7/imximage.cfg
create mode 100644 configs/colibri_imx7_defconfig
create mode 100644 configs/mx7dsabresd_secure_defconfig
create mode 100644 configs/pcm058_defconfig
create mode 100644 configs/zc5202_defconfig
create mode 100644 configs/zc5601_defconfig
create mode 100644 include/configs/colibri_imx7.h
create mode 100644 include/configs/el6x_common.h
create mode 100644 include/configs/pcm058.h
create mode 100644 include/configs/zc5202.h
create mode 100644 include/configs/zc5601.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
=====================================================================
More information about the U-Boot
mailing list