]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am33xx: Add support for TI AM335x StarterKit EVM
authorTom Rini <trini@ti.com>
Tue, 31 Jul 2012 15:55:01 +0000 (08:55 -0700)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:13 +0000 (14:58 +0200)
commit65d750be590db1ad3f045f45a8fbac59c4ccb9b5
tree288188bb57a6a7f7d2e6b08e569ee87412752ce4
parent973b663820382c9d02bc6042a5901f3f74640c17
am33xx: Add support for TI AM335x StarterKit EVM

- Board requires gpio0 #7 to be set to power DDR3.
- Board uses DDR3, add a way to determine which DDR type to call
  config_ddr with.
- Both of the above require filling in the header structure early, move
  it into the data section.

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/am33xx/board.c
arch/arm/include/asm/arch-am33xx/common_def.h
board/ti/am335x/mux.c