[U-Boot] [PATCH v7 0/2] apf27: add support of armadeus apf27
Philippe Reynes
tremyfr at yahoo.fr
Tue Sep 10 22:08:38 CEST 2013
Difference between v7 and v6:
- first patch "mx27: add missing constant for mx27" already accepted
- remove useless variables regs
- remove useless i2c initialization (already done in board_f.c)
- remove CONFIG_I2C_MULTI_BUS (not used)
- update u-boot filename in u-boot env
- fix a typo in a comment in apf27.h
Difference between v6 and v5:
- use generic board framework
- add fpga name
Difference between v5 and v4:
- use spl framework
- use script
- use SPDX-License-Identifier
- use u-boot-with-spl.bin (instead of u-boot-nand.bin)
- fix some comments format issue
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 (2):
apf27: add support for the armadeus APF27 board
apf27: add FPGA support for the apf27 board
MAINTAINERS | 5 +
board/armadeus/apf27/Makefile | 33 +++
board/armadeus/apf27/apf27.c | 256 ++++++++++++++++++
board/armadeus/apf27/apf27.h | 489 ++++++++++++++++++++++++++++++++++
board/armadeus/apf27/fpga.c | 224 ++++++++++++++++
board/armadeus/apf27/fpga.h | 25 ++
board/armadeus/apf27/lowlevel_init.S | 168 ++++++++++++
boards.cfg | 1 +
include/configs/apf27.h | 388 +++++++++++++++++++++++++++
9 files changed, 1589 insertions(+), 0 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/lowlevel_init.S
create mode 100644 include/configs/apf27.h
--
1.7.4.4
More information about the U-Boot
mailing list