]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap: add basic SPL support
authorAneesh V <aneesh@ti.com>
Thu, 21 Jul 2011 13:10:21 +0000 (09:10 -0400)
committerU-Boot <uboot@aari01-12.(none)>
Wed, 3 Aug 2011 10:49:20 +0000 (12:49 +0200)
commitbcae72116257201d7288cb8c525a29aea4875b95
tree27511a4f1475382047a803b50883416ae87b144c
parent033ca72438635c68f3940216a550217b9e7f6417
omap: add basic SPL support

- Provide alternate implementations of board_init_f()
  board_init_r() for OMAP spl.
- Provide linker script
- Initialize global data
- Add serial console support
- Update CONFIG_SYS_TEXT_BASE to allow for SPL's bss and move
  it to board config header from config.mk

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
15 files changed:
arch/arm/cpu/armv7/Makefile
arch/arm/cpu/armv7/omap-common/Makefile
arch/arm/cpu/armv7/omap-common/spl.c [new file with mode: 0644]
arch/arm/cpu/armv7/omap-common/u-boot-spl.lds [new file with mode: 0644]
arch/arm/cpu/armv7/omap4/Makefile
arch/arm/cpu/armv7/omap4/board.c
arch/arm/cpu/armv7/omap4/clocks.c
arch/arm/include/asm/arch-omap4/sys_proto.h
arch/arm/include/asm/omap_common.h
board/ti/panda/Makefile
board/ti/panda/config.mk [deleted file]
board/ti/sdp4430/Makefile
board/ti/sdp4430/config.mk [deleted file]
include/configs/omap4_panda.h
include/configs/omap4_sdp4430.h