public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/4] apf27: add support of armadeus apf27
@ 2013-07-28 20:16 Philippe Reynes
  2013-07-28 20:16 ` [U-Boot] [PATCH v4 1/4] mx27: add missing constant for mx27 Philippe Reynes
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Philippe Reynes @ 2013-07-28 20:16 UTC (permalink / raw)
  To: u-boot

Difference between v4 and v3:
- use standard start.S
- use part to know u-boot offset
- fix some comments format issue

Difference between v3 and v2:
- rebase on imx branch
- merge support and spl patch
- clean code of apf27_gpio_init
- clean code of start.S

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):
  mx27: add missing constant for mx27
  apf27: add support for the armadeus APF27 board
  apf27: add FPGA support for the apf27 board
  Update u-boot-nand.bin to be used with spl

 MAINTAINERS                               |    5 +
 Makefile                                  |    6 +
 arch/arm/cpu/arm926ejs/mx27/asm-offsets.c |    5 +
 arch/arm/include/asm/arch-mx27/imx-regs.h |    2 +-
 board/armadeus/apf27/Makefile             |   54 +++
 board/armadeus/apf27/apf27.c              |  374 ++++++++++++++++++++
 board/armadeus/apf27/apf27.h              |  450 ++++++++++++++++++++++++
 board/armadeus/apf27/fpga.c               |  250 ++++++++++++++
 board/armadeus/apf27/fpga.h               |   39 +++
 board/armadeus/apf27/splboot.S            |  528 +++++++++++++++++++++++++++++
 boards.cfg                                |    1 +
 include/configs/apf27.h                   |  446 ++++++++++++++++++++++++
 12 files changed, 2159 insertions(+), 1 deletions(-)
 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/splboot.S
 create mode 100644 include/configs/apf27.h

-- 
1.7.4.4

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

end of thread, other threads:[~2013-08-02 13:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-28 20:16 [U-Boot] [PATCH v4 0/4] apf27: add support of armadeus apf27 Philippe Reynes
2013-07-28 20:16 ` [U-Boot] [PATCH v4 1/4] mx27: add missing constant for mx27 Philippe Reynes
2013-07-29  8:17   ` Stefano Babic
2013-07-28 20:16 ` [U-Boot] [PATCH v4 2/4] apf27: add support for the armadeus APF27 board Philippe Reynes
2013-07-29  9:43   ` Stefano Babic
2013-08-01 17:12     ` trem
2013-08-02 11:12       ` Stefano Babic
2013-08-02 12:49         ` Fabio Estevam
2013-08-02 13:05           ` Stefano Babic
2013-07-28 20:16 ` [U-Boot] [PATCH v4 3/4] apf27: add FPGA support for the apf27 board Philippe Reynes
2013-07-28 22:28   ` Wolfgang Denk
2013-07-28 20:16 ` [U-Boot] [PATCH v4 4/4] Update u-boot-nand.bin to be used with spl Philippe Reynes
2013-07-29 22:29   ` Scott Wood

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