[U-Boot] Please pull u-boot-ti/next

Hello,
The following changes since commit a69c1beefe8d1afb34c79a324a87a8951a793a59: Fabio Estevam (1): vision2: Fix checkpatch warning
are available in the git repository at:
git://git.denx.de/u-boot-ti.git next
Christian Riesch (7): spl: display_options.o is required for SPI flash support in SPL sf: Add spi_boot() to allow booting from SPI flash in an SPL arm, davinci: Add SPL support for DA850 SoCs arm, da850evm: Add an SPL for SPI boot mkimage: Fix variable length header support arm, davinci: Add support for generating AIS images to the Makefile arm, davinci: Fix build warnings for cam_enc_4xx
Stefano Babic (2): ARM: omap3: added common configuration for Technexion TAM3517 ARM: omap3: add support to Technexion twister board
Thomas Weber (1): Devkit8000: Switch over to enable_gpmc_cs_config
.gitignore | 1 + MAINTAINERS | 1 + Makefile | 13 + arch/arm/cpu/arm926ejs/davinci/Makefile | 3 +- arch/arm/cpu/arm926ejs/davinci/spl.c | 35 +++- board/davinci/da8xxevm/da850evm.c | 4 +- board/davinci/da8xxevm/u-boot-spl.lds | 73 ++++++ board/technexion/twister/Makefile | 38 +++ board/technexion/twister/twister.c | 116 +++++++++ board/technexion/twister/twister.h | 411 +++++++++++++++++++++++++++++++ board/timll/devkit8000/devkit8000.c | 19 +- boards.cfg | 1 + doc/README.SPL | 1 + doc/README.davinci | 9 + drivers/mtd/spi/Makefile | 4 + drivers/mtd/spi/spi_spl_load.c | 58 +++++ include/configs/da850evm.h | 87 +++++++ include/configs/tam3517-common.h | 361 +++++++++++++++++++++++++++ include/configs/twister.h | 54 ++++ include/spi_flash.h | 3 + lib/Makefile | 2 + tools/mkimage.c | 97 ++++---- 22 files changed, 1333 insertions(+), 58 deletions(-) create mode 100644 board/davinci/da8xxevm/u-boot-spl.lds create mode 100644 board/technexion/twister/Makefile create mode 100644 board/technexion/twister/twister.c create mode 100644 board/technexion/twister/twister.h create mode 100644 drivers/mtd/spi/spi_spl_load.c create mode 100644 include/configs/tam3517-common.h create mode 100644 include/configs/twister.h
Thanks!

Hi Tom,
Le 19/12/2011 22:20, Tom Rini a écrit :
Hello,
The following changes since commit a69c1beefe8d1afb34c79a324a87a8951a793a59: Fabio Estevam (1): vision2: Fix checkpatch warning
are available in the git repository at:
git://git.denx.de/u-boot-ti.git next
Christian Riesch (7): spl: display_options.o is required for SPI flash support in SPL sf: Add spi_boot() to allow booting from SPI flash in an SPL arm, davinci: Add SPL support for DA850 SoCs arm, da850evm: Add an SPL for SPI boot mkimage: Fix variable length header support arm, davinci: Add support for generating AIS images to the Makefile arm, davinci: Fix build warnings for cam_enc_4xx
Stefano Babic (2): ARM: omap3: added common configuration for Technexion TAM3517 ARM: omap3: add support to Technexion twister board
Thomas Weber (1): Devkit8000: Switch over to enable_gpmc_cs_config
.gitignore | 1 + MAINTAINERS | 1 + Makefile | 13 + arch/arm/cpu/arm926ejs/davinci/Makefile | 3 +- arch/arm/cpu/arm926ejs/davinci/spl.c | 35 +++- board/davinci/da8xxevm/da850evm.c | 4 +- board/davinci/da8xxevm/u-boot-spl.lds | 73 ++++++ board/technexion/twister/Makefile | 38 +++ board/technexion/twister/twister.c | 116 +++++++++ board/technexion/twister/twister.h | 411 +++++++++++++++++++++++++++++++ board/timll/devkit8000/devkit8000.c | 19 +- boards.cfg | 1 + doc/README.SPL | 1 + doc/README.davinci | 9 + drivers/mtd/spi/Makefile | 4 + drivers/mtd/spi/spi_spl_load.c | 58 +++++ include/configs/da850evm.h | 87 +++++++ include/configs/tam3517-common.h | 361 +++++++++++++++++++++++++++ include/configs/twister.h | 54 ++++ include/spi_flash.h | 3 + lib/Makefile | 2 + tools/mkimage.c | 97 ++++---- 22 files changed, 1333 insertions(+), 58 deletions(-) create mode 100644 board/davinci/da8xxevm/u-boot-spl.lds create mode 100644 board/technexion/twister/Makefile create mode 100644 board/technexion/twister/twister.c create mode 100644 board/technexion/twister/twister.h create mode 100644 drivers/mtd/spi/spi_spl_load.c create mode 100644 include/configs/tam3517-common.h create mode 100644 include/configs/twister.h
Thanks!
Applied to u-boot-arm/next (to move onto master after 2011.12 is out), thanks!
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Tom Rini