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

Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427:
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long (2017-08-22 08:20:02 -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 63af4b0ad0666e0797306593813b6272e1995bde:
i.MX6Q: icorem6: Add falcon mode (2017-08-30 12:18:41 +0200)
---------------------------------------------------------------- Anatolij Gustschin (3): imx: timer: don't clear the GPT control register multiple times spl: do not repeat timer init on i.MX6 imx6: don't include unneeded boot_mode array in SPL
Breno Lima (1): imx: imx6: Move gpr_init() function to soc.c
Jagan Teki (3): icorem6: Fix to find MMC devices i.MX6Q: spl: Fix falcon to use dram_init_banksize i.MX6Q: icorem6: Add falcon mode
Peng Fan (3): imx: mx7: psci: add copyright and license pinctrl: imx: Fix mask when SHARE_MUX_CONF_REG is set pinctrl: imx7ulp: Add new info instance for iomuxc1
Stefan Agner (11): imx: move imximage header to common location usb: gadget: add SDP driver usb: gadget: sdp: extend images compatible for jumps cmd: add sdp command spl: add serial download protocol (SDP) support doc: add Serial Download Protocol documentation apalis/colibri_imx6: use independent USB PID for SPL apalis/colibri_imx6: enable SDP by default imx: fix USB boot mode detection for i.MX 6UL and 6ULL imx: use BOOT_DEVICE_BOARD instead of UART imx: remove SATA boot mode for i.MX 6UL and 6ULL
Stefano Babic (2): imx: fix licensing in i.MX files pfla02: Fix RAM detection and support 1 bank SOM
arch/arm/include/asm/arch-mx35/mmc_host_def.h | 18 +--- arch/arm/include/asm/arch-mx5/iomux-mx51.h | 7 +- arch/arm/include/asm/arch-mxs/iomux-mx23.h | 7 +- arch/arm/include/asm/arch-mxs/iomux-mx28.h | 7 +- arch/arm/include/asm/mach-imx/sys_proto.h | 9 +- arch/arm/mach-imx/mx6/soc.c | 19 ++++ arch/arm/mach-imx/mx7/psci-mx7.c | 7 ++ arch/arm/mach-imx/mx7/psci.S | 7 ++ arch/arm/mach-imx/spl.c | 20 +++- arch/arm/mach-imx/timer.c | 3 +- board/bachmann/ot1200/ot1200.c | 11 -- board/barco/platinum/platinum.h | 11 -- board/congatec/cgtqmx6eval/cgtqmx6eval.c | 11 -- board/el/el6x/el6x.c | 11 -- board/engicam/common/spl.c | 22 ++-- board/freescale/mx6sabreauto/mx6sabreauto.c | 17 --- board/freescale/mx6sabresd/mx6sabresd.c | 17 --- board/gateworks/gw_ventana/gw_ventana_spl.c | 11 -- board/kosagi/novena/novena_spl.c | 11 -- board/liebherr/mccmon6/spl.c | 11 -- board/phytec/pcm058/pcm058.c | 12 --- board/phytec/pfla02/Kconfig | 6 ++ board/phytec/pfla02/pfla02.c | 98 ++++++++++-------- board/solidrun/mx6cuboxi/mx6cuboxi.c | 11 -- board/toradex/apalis_imx6/apalis_imx6.c | 24 +++-- board/toradex/colibri_imx6/colibri_imx6.c | 24 +++-- board/udoo/udoo_spl.c | 11 -- board/wandboard/spl.c | 11 -- cmd/Kconfig | 7 ++ cmd/Makefile | 1 + cmd/usb_gadget_sdp.c | 50 +++++++++ common/spl/Kconfig | 6 ++ common/spl/Makefile | 1 + common/spl/spl.c | 2 +- common/spl/spl_sdp.c | 37 +++++++ configs/apalis_imx6_defconfig | 4 + configs/colibri_imx6_defconfig | 4 + configs/imx6qdl_icore_mmc_defconfig | 2 +- configs/imx6qdl_icore_rqs_defconfig | 1 - doc/README.sdp | 100 ++++++++++++++++++ drivers/pinctrl/nxp/pinctrl-imx.c | 2 +- drivers/pinctrl/nxp/pinctrl-imx7ulp.c | 10 +- drivers/usb/gadget/Kconfig | 7 ++ drivers/usb/gadget/Makefile | 2 + drivers/usb/gadget/f_sdp.c | 737 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/configs/imx6-engicam.h | 14 +++ {tools => include}/imximage.h | 0 include/sdp.h | 16 +++ 48 files changed, 1156 insertions(+), 281 deletions(-) create mode 100644 cmd/usb_gadget_sdp.c create mode 100644 common/spl/spl_sdp.c create mode 100644 doc/README.sdp create mode 100644 drivers/usb/gadget/f_sdp.c rename {tools => include}/imximage.h (100%) create mode 100644 include/sdp.h

On Wed, Aug 30, 2017 at 12:35:02PM +0200, Stefano Babic wrote:
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427:
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long (2017-08-22 08:20:02 -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 63af4b0ad0666e0797306593813b6272e1995bde:
i.MX6Q: icorem6: Add falcon mode (2017-08-30 12:18:41 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Stefano Babic
-
Tom Rini