All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] STx AMC8548: initial support for Silicon Turnkey Express AMC8548 board
Date: Sun, 16 Oct 2011 10:02:24 -0500	[thread overview]
Message-ID: <DDE7A79D-B7A6-47B0-B476-1BF9DFB7EAF2@kernel.crashing.org> (raw)
In-Reply-To: <1302584653-15312-1-git-send-email-oakad@yahoo.com>


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

> From: Alex Dubov <oakad@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@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

  parent reply	other threads:[~2011-10-16 15:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-27  8:40 [U-Boot] [PATCH] STx AMC8548: initial support for Silicon Turnkey Express AMC8548 board Alex Dubov
2011-04-11 20:52 ` Wolfgang Denk
2011-04-12  5:04   ` Alex Dubov
2011-10-15 21:11     ` Wolfgang Denk
2011-10-16 15:02     ` Kumar Gala [this message]
2011-10-18  9:02       ` Alex Dubov
2011-10-18 13:09         ` Kumar Gala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DDE7A79D-B7A6-47B0-B476-1BF9DFB7EAF2@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.