[PATCHv2 0/2] Initial support for OMAP3EVM
Sanjeev Premi
premi at ti.com
Thu Dec 17 04:51:12 EST 2009
This patchset provides a minimal support to get u-boot-v2
working on the OMAP3EVM.
This is just a merge of patches from earlier version, as requested.
Sanjeev Premi (2):
omap3evm: Add basic support for the board
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 barebox
mailing list