[U-Boot] [PULL] : Please pull u-boot-imx
Stefano Babic
sbabic at denx.de
Tue Sep 3 10:20:44 CEST 2013
Hi Albert,
please pull from u-boot-imx, thanks !
The following changes since commit 326ea986ac150acdc7656d57fca647db80b50158:
Merge git://git.denx.de/u-boot-arm (2013-07-31 11:30:38 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to 8467faef7fce8c5faad7224b7737a58e16c52186:
i.MX6: Set and clear the gating bits for Phase Fractional Dividers
(2013-08-31 18:09:37 +0200)
----------------------------------------------------------------
Amaury Pouly (1):
mmc: mxsmmc: Enable MMC HC support
Andreas Wass (2):
ARM: mxs: Added application UART driver
ARM: mxs: Add mx28evk_auart_console target
Eric Nelson (6):
i.MX6: nitrogen6x: force HDMI onto IPU0/DI0
fec_mxc: set ethaddr if fuses burned and not previously set
i.MX6: Add convenience macros cpu_type(rev) and is_cpu_type(cpu)
i.MX6: Correct ANATOP_PFD (Phase Fractional Divider) register
declarations
i.MX6: nitrogen6x: Don't bother setting PLL3(480) PFD1 divisor
i.MX6: Set and clear the gating bits for Phase Fractional Dividers
Hector Palacios (1):
ARM: mxs: rename function that sets AUTO_RESTART flag
Marek Vasut (3):
ARM: mxs: tools: Add mkimage support for MXS bootstream
tools: Sort lists of files in Makefile
tools: mxsboot: Staticize functions
SARTRE Leo (1):
ARM: Congatec: README update
Stefano Babic (7):
tools: imx_header should not include flash_offset
tools: rename mximage_flash_offset to imximage_ivt_offset
tools: dynamically allocate imx_header in imximage
tools: add variable padding of data image in mkimage
tools: add padding of data image file for imximage
tools: add support for setting the CSF into imximage
imx: add status reporting for HAB status
arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg | 6 +
arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg | 8 +
arch/arm/cpu/arm926ejs/mxs/spl_power_init.c | 9 +-
arch/arm/cpu/armv7/mx6/Makefile | 7 +-
arch/arm/cpu/armv7/mx6/hab.c | 104 ++
arch/arm/cpu/armv7/mx6/soc.c | 28 +
arch/arm/include/asm/arch-mx6/hab.h | 67 +
arch/arm/include/asm/arch-mx6/imx-regs.h | 37 +-
arch/arm/include/asm/arch-mx6/sys_proto.h | 7 +
arch/arm/include/asm/arch-mxs/regs-uartapp.h | 220 +++
board/boundary/nitrogen6x/nitrogen6x.c | 8 +-
board/congatec/cgtqmx6eval/README | 3 +-
boards.cfg | 1 +
common/image.c | 1 +
config.mk | 9 +
doc/README.imximage | 30 +-
doc/README.mxc_hab | 48 +
doc/README.mxsimage | 165 ++
drivers/mmc/mxsmmc.c | 3 +-
drivers/net/fec_mxc.c | 2 +
drivers/serial/Makefile | 1 +
drivers/serial/mxs_auart.c | 151 ++
drivers/serial/serial.c | 2 +
include/configs/mxs.h | 7 +-
include/image.h | 1 +
tools/Makefile | 42 +-
tools/imximage.c | 180 +-
tools/imximage.h | 20 +-
tools/mkimage.c | 26 +-
tools/mkimage.h | 6 +-
tools/mxsboot.c | 12 +-
tools/mxsimage.c | 2347
++++++++++++++++++++++++++
tools/mxsimage.h | 230 +++
33 files changed, 3691 insertions(+), 97 deletions(-)
create mode 100644 arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg
create mode 100644 arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg
create mode 100644 arch/arm/cpu/armv7/mx6/hab.c
create mode 100644 arch/arm/include/asm/arch-mx6/hab.h
create mode 100644 arch/arm/include/asm/arch-mxs/regs-uartapp.h
create mode 100644 doc/README.mxc_hab
create mode 100644 doc/README.mxsimage
create mode 100644 drivers/serial/mxs_auart.c
create mode 100644 tools/mxsimage.c
create mode 100644 tools/mxsimage.h
--
=====================================================================
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