]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM:AM33XX: Add SPL support for AM335X EVM
authorChandan Nath <chandan.nath@ti.com>
Mon, 9 Jan 2012 20:38:59 +0000 (20:38 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 16 Jan 2012 07:40:12 +0000 (08:40 +0100)
commit8a8f084e4ffa0e2357790cd92b69301eaeb2834d
treef29a8f6bb0d33ec4041d64f761623f4215fe8417
parent876bdd6d460cfcb7dc3b3c52291e20d322a939d5
ARM:AM33XX: Add SPL support for AM335X EVM

This patch is added to support SPL feature on AM335X
platform. In this patch, MMC1 is configured as boot
device for SPL and support for other devices will be
added in the next patch series.

Signed-off-by: Chandan Nath <chandan.nath@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
16 files changed:
arch/arm/cpu/armv7/am33xx/Makefile
arch/arm/cpu/armv7/am33xx/board.c
arch/arm/cpu/armv7/am33xx/config.mk [new file with mode: 0644]
arch/arm/cpu/armv7/am33xx/emif4.c
arch/arm/cpu/armv7/am33xx/lowlevel_init.S [deleted file]
arch/arm/cpu/armv7/omap-common/Makefile
arch/arm/cpu/armv7/omap-common/boot-common.c [new file with mode: 0644]
arch/arm/cpu/armv7/omap-common/hwinit-common.c
arch/arm/include/asm/arch-am33xx/common_def.h [moved from board/ti/am335x/common_def.h with 81% similarity]
arch/arm/include/asm/arch-am33xx/omap.h [new file with mode: 0644]
arch/arm/include/asm/arch-am33xx/sys_proto.h
arch/arm/include/asm/omap_common.h
board/ti/am335x/evm.c
board/ti/am335x/mux.c
include/configs/am335x_evm.h
spl/Makefile