[U-Boot] [PULL] Please pull u-boot-imx

Hi Tom,
please pull from u-boot-imx with following changes:
- changes in pico-* boards - fix imx6ull pinmux
Thanks, Stefano
The following changes since commit b57f1895b669e3fbdca486e7c40dfea00f22bb93:
Merge git://git.denx.de/u-boot-x86 (2018-09-17 08:04:25 -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 f7df8932ccaec97c8c422de8adadb3a0491543ed:
pico-imx7d: Add a new defconfig with PICO-Hobbit selected (2018-09-18 16:55:21 +0200)
---------------------------------------------------------------- Fabio Estevam (8): pico-imx6ul: Convert to distro config pico-imx6ul: Convert to SPL pico-imx6ul: Add fastboot support pico-imx6ul: Add bmode support pico-imx6ul: Add support for the 512MB module pico-imx6ul: Update the README file wandboard: README: Include the mx6qp variant in the list pico-imx6ul: Add instructions for booting in Falcon mode
Heiko Schocher (1): imx: imx6ull: fix pinmux input_val for uart5 rx pin
Lukasz Majewski (4): ARM: bootscript: Remove hard-coded rootpath from K+P's tpcboot.cmd ARM: bootscript: Replace tftpboot with dhcp when downloading kernel ARM: bootscript: Fix the nfsargs and addip in K+P's tpcboot.cmd ARM: bootscript: For nfsargs only use rootpath (and remove not needed serverip)
Otavio Salvador (13): pico-imx6ul: Sync defconfig with new changes pico-imx6ul: Add bootmenu to choose the baseboard pico-imx6ul: Improve default DFU settings pico-imx6ul: Sync README with pico-imx7d pico-imx6ul: Add new pico-hobbit config pico-imx6ul: Remove CONFIG_FSL_USDHC from .h pico-imx6ul: Add Falcon mode support pico-imx6ul: Fix TechNexion spelling on MAINTAINERS file pico-imx6ul: Add PICO-Pi baseboard support pico-imx6ul: Add a new defconfig with PICO-Pi selected pico-imx7d: Fix TechNexion spelling on MAINTAINERS file pico-imx7d: Add PICO-Hobbit baseboard support pico-imx7d: Add a new defconfig with PICO-Hobbit selected
Stefano Babic (1): Merge branch 'master' of git://git.denx.de/u-boot into master
arch/arm/include/asm/arch-mx6/mx6ull_pins.h | 2 +- arch/arm/mach-imx/mx6/Kconfig | 1 + board/k+p/bootscripts/tpcboot.cmd | 12 +++----- board/technexion/pico-imx6ul/MAINTAINERS | 12 +++++++- board/technexion/pico-imx6ul/Makefile | 2 +- board/technexion/pico-imx6ul/README | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------ board/technexion/pico-imx6ul/spl.c | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/technexion/pico-imx7d/MAINTAINERS | 9 ++++-- board/wandboard/README | 2 +- configs/pico-hobbit-imx6ul_defconfig | 53 ++++++++++++++++++++++++++++++++++ configs/pico-hobbit-imx7d_defconfig | 61 +++++++++++++++++++++++++++++++++++++++ configs/pico-imx6ul_defconfig | 39 +++++++++++++++---------- configs/pico-pi-imx6ul_defconfig | 53 ++++++++++++++++++++++++++++++++++ include/configs/pico-imx6ul.h | 107 +++++++++++++++++++++++++++++++++----------------------------------- include/configs/pico-imx7d.h | 5 +++- 15 files changed, 536 insertions(+), 104 deletions(-) create mode 100644 board/technexion/pico-imx6ul/spl.c create mode 100644 configs/pico-hobbit-imx6ul_defconfig create mode 100644 configs/pico-hobbit-imx7d_defconfig create mode 100644 configs/pico-pi-imx6ul_defconfig

On Wed, Sep 19, 2018 at 05:16:17PM +0200, Stefano Babic wrote:
Hi Tom,
please pull from u-boot-imx with following changes:
- changes in pico-* boards
- fix imx6ull pinmux
Thanks, Stefano
The following changes since commit b57f1895b669e3fbdca486e7c40dfea00f22bb93:
Merge git://git.denx.de/u-boot-x86 (2018-09-17 08:04:25 -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 f7df8932ccaec97c8c422de8adadb3a0491543ed:
pico-imx7d: Add a new defconfig with PICO-Hobbit selected (2018-09-18 16:55:21 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Stefano Babic
-
Tom Rini