mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: SoCFPGA: Update files to Quartus 14.0
@ 2014-12-05 16:41 Steffen Trumtrar
  2014-12-05 16:41 ` [PATCH 1/5] Documentation: boards: add socfpga Steffen Trumtrar
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Steffen Trumtrar @ 2014-12-05 16:41 UTC (permalink / raw)
  To: barebox; +Cc: Steffen Trumtrar

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-08  7:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-05 16:41 [PATCH 0/5] ARM: SoCFPGA: Update files to Quartus 14.0 Steffen Trumtrar
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox