
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 1f8836396de8215b7f460616926052b32597bb29:
Prepare v2015.10-rc4 (2015-09-28 16:57:42 -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 7daaac5281db0788cde895a0add38ad5195b5be1:
mx6sabre_common: Add DFU support (2015-10-02 10:51:20 +0200)
---------------------------------------------------------------- Albert ARIBAUD (3ADEV) (1): vf610: add support for Phytec PCM052
Albert ARIBAUD \(3ADEV\) (2): vf610: refactor DDRMC code I2C: mxc_i2c: make I2C1 and I2C2 optional
Fabio Estevam (1): mx6sabre_common: Add DFU support
Peng Fan (1): imx: mx6: correct enable_fec_anatop_clock
Soeren Moch (1): tbs2910: explicitly set boot address
README | 8 +- arch/arm/Kconfig | 5 + arch/arm/cpu/armv7/mx6/clock.c | 2 + arch/arm/imx-common/ddrmc-vf610.c | 193 +++++++++++++------------------ arch/arm/include/asm/arch-vf610/ddrmc-vf610.h | 40 ++++--- arch/arm/include/asm/arch-vf610/imx-regs.h | 6 +- board/freescale/vf610twr/vf610twr.c | 156 ++++++++++++++++--------- board/phytec/pcm052/Kconfig | 15 +++ board/phytec/pcm052/MAINTAINERS | 6 + board/phytec/pcm052/Makefile | 7 ++ board/phytec/pcm052/imximage.cfg | 17 +++ board/phytec/pcm052/pcm052.c | 515 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/toradex/colibri_vf/colibri_vf.c | 144 ++++++++++++++++------- configs/pcm052_defconfig | 6 + drivers/i2c/mxc_i2c.c | 6 + include/configs/apf27.h | 2 + include/configs/aristainetos-common.h | 2 + include/configs/cgtqmx6eval.h | 2 + include/configs/cm_fx6.h | 2 + include/configs/embestmx6boards.h | 2 + include/configs/flea3.h | 2 + include/configs/gw_ventana.h | 2 + include/configs/imx31_phycore.h | 2 + include/configs/ls1021aqds.h | 2 + include/configs/ls1021atwr.h | 2 + include/configs/ls2085a_common.h | 2 + include/configs/m53evk.h | 2 + include/configs/mx25pdk.h | 2 + include/configs/mx35pdk.h | 2 + include/configs/mx53ard.h | 2 + include/configs/mx53evk.h | 2 + include/configs/mx53loco.h | 2 + include/configs/mx53smd.h | 2 + include/configs/mx6qsabreauto.h | 2 + include/configs/mx6sabre_common.h | 10 ++ include/configs/mx6sabresd.h | 2 + include/configs/mx6slevk.h | 2 + include/configs/mx6sxsabresd.h | 2 + include/configs/mx6ul_14x14_evk.h | 2 + include/configs/mx7dsabresd.h | 2 +- include/configs/nitrogen6x.h | 2 + include/configs/novena.h | 2 + include/configs/ot1200.h | 2 + include/configs/pcm052.h | 231 +++++++++++++++++++++++++++++++++++++ include/configs/platinum.h | 2 + include/configs/tbs2910.h | 4 +- include/configs/titanium.h | 2 + include/configs/tqma6.h | 2 + include/configs/usbarmory.h | 2 + include/configs/vf610twr.h | 2 + include/configs/wandboard.h | 2 + include/configs/warp.h | 2 + include/configs/woodburn_common.h | 2 + 53 files changed, 1212 insertions(+), 229 deletions(-) create mode 100644 board/phytec/pcm052/Kconfig create mode 100644 board/phytec/pcm052/MAINTAINERS create mode 100644 board/phytec/pcm052/Makefile create mode 100644 board/phytec/pcm052/imximage.cfg create mode 100644 board/phytec/pcm052/pcm052.c create mode 100644 configs/pcm052_defconfig create mode 100644 include/configs/pcm052.h

On Fri, Oct 02, 2015 at 11:11:40AM +0200, Stefano Babic wrote:
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 1f8836396de8215b7f460616926052b32597bb29:
Prepare v2015.10-rc4 (2015-09-28 16:57:42 -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 7daaac5281db0788cde895a0add38ad5195b5be1:
mx6sabre_common: Add DFU support (2015-10-02 10:51:20 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Stefano Babic
-
Tom Rini