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

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
- enable only 64MB of ram so it could work on all apf27

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 (3):
  apf27: add missing constant to mx27
  apf27: add support for the armadeus APF27 board
  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              |  363 +++++++++++++++++++
 board/armadeus/apf27/apf27.h              |  477 +++++++++++++++++++++++++
 board/armadeus/apf27/fpga.c               |  262 ++++++++++++++
 board/armadeus/apf27/fpga.h               |   39 ++
 board/armadeus/apf27/start.S              |  538 +++++++++++++++++++++++++++++
 board/armadeus/apf27/u-boot-spl.lds       |   86 +++++
 boards.cfg                                |    1 +
 include/configs/apf27.h                   |  445 ++++++++++++++++++++++++
 13 files changed, 2394 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] 6+ messages in thread

end of thread, other threads:[~2012-12-07 15:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-01 10:44 [U-Boot] [PATCH v3 0/3] apf27: add support of armadeus apf27 Philippe Reynes
2012-12-01 10:44 ` [U-Boot] [PATCH v3 1/3] apf27: add missing constant to mx27 Philippe Reynes
2012-12-07 14:01   ` Stefano Babic
2012-12-01 10:44 ` [U-Boot] [PATCH v2 2/3] apf27: add support for the armadeus APF27 board Philippe Reynes
2012-12-07 15:25   ` Stefano Babic
2012-12-01 10:44 ` [U-Boot] [PATCH v3 3/3] 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.