[U-Boot] Please pull u-boot-ti/master
Tom Rini
trini at ti.com
Wed May 14 03:36:51 CEST 2014
Hey,
The following changes since commit d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19:
Merge branch 'u-boot/master' (2014-05-09 11:50:14 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 97eeae1a0735fc17351f10b9978e966392badedc:
mtd: nand: omap_gpmc: Fix update of read_ecc in oob (2014-05-13 19:48:17 -0400)
----------------------------------------------------------------
Ash Charles (1):
am335x: pepper: Add Gumstix Pepper AM335x-based machine
Belisko Marek (1):
mtd: nand: omap_gpmc: Fix update of read_ecc in oob
Christian Riesch (1):
arm, davinci: Use CONFIG_SPL_PAD_TO for padding the SPL in an ais image
Dmitry Lifshitz (3):
ARM: OMAP5: add UART4 support
ARM: OMAP5: Power: add LDO2 support for Palmas driver
ARM: OMAP5: add CKO buffer control mask
Egli, Samuel (7):
siemens: cosmetic: remove unused and rename defines
siemens: update DDR3 parameters for dxr2
siemens: add led cmd for flexible LED control
siemens: change LED indication in DFU mode
siemens: cosmetic: rename project_dir
siemens:cosmetic, dxr2: rename dxr2 to draco
siemens, draco: add new target
Khoronzhuk, Ivan (1):
config: k2hk_evm: Add generic board support
Robert Nelson (2):
omap3_beagle: use omap3-beagle-xm-ab.dtb for the xM AB revision
omap3_beagle: xM A/B validate new dtb exits in file system
Yegor Yefremov (1):
am33xx: add SSC enable macro
Makefile | 2 +-
arch/arm/include/asm/arch-am33xx/clock.h | 2 +
arch/arm/include/asm/arch-omap5/clock.h | 3 +
arch/arm/include/asm/arch-omap5/omap.h | 1 +
board/gumstix/pepper/Makefile | 13 ++
board/gumstix/pepper/board.c | 226 ++++++++++++++++++++++++++++++
board/gumstix/pepper/board.h | 19 +++
board/gumstix/pepper/mux.c | 78 +++++++++++
board/siemens/common/board.c | 46 +++++-
board/siemens/{dxr2 => draco}/Makefile | 0
board/siemens/{dxr2 => draco}/board.c | 112 ++++++++-------
board/siemens/{dxr2 => draco}/board.h | 26 ++--
board/siemens/{dxr2 => draco}/mux.c | 2 +-
board/siemens/pxm2/board.c | 10 +-
board/siemens/rut/board.c | 2 +-
boards.cfg | 4 +-
drivers/mtd/nand/omap_gpmc.c | 2 +-
include/configs/da850evm.h | 1 +
include/configs/draco.h | 92 ++++++++++++
include/configs/dxr2.h | 4 +-
include/configs/k2hk_evm.h | 1 +
include/configs/omap3_beagle.h | 10 +-
include/configs/pepper.h | 99 +++++++++++++
include/configs/pxm2.h | 2 +-
include/configs/siemens-am33x-common.h | 8 +-
include/palmas.h | 4 +
26 files changed, 686 insertions(+), 83 deletions(-)
create mode 100644 board/gumstix/pepper/Makefile
create mode 100644 board/gumstix/pepper/board.c
create mode 100644 board/gumstix/pepper/board.h
create mode 100644 board/gumstix/pepper/mux.c
rename board/siemens/{dxr2 => draco}/Makefile (100%)
rename board/siemens/{dxr2 => draco}/board.c (63%)
rename board/siemens/{dxr2 => draco}/board.h (71%)
rename board/siemens/{dxr2 => draco}/mux.c (99%)
create mode 100644 include/configs/draco.h
create mode 100644 include/configs/pepper.h
Thanks!
--
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/20140513/bee0d0b9/attachment.pgp>
More information about the U-Boot
mailing list