From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 0/3] apf27: add support of armadeus apf27
Date: Wed, 28 Aug 2013 13:24:07 +0200 [thread overview]
Message-ID: <201308281324.07309.marex@denx.de> (raw)
In-Reply-To: <1377623553-7713-1-git-send-email-tremyfr@yahoo.fr>
Dear Philippe Reynes,
> 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 (3):
> mx27: add missing constant for 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 | 5 +
> arch/arm/include/asm/arch-mx27/imx-regs.h | 6 +-
> board/armadeus/apf27/Makefile | 33 ++
> board/armadeus/apf27/apf27.c | 257 +++++++++++++++
> board/armadeus/apf27/apf27.h | 489
> +++++++++++++++++++++++++++++ board/armadeus/apf27/fpga.c |
> 223 +++++++++++++
> board/armadeus/apf27/fpga.h | 25 ++
> board/armadeus/apf27/lowlevel_init.S | 168 ++++++++++
> boards.cfg | 1 +
> include/configs/apf27.h | 388 +++++++++++++++++++++++
> 11 files changed, 1599 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/lowlevel_init.S
> create mode 100644 include/configs/apf27.h
CC Stefano
Best regards,
Marek Vasut
prev parent reply other threads:[~2013-08-28 11:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-27 17:12 [U-Boot] [PATCH v5 0/3] apf27: add support of armadeus apf27 Philippe Reynes
2013-08-27 17:12 ` [U-Boot] [PATCH v5 1/3] mx27: add missing constant for mx27 Philippe Reynes
2013-08-28 14:34 ` Stefano Babic
2013-08-27 17:12 ` [U-Boot] [PATCH v5 2/3] apf27: add support for the armadeus APF27 board Philippe Reynes
2013-08-28 14:49 ` Stefano Babic
2013-08-27 17:12 ` [U-Boot] [PATCH v5 3/3] apf27: add FPGA support for the apf27 board Philippe Reynes
2013-08-28 14:51 ` Stefano Babic
2013-08-28 11:24 ` Marek Vasut [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201308281324.07309.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox