From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: [PATCH 0/5] ARM: SoCFPGA: Update files to Quartus 14.0
Date: Fri, 5 Dec 2014 17:41:44 +0100 [thread overview]
Message-ID: <1417797709-10992-1-git-send-email-s.trumtrar@pengutronix.de> (raw)
Hi!
This series adds basic documentation for the SoCFPGA architecture in 1/5.
Then all handoff files and the sequencer code is updated to the current
Quartus II 14.0 versions.
The files are autogeneratd by Quartus, so I went for trying to not fix all
coding style errors, because I guess these will just keep coming with every
update. So, I didn't change anything that is not too bad.
Tested on both Socrates and Sockit.
Regards,
Steffen
Steffen Trumtrar (5):
Documentation: boards: add socfpga
ARM: socfpga: move iocsr from mach to board folder
ARM: socfpga: update sdram calibration to 14.0
ARM: socfpga: sockit: update handoff files to 14.0
ARM: socfpga: socrates: update handoff files to 14.0
Documentation/boards/socfpga.rst | 80 +++
.../boards/ebv-socrates/iocsr_config_cyclone5.c | 675 +++++++++++++++++++++
arch/arm/boards/ebv-socrates/lowlevel.c | 12 +-
arch/arm/boards/ebv-socrates/pinmux_config.c | 33 +-
arch/arm/boards/ebv-socrates/pll_config.h | 194 +++---
arch/arm/boards/ebv-socrates/sdram_config.h | 49 +-
.../terasic-sockit/iocsr_config_cyclone5.c} | 40 +-
arch/arm/boards/terasic-sockit/lowlevel.c | 12 +-
arch/arm/boards/terasic-sockit/pinmux_config.c | 29 +
arch/arm/boards/terasic-sockit/pll_config.h | 193 +++---
arch/arm/boards/terasic-sockit/sdram_config.h | 42 +-
arch/arm/boards/terasic-sockit/sequencer_auto.h | 121 +++-
.../boards/terasic-sockit/sequencer_auto_ac_init.c | 29 +
.../terasic-sockit/sequencer_auto_inst_init.c | 45 +-
arch/arm/boards/terasic-sockit/sequencer_defines.h | 48 +-
arch/arm/mach-socfpga/Makefile | 2 +-
arch/arm/mach-socfpga/include/mach/generic.h | 4 +-
arch/arm/mach-socfpga/include/mach/scan-manager.h | 16 +-
arch/arm/mach-socfpga/include/mach/sequencer.c | 154 +++--
arch/arm/mach-socfpga/include/mach/sequencer.h | 96 ++-
arch/arm/mach-socfpga/init.c | 12 +-
21 files changed, 1533 insertions(+), 353 deletions(-)
create mode 100644 Documentation/boards/socfpga.rst
create mode 100644 arch/arm/boards/ebv-socrates/iocsr_config_cyclone5.c
rename arch/arm/{mach-socfpga/iocsr-config-cyclone5.c => boards/terasic-sockit/iocsr_config_cyclone5.c} (79%)
--
2.1.3
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-12-05 16:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-05 16:41 Steffen Trumtrar [this message]
2014-12-05 16:41 ` [PATCH 1/5] Documentation: boards: add socfpga Steffen Trumtrar
2014-12-05 16:41 ` [PATCH 2/5] ARM: socfpga: move iocsr from mach to board folder Steffen Trumtrar
2014-12-05 16:41 ` [PATCH 3/5] ARM: socfpga: update sdram calibration to 14.0 Steffen Trumtrar
2014-12-05 16:41 ` [PATCH 4/5] ARM: socfpga: sockit: update handoff files " Steffen Trumtrar
2014-12-05 16:41 ` [PATCH 5/5] ARM: socfpga: socrates: " Steffen Trumtrar
2014-12-08 7:44 ` [PATCH 0/5] ARM: SoCFPGA: Update files to Quartus 14.0 Sascha Hauer
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=1417797709-10992-1-git-send-email-s.trumtrar@pengutronix.de \
--to=s.trumtrar@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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