[U-Boot] [PATCH] STx AMC8548: initial support for Silicon Turnkey Express AMC8548 board

Kumar Gala galak at kernel.crashing.org
Sun Oct 16 17:02:24 CEST 2011


On Apr 12, 2011, at 12:04 AM, Alex Dubov wrote:

> From: Alex Dubov <oakad at yahoo.com>
> 
> AMC8548 is a RapidIO development board in AMC form factor, featuring MPC8548E
> processor, DDR2 SO-DIMM slot, 16MB of hardwired NAND flash memory, real time
> clock and additional serial EEPROM on i2c bus (enabled). USB controller is
> available, but not presently enabled.
> 
> Additional board information is available at:
> http://www.silicontkx.com/AMC8548.htm
> 
> Signed-off-by: Alex Dubov <oakad at yahoo.com>
> ---
> MAINTAINERS                       |    2 +
> board/stx/stxamc8548/Makefile     |   53 ++++++
> board/stx/stxamc8548/law.c        |   50 +++++
> board/stx/stxamc8548/stxamc8548.c |  120 ++++++++++++
> board/stx/stxamc8548/tlb.c        |   82 ++++++++
> boards.cfg                        |    1 +
> include/configs/stxamc8548.h      |  374 +++++++++++++++++++++++++++++++++++++
> 7 files changed, 682 insertions(+), 0 deletions(-)
> create mode 100644 board/stx/stxamc8548/Makefile
> create mode 100644 board/stx/stxamc8548/law.c
> create mode 100644 board/stx/stxamc8548/stxamc8548.c
> create mode 100644 board/stx/stxamc8548/tlb.c
> create mode 100644 include/configs/stxamc8548.h

Patch needs some minor updates to apply & build with current HEAD.  Please make those.

- k



More information about the U-Boot mailing list