[U-Boot] [PULL] Please pull u-boot-imx
Stefano Babic
sbabic at denx.de
Tue Jun 27 07:53:35 UTC 2017
Hi Tom,
this should be my last PR for the release. I checked which fixes should
go into release and all other patches can wait. I am starting to merge
pending patches into -next.
Most of commits are fixes (mx25, pciimx,..). Exception is pico-imx7d: I
merged since a lot of time, and I convinced I have already sent a
PR...sorry, for that.
For all imxers: let me know if I missed aome patches that *must* flow
into 2017.07. IMHO all of the pending patches can wait and I merge now
in -next.
The following changes since commit ccbbada0a59fead35495409d0c2c7bcb22a40278:
Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-30
14:07:23 -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 65496a34835cb4c9547bd02dd15b018c333add9d:
mx6: soc: Fix typo in temperature unit name (2017-06-27 09:06:09 +0200)
----------------------------------------------------------------
Benoît Thébaudeau (4):
mmc: fsl_esdhc: Allow all supported prescaler values
mx25: Fix imx_get_perclk()
mx25: Add function to set PER clocks
mx25pdk: Set the eSDHC PER clock to 48 MHz
Fabio Estevam (5):
mx7dsabresd: Increase CONFIG_ENV_OFFSET
mx6sabresd: Rename target to mx6sabresd_defconfig
mx6sabresd: Update the config file
mx6sabresd: Update to SPL only mode
mx6: soc: Fix typo in temperature unit name
Jagan Teki (9):
mmc: fsl_esdhc: Move non DM_MMC code in #ifndef CONFIG_DM_MMC
engicam: Move SPL mmc configs under CONFIG_SPL_BUILD
icorem6: Recover missing nand defconfig
drivers: net: Kconfig: Add PHY_MICREL_KSZ9021 entry
engicam: Move PHY configs to defconfig
icorem6: Remove unused FEC configs
engicam: Set console env on board_late_init
engicam: Add fdt_addr env value based on cpu_type
engicam: Generate single config file
Lothar Waßmann (1):
arm: mx6: remove unused config variable CONFIG_SPL_NAND_MXS
Peng Fan (2):
regulator: pfuze100: add SPDX License
regulator: pfuze100: unsigned compared against 0
Tim Harvey (1):
drivers: pci: imx: add imx_pcie_remove function
Vanessa Maegima (1):
pico-imx7d: Add initial support
arch/arm/cpu/arm926ejs/mx25/generic.c | 30 +++++++++-
arch/arm/cpu/armv7/mx6/soc.c | 2 +-
arch/arm/cpu/armv7/mx7/Kconfig | 8 +++
arch/arm/imx-common/cpu.c | 3 +
arch/arm/include/asm/arch-mx25/clock.h | 1 +
board/engicam/common/board.c | 5 ++
board/engicam/geam6ul/Kconfig | 2 +-
board/engicam/icorem6/Kconfig | 2 +-
board/engicam/icorem6_rqs/Kconfig | 2 +-
board/engicam/isiotmx6ul/Kconfig | 2 +-
board/freescale/mx25pdk/mx25pdk.c | 6 ++
board/freescale/mx6sabresd/MAINTAINERS | 4 +-
board/freescale/mx6sabresd/README | 84
++++++++++------------------
board/technexion/pico-imx7d/Kconfig | 15 +++++
board/technexion/pico-imx7d/MAINTAINERS | 7 +++
board/technexion/pico-imx7d/Makefile | 6 ++
board/technexion/pico-imx7d/README | 49
++++++++++++++++
board/technexion/pico-imx7d/imximage.cfg | 98
++++++++++++++++++++++++++++++++
board/technexion/pico-imx7d/pico-imx7d.c | 289
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configs/imx6qdl_icore_mmc_defconfig | 2 +
configs/imx6qdl_icore_nand_defconfig | 47
++++++++++++++++
configs/imx6qdl_icore_rqs_mmc_defconfig | 3 +
configs/imx6ul_geam_mmc_defconfig | 2 +
configs/imx6ul_geam_nand_defconfig | 2 +
configs/imx6ul_isiot_emmc_defconfig | 2 +
configs/imx6ul_isiot_mmc_defconfig | 2 +
configs/imx6ul_isiot_nand_defconfig | 2 +
configs/{mx6sabresd_spl_defconfig => mx6sabresd_defconfig} | 0
configs/pico-imx7d_defconfig | 35
++++++++++++
drivers/mmc/fsl_esdhc.c | 53
+++++++++---------
drivers/net/phy/Kconfig | 8 +++
drivers/pci/pcie_imx.c | 38
+++++++++++++
drivers/power/regulator/pfuze100.c | 14 ++++-
include/configs/{imx6qdl_icore.h => imx6-engicam.h} | 47
+++++++++++-----
include/configs/imx6_spl.h | 5 --
include/configs/imx6qdl_icore_rqs.h | 147
------------------------------------------------
include/configs/imx6ul_geam.h | 195
----------------------------------------------------------------
include/configs/imx6ul_isiot.h | 196
----------------------------------------------------------------
include/configs/mx7dsabresd.h | 2 +-
include/configs/pico-imx7d.h | 143
+++++++++++++++++++++++++++++++++++++++++++++++
include/pci.h | 4 ++
scripts/config_whitelist.txt | 1 -
42 files changed, 912 insertions(+), 653 deletions(-)
create mode 100644 board/technexion/pico-imx7d/Kconfig
create mode 100644 board/technexion/pico-imx7d/MAINTAINERS
create mode 100644 board/technexion/pico-imx7d/Makefile
create mode 100644 board/technexion/pico-imx7d/README
create mode 100644 board/technexion/pico-imx7d/imximage.cfg
create mode 100644 board/technexion/pico-imx7d/pico-imx7d.c
create mode 100644 configs/imx6qdl_icore_nand_defconfig
rename configs/{mx6sabresd_spl_defconfig => mx6sabresd_defconfig} (100%)
create mode 100644 configs/pico-imx7d_defconfig
rename include/configs/{imx6qdl_icore.h => imx6-engicam.h} (84%)
delete mode 100644 include/configs/imx6qdl_icore_rqs.h
delete mode 100644 include/configs/imx6ul_geam.h
delete mode 100644 include/configs/imx6ul_isiot.h
create mode 100644 include/configs/pico-imx7d.h
Best regards,
Stefano
--
=====================================================================
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