[U-Boot] [PULL] : Please pull u-boot-imx
Stefano Babic
sbabic at denx.de
Sat Apr 5 14:08:47 CEST 2014
Hi Albert,
please pull from u-boot-imx, thanks !
The following changes since commit 00b132bf34c5be86a108ac7fe8231ad9e97f6de4:
config:trats2: Change u-boot's TEXT_BASE from 0x78100000 to 0x43e00000
(2014-04-02 21:00:04 +0900)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to 1a9df13d5bc0b68c9dcae88d244c995c9351db67:
arm: mxs: Add support for generating signed BootStream (2014-04-04
11:44:59 +0200)
----------------------------------------------------------------
Eric Nelson (1):
ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x
Fabio Estevam (1):
woodburn_sd: Remove CONFIG_BOOT_INTERNAL
Marek Vasut (12):
arm: mxs: Adjust the load address of U-Boot and SPL for HAB
arm: mxs: Add support for generating signed BootStream
ARM: mxs: Add OCOTP driver
pci: mx6: Implement power callback
ARM: mx6: Add PCIe on SabreSDP
arm: mx5: Fix memory slowness on MX53QSB
arm: mx5: Avoid hardcoding memory sizes on MX53QSB
arm: mx5: Fix memory slowness on M53EVK
arm: mx5: Avoid hardcoding memory sizes on M53EVK
arm: mxs: Properly set GD pointer in SPL
arm: mxs: Add serial console support into SPL
arm: mxs: Add support for generating signed BootStream
Stefano Babic (5):
mxs: fix warning in SPL with console support
imx: add rules for U-Boot DTB support
mx6: add example DTB for mx6qsabreauto
Revert "arm: mxs: Add support for generating signed BootStream"
Merge branch 'master' of git://git.denx.de/u-boot-arm into master
Makefile | 8 +-
arch/arm/config.mk | 4 +
arch/arm/cpu/arm926ejs/mxs/Makefile | 60 +++++
arch/arm/cpu/arm926ejs/mxs/mxsimage-signed.cfg | 10 +
arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg | 8 +-
arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg | 8 +-
arch/arm/cpu/arm926ejs/mxs/spl_boot.c | 35 +++
arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds | 2 +-
arch/arm/dts/Makefile | 1 +
arch/arm/dts/imx6q-sabreauto.dts | 13 +
arch/arm/imx-common/Makefile | 8 +
board/denx/m53evk/m53evk.c | 31 ++-
board/freescale/mx53loco/mx53loco.c | 31 ++-
board/freescale/mx6sabresd/mx6sabresd.c | 11 +
drivers/misc/Makefile | 1 +
drivers/misc/mxs_ocotp.c | 311
++++++++++++++++++++++++
drivers/pci/pcie_imx.c | 13 +-
include/configs/m53evk.h | 8 +-
include/configs/mx53loco.h | 10 +-
include/configs/mx6qsabreauto.h | 3 +
include/configs/mx6sabresd.h | 10 +
include/configs/mxs.h | 15 +-
include/configs/nitrogen6x.h | 1 -
include/configs/woodburn_sd.h | 2 -
24 files changed, 564 insertions(+), 40 deletions(-)
create mode 100644 arch/arm/cpu/arm926ejs/mxs/mxsimage-signed.cfg
create mode 100644 arch/arm/dts/imx6q-sabreauto.dts
create mode 100644 drivers/misc/mxs_ocotp.c
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
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