
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 08cebeeaadd9192dd501308ac6a8b858ffa255c1:
Merge git://git.denx.de/u-boot-fdt (2017-09-15 22:34:34 -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 031426a7af63d3c939fc963311e6dc8e904a0440:
mx6sabresd: Add Serial Download Protocol support (2017-09-20 15:34:59 +0200)
---------------------------------------------------------------- Anatolij Gustschin (1): imx6: drop duplicated bss memset and board_init_r() call
Dennis Gilmore (1): detect and setup solidrun hummingboard2
Eric Nelson (1): imx: imx7d: remove CamelCase from ENET_xMHz macros
Fabio Estevam (2): toradex: imx6: Move g_dnl_bind_fixup() into common SPL code mx6sabresd: Add Serial Download Protocol support
Ian Ray (1): board: ge: bx50v3: set eth0 MAC address
Stefan Agner (2): imx: add macro to detect whether USB PHY is active imx_common: detect USB serial downloader reliably
Vanessa Maegima (1): pico-imx7d: Add "how to boot with NXP 4.1 Kernel"
arch/arm/include/asm/arch-mx6/sys_proto.h | 7 ++++++ arch/arm/include/asm/arch-mx7/clock.h | 6 ++--- arch/arm/mach-imx/mx7/clock.c | 6 ++--- arch/arm/mach-imx/spl.c | 22 +++++++++++++++++ board/bachmann/ot1200/ot1200_spl.c | 6 ----- board/compulab/cm_fx6/spl.c | 3 --- board/engicam/common/spl.c | 6 ----- board/freescale/mx7dsabresd/mx7dsabresd.c | 2 +- board/gateworks/gw_ventana/gw_ventana_spl.c | 3 --- board/ge/bx50v3/Makefile | 2 +- board/ge/bx50v3/bx50v3.c | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/ge/bx50v3/vpd_reader.c | 228 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/ge/bx50v3/vpd_reader.h | 25 +++++++++++++++++++ board/kosagi/novena/novena_spl.c | 6 ----- board/liebherr/mccmon6/spl.c | 6 ----- board/solidrun/mx6cuboxi/mx6cuboxi.c | 35 ++++++++++++++++++++++++-- board/technexion/pico-imx7d/README | 17 +++++++++++++ board/technexion/pico-imx7d/pico-imx7d.c | 2 +- board/toradex/apalis_imx6/apalis_imx6.c | 13 ---------- board/toradex/colibri_imx6/colibri_imx6.c | 13 ---------- board/toradex/colibri_imx7/colibri_imx7.c | 2 +- board/udoo/udoo_spl.c | 6 ----- board/wandboard/spl.c | 6 ----- configs/mx6sabresd_defconfig | 4 +++ include/configs/ge_bx50v3.h | 15 +++++++++++ include/configs/mx6cuboxi.h | 4 +++ 26 files changed, 474 insertions(+), 80 deletions(-) create mode 100644 board/ge/bx50v3/vpd_reader.c create mode 100644 board/ge/bx50v3/vpd_reader.h