[U-Boot] [PATCHv2 0/2] Add initial support for AQUILA-CYGNUS

Enric Balletbo i Serra eballetbo at iseebcn.com
Fri Apr 5 10:27:56 CEST 2013


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



More information about the U-Boot mailing list