All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] apf27: add support of armadeus apf27 v2
@ 2012-10-29 17:35 Philippe Reynes
  2012-10-29 17:35 ` [U-Boot] [PATCH 1/4] apf27: add missing constant to mx27 Philippe Reynes
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Philippe Reynes @ 2012-10-29 17:35 UTC (permalink / raw)
  To: u-boot

Difference between v1 and v2:
- use spl instead of nand_spl
- use gpio api
- remove use of useless CONFIG_SYS
- remove use of config.mk
- remove dead code

Philippe Reynes (4):
  apf27: add missing constant to mx27
  apf27: add support for the armadeus APF27 board
  apf27: add spl support for the apf27
  apf27: add FPGA support for the apf27 board

 MAINTAINERS                               |    5 +
 arch/arm/cpu/arm926ejs/mx27/asm-offsets.c |   34 ++
 arch/arm/include/asm/arch-mx27/imx-regs.h |   11 +-
 arch/arm/include/asm/arch-mx27/mxc_nand.h |   83 +++++
 board/armadeus/apf27/Makefile             |   51 +++
 board/armadeus/apf27/apf27.c              |  424 ++++++++++++++++++++++
 board/armadeus/apf27/apf27.h              |  477 +++++++++++++++++++++++++
 board/armadeus/apf27/fpga.c               |  262 ++++++++++++++
 board/armadeus/apf27/fpga.h               |   39 ++
 board/armadeus/apf27/start.S              |  549 +++++++++++++++++++++++++++++
 board/armadeus/apf27/u-boot-spl.lds       |   87 +++++
 boards.cfg                                |    1 +
 include/configs/apf27.h                   |  458 ++++++++++++++++++++++++
 13 files changed, 2480 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-mx27/mxc_nand.h
 create mode 100644 board/armadeus/apf27/Makefile
 create mode 100644 board/armadeus/apf27/apf27.c
 create mode 100644 board/armadeus/apf27/apf27.h
 create mode 100644 board/armadeus/apf27/fpga.c
 create mode 100644 board/armadeus/apf27/fpga.h
 create mode 100644 board/armadeus/apf27/start.S
 create mode 100644 board/armadeus/apf27/u-boot-spl.lds
 create mode 100644 include/configs/apf27.h

-- 
1.7.4.4

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

end of thread, other threads:[~2012-12-02 17:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 17:35 [U-Boot] [PATCH 0/4] apf27: add support of armadeus apf27 v2 Philippe Reynes
2012-10-29 17:35 ` [U-Boot] [PATCH 1/4] apf27: add missing constant to mx27 Philippe Reynes
2012-10-29 17:35 ` [U-Boot] [PATCH 2/4] apf27: add support for the armadeus APF27 board Philippe Reynes
2012-11-26 17:55   ` Albert ARIBAUD
2012-12-02 17:07     ` trem
2012-10-29 17:35 ` [U-Boot] [PATCH 3/4] apf27: add spl support for the apf27 Philippe Reynes
2012-10-30 20:50   ` Fabio Estevam
2012-11-26 18:02   ` Albert ARIBAUD
2012-12-02 17:09     ` trem
2012-10-29 17:35 ` [U-Boot] [PATCH 4/4] apf27: add FPGA support for the apf27 board Philippe Reynes

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.