[U-Boot] Please pull u-boot-ti/master
Tom Rini
tom.rini at gmail.com
Wed Jan 4 17:19:21 CET 2012
Hi Albert,
This replaces the pull request I sent for u-boot-ti/next back around
Dec 23rd that wasn't pulled.
The following changes since commit a747cc0a8c55d69a56a6db80a35cdb48c853447d:
Thierry Reding (1):
tegra2: Optimize out-of-tree build for Ventana.
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Aneesh V (1):
omap4: fix boot issue on ES2.0 Panda
Christian Riesch (3):
arm, davinci: Use a common configuration file for da850evm and
da850_am18xxevm
da850evm: Remove CONFIG_SYS_xxCACHE_OFF defines
arm, davinci: Change byte order of RTC kick register values
Peter Barada (1):
ARMV7: Add support For Logic OMAP35x/DM37x modules
Peter Meerwald (1):
beagle: add eeprom expansion board info for bct brettl3
Thomas Weber (1):
OMAP3: Remove unused define CONFIG_OMAP3_*_DDR
MAINTAINERS | 4 +
arch/arm/cpu/armv7/omap4/hwinit.c | 4 +-
arch/arm/include/asm/arch-davinci/hardware.h | 4 +-
arch/arm/include/asm/arch-omap4/omap.h | 2 +-
board/enbw/enbw_cmc/enbw_cmc.c | 4 +-
board/logicpd/omap3som/Makefile | 42 +++
board/logicpd/omap3som/omap3logic.c | 247 ++++++++++++++++++
board/logicpd/omap3som/omap3logic.h | 47 ++++
board/ti/beagle/beagle.c | 4 +
boards.cfg | 3 +-
include/configs/cm_t35.h | 3 -
include/configs/da850_am18xxevm.h | 246 -----------------
include/configs/da850evm.h | 3 -
include/configs/dig297.h | 3 -
include/configs/igep0020.h | 3 -
include/configs/igep0030.h | 3 -
include/configs/omap3_logic.h | 362 ++++++++++++++++++++++++++
include/configs/omap3_mvblx.h | 3 -
include/configs/omap3_overo.h | 3 -
include/configs/omap3_pandora.h | 3 -
include/configs/omap3_sdp3430.h | 3 -
include/configs/omap3_zoom1.h | 3 -
include/configs/omap3_zoom2.h | 3 -
23 files changed, 715 insertions(+), 287 deletions(-)
create mode 100644 board/logicpd/omap3som/Makefile
create mode 100644 board/logicpd/omap3som/omap3logic.c
create mode 100644 board/logicpd/omap3som/omap3logic.h
delete mode 100644 include/configs/da850_am18xxevm.h
create mode 100644 include/configs/omap3_logic.h
--
Tom
More information about the U-Boot
mailing list