public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCHv2 0/2] Add initial support for AQUILA-CYGNUS
@ 2013-04-05  8:27 Enric Balletbo i Serra
  2013-04-05  8:27 ` [U-Boot] [PATCHv2 1/2] Add DDR3 support for IGEP COM AQUILA/CYGNUS Enric Balletbo i Serra
  2013-04-05  8:27 ` [U-Boot] [PATCHv2 2/2] ARM: Add " Enric Balletbo i Serra
  0 siblings, 2 replies; 4+ messages in thread
From: Enric Balletbo i Serra @ 2013-04-05  8:27 UTC (permalink / raw)
  To: u-boot

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.

Changes since v1 (As Tom suggested)

  * Remove ATAGS and FDT as we have no support.
  * Remove CMD_EXT2 as is not required.
  * Remove fdt related stuff from environment.
  * Reduce the space dedicated to u-boot in MTDPARTS
  * Remove SPL_NET, we don't use this.

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                  |  284 +++++++++++++++++++++++++++
 8 files changed, 697 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-29 20:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05  8:27 [U-Boot] [PATCHv2 0/2] Add initial support for AQUILA-CYGNUS Enric Balletbo i Serra
2013-04-05  8:27 ` [U-Boot] [PATCHv2 1/2] Add DDR3 support for IGEP COM AQUILA/CYGNUS Enric Balletbo i Serra
2013-04-29 20:21   ` [U-Boot] [U-Boot, PATCHv2, " Tom Rini
2013-04-05  8:27 ` [U-Boot] [PATCHv2 2/2] ARM: Add " Enric Balletbo i Serra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox