All of lore.kernel.org
 help / color / mirror / Atom feed
From: Enric Balletbo i Serra <eballetbo@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] Add initial support for AQUILA-CYGNUS
Date: Wed,  3 Apr 2013 15:12:01 +0200	[thread overview]
Message-ID: <1364994723-19945-1-git-send-email-eballetbo@gmail.com> (raw)

From: Enric Balletbo i Serra <eballetbo@iseebcn.com>

IGEP COM AQUILA and CYGNUS are two computer-on-module based on AM3354 and
AM3352 processors. Both use SODIMM from factor and are designed for industrial
range purpose. 

Enric Balletbo i Serra (2):
  Add DDR3 support for IGEP COM AQUILA/CYGNUS.
  ARM: Add support for IGEP COM AQUILA/CYGNUS

 MAINTAINERS                                 |    1 +
 arch/arm/include/asm/arch-am33xx/ddr_defs.h |   17 ++
 board/isee/igep0033/Makefile                |   46 ++++
 board/isee/igep0033/board.c                 |  232 +++++++++++++++++++++
 board/isee/igep0033/board.h                 |   27 +++
 board/isee/igep0033/mux.c                   |   89 ++++++++
 boards.cfg                                  |    1 +
 include/configs/igep0033.h                  |  300 +++++++++++++++++++++++++++
 8 files changed, 713 insertions(+)
 create mode 100644 board/isee/igep0033/Makefile
 create mode 100644 board/isee/igep0033/board.c
 create mode 100644 board/isee/igep0033/board.h
 create mode 100644 board/isee/igep0033/mux.c
 create mode 100644 include/configs/igep0033.h

-- 
1.7.10.4

             reply	other threads:[~2013-04-03 13:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-03 13:12 Enric Balletbo i Serra [this message]
2013-04-03 13:12 ` [U-Boot] [PATCH 1/2] Add DDR3 support for IGEP COM AQUILA/CYGNUS Enric Balletbo i Serra
2013-04-03 13:12 ` [U-Boot] [PATCH 2/2] ARM: Add " Enric Balletbo i Serra
2013-04-03 22:38   ` Tom Rini
2013-04-04  7:36     ` Enric Balletbo Serra
2013-04-04  7:51       ` Enric Balletbo Serra
2013-04-04 20:15         ` Tom Rini
2013-04-04 20:17       ` Tom Rini

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=1364994723-19945-1-git-send-email-eballetbo@gmail.com \
    --to=eballetbo@gmail.com \
    --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.