From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCHv3] ARM: Add Altera SOCFPGA Cyclone5
Date: Fri, 14 Sep 2012 19:02:29 +0200 [thread overview]
Message-ID: <201209141902.30151.marex@denx.de> (raw)
In-Reply-To: <1347642157-1829-1-git-send-email-dinguyen@altera.com>
Dear dinguyen at altera.com,
> From: Dinh Nguyen <dinguyen@altera.com>
>
> Add minimal support for Altera's SOCFPGA Cyclone 5 hardware.
>
> Applied on top of trini/WIP/spl-improvements v6
> Test building edminiv2_config and km_kirkwood_config w/o
> errors.
This doesn't belong into the commit message.
> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
> Signed-off-by: Chin Liang See <clsee@altera.com>
> Signed-off-by: Pavel Machek <pavel@denx.de>
> ---
> MAINTAINERS | 5 +
> arch/arm/cpu/armv7/socfpga/Makefile | 51 ++++
> arch/arm/cpu/armv7/socfpga/config.mk | 16 ++
> arch/arm/cpu/armv7/socfpga/lowlevel_init.S | 77 +++++++
> arch/arm/cpu/armv7/socfpga/misc.c | 54 +++++
> arch/arm/cpu/armv7/socfpga/spl.c | 48 ++++
> arch/arm/cpu/armv7/socfpga/timer.c | 105 +++++++++
> arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 57 +++++
> arch/arm/include/asm/arch-kirkwood/cpu.h | 1 -
> arch/arm/include/asm/arch-orion5x/cpu.h | 1 -
> arch/arm/include/asm/arch-socfpga/reset_manager.h | 36 +++
> .../include/asm/arch-socfpga/socfpga_base_addrs.h | 27 +++
> arch/arm/include/asm/arch-socfpga/spl.h | 26 ++
> arch/arm/include/asm/arch-socfpga/timer.h | 29 +++
> board/altera/socfpga_cyclone5/Makefile | 50 ++++
> board/altera/socfpga_cyclone5/socfpga_cyclone5.c | 85 +++++++
> boards.cfg | 1 +
> include/common.h | 2 +-
> include/configs/socfpga_cyclone5.h | 240
> ++++++++++++++++++++ 19 files changed, 908 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm/cpu/armv7/socfpga/Makefile
> create mode 100644 arch/arm/cpu/armv7/socfpga/config.mk
> create mode 100644 arch/arm/cpu/armv7/socfpga/lowlevel_init.S
> create mode 100644 arch/arm/cpu/armv7/socfpga/misc.c
> create mode 100644 arch/arm/cpu/armv7/socfpga/spl.c
> create mode 100644 arch/arm/cpu/armv7/socfpga/timer.c
> create mode 100644 arch/arm/cpu/armv7/socfpga/u-boot-spl.lds
> create mode 100644 arch/arm/include/asm/arch-socfpga/reset_config.h
> create mode 100644 arch/arm/include/asm/arch-socfpga/reset_manager.h
> create mode 100644 arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
> create mode 100644 arch/arm/include/asm/arch-socfpga/spl.h
> create mode 100644 arch/arm/include/asm/arch-socfpga/timer.h
> create mode 100644 board/altera/socfpga_cyclone5/Makefile
> create mode 100644 board/altera/socfpga_cyclone5/socfpga_cyclone5.c
> create mode 100644 include/configs/socfpga_cyclone5.h
This is a V3, what are the changes from V2?
Read up http://www.denx.de/wiki/U-Boot/Patches
Otherwise it seems ok :)
[...]
next prev parent reply other threads:[~2012-09-14 17:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 17:02 [U-Boot] [PATCHv3] ARM: Add Altera SOCFPGA Cyclone5 dinguyen at altera.com
2012-09-14 17:02 ` Marek Vasut [this message]
2012-09-14 20:54 ` Dinh Nguyen
2012-09-14 17:12 ` Tom Rini
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=201209141902.30151.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 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.