]> git.ipfire.org Git - people/ms/u-boot.git/commit
am335x: add initial AM335x IDK board support
authorMatthias Fuchs <matthias.fuchs@esd.eu>
Fri, 2 Nov 2012 03:35:59 +0000 (03:35 +0000)
committerTom Rini <trini@ti.com>
Fri, 2 Nov 2012 17:04:04 +0000 (10:04 -0700)
commita956bdcb3ff759f753e3f0c5e40e58f4c3056e22
tree0b88c7c065b69d1f8f6705a7a96479c96be2b3fb
parent57f588be60eac8135cdfb366237fbf6e6dc2d316
am335x: add initial AM335x IDK board support

This patch extends the am335x_evm board for the AM335x IDK.

The IDK board uses MII for the ethernet phy (same as
Beaglebone board) and MMC0 for storage (but without
card detect line).

The IDK uses UART3 for console. So u-boot must be build
with CONFIG_SERIAL4 and CONFIG_CONS_INDEX=4 or for
the am335x_evm_uart3 board configuration as introduced
by Andrew Bradfords recent patch series "am33xx: Enable
UART {1,2,3,4,5}...". When using the IDK with console on UART0,
those patches are not required. In this case the board
slightly needs to be modified.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
board/ti/am335x/board.c
board/ti/am335x/mux.c