[U-Boot] Please pull u-boot-ti/master
Tom Rini
trini at ti.com
Mon Mar 19 19:29:06 CET 2012
Hello,
The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715:
Marek Vasut (1):
IXP: Fix GPIO_INT_ACT_LOW_SET()
are available in the git repository at:
git://git.denx.de/u-boot-ti master
Simon Schwarz (8):
Add cmd_spl command
devkit8000: add config for spl command
omap-common: Add NAND SPL linux booting
devkit8000/spl: init GPMC for dm9000 in SPL
omap-common/spl: Add linux boot to SPL
omap/spl: change output of spl_parse_image_header
devkit8000: Implement and activate direct OS boot
arm: Add Prep subcommand support to bootm
Stefano Babic (4):
Add cache functions to SPL for armv7
OMAP3: SPL: do not call I2C init if no I2C is set.
SPL: call cleanup_before_linux() before booting Linux
OMAP3: twister: add support to boot Linux from SPL
Tom Rini (1):
cam_enc_4xx: Rename 'images' to 'imgs'
arch/arm/cpu/armv7/Makefile | 2 -
arch/arm/cpu/armv7/cpu.c | 2 +
arch/arm/cpu/armv7/omap-common/spl.c | 46 ++++-
arch/arm/cpu/armv7/omap-common/spl_nand.c | 47 ++++-
arch/arm/cpu/armv7/omap3/board.c | 2 +
arch/arm/include/asm/bootm.h | 26 +++
arch/arm/include/asm/omap_common.h | 2 +
arch/arm/lib/Makefile | 5 +-
arch/arm/lib/bootm.c | 341 +++++++++++++++--------------
board/ait/cam_enc_4xx/cam_enc_4xx.c | 48 ++--
board/technexion/twister/twister.c | 23 ++
board/timll/devkit8000/devkit8000.c | 37 +++
common/Makefile | 1 +
common/cmd_spl.c | 188 ++++++++++++++++
doc/README.commands.spl | 31 +++
include/cmd_spl.h | 31 +++
include/configs/devkit8000.h | 15 +-
include/configs/twister.h | 12 +
include/image.h | 2 +
19 files changed, 662 insertions(+), 199 deletions(-)
create mode 100644 arch/arm/include/asm/bootm.h
create mode 100644 common/cmd_spl.c
create mode 100644 doc/README.commands.spl
create mode 100644 include/cmd_spl.h
These patches have been in progress for quite some time and Wolfgang has
requested that they go in now rather than after the upcoming release.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120319/bc493770/attachment.pgp>
More information about the U-Boot
mailing list