[PATCH 0/4] Initial support for OMAP3EVM
Sanjeev Premi
premi at ti.com
Mon Dec 14 10:29:28 EST 2009
This patchset provides a minimal support to get u-boot-v2
working on the OMAP3EVM.
Sanjeev Premi (4):
omap3evm: Add to configuration
omap3evm: Minimal board initialization
omap3evm: Update Makefile
omap3evm: Minimal default configuration
arch/arm/configs/omap3_evm_defconfig | 197 ++++++++++++++++++++++++
board/omap/Kconfig | 27 ++++
board/omap/Makefile | 1 +
board/omap/board-omap3evm.c | 275 ++++++++++++++++++++++++++++++++++
4 files changed, 500 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/configs/omap3_evm_defconfig
create mode 100644 board/omap/board-omap3evm.c
More information about the u-boot-v2
mailing list