mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/9] Socfpga: Sequencer updates
@ 2015-01-08 11:46 Steffen Trumtrar
  2015-01-08 11:46 ` [PATCH 1/9] ARM: sockit: Define inst_rom_init static Steffen Trumtrar
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Steffen Trumtrar @ 2015-01-08 11:46 UTC (permalink / raw)
  To: barebox; +Cc: Steffen Trumtrar

Hi,

this series updates the sequencer files for Socfpga (again).
The sequencer.c/h are now just grabbed from the Altera generated code and
transformed via the scripts/socfpga_get_sequencer script into a format that
barebox can understand and compile.
This way we can easier integrate updates to this file in the future.

Also, some changes to the clkmgr from the Altera u-boot code are added.

The series sits an the next-branch and was tested on a customer board and the
Terasic Sockit.

Regards,
Steffen

Markus Pargmann (4):
  ARM: sockit: Define inst_rom_init static
  scripts: socfpga sequencer extraction tool
  ARM: boards: socfpga new mem calibration function
  ARM: socfpga: Import sequencer code from generated uboot

Steffen Trumtrar (5):
  ARM: socfpga: avoid using external regulator for PLL
  ARM: socfpga: clkmgr: set alteragrp clocks
  ARM: socfpga: clkmgr: bypass debug root clock
  ARM: socfpga: clock-manager: set mainnandsdmmcclk
  ARM: socfpga: cleanup sequencer warnings

 Documentation/boards/socfpga.rst                   |   26 +-
 arch/arm/boards/ebv-socrates/lowlevel.c            |    5 +-
 arch/arm/boards/terasic-sockit/lowlevel.c          |    5 +-
 .../terasic-sockit/sequencer_auto_inst_init.c      |    4 +-
 arch/arm/mach-socfpga/clock-manager.c              |   27 +-
 arch/arm/mach-socfpga/include/mach/clock-manager.h |   12 +
 arch/arm/mach-socfpga/include/mach/pll_config.h    |    3 +
 arch/arm/mach-socfpga/include/mach/sdram_io.h      |   58 +
 arch/arm/mach-socfpga/include/mach/sequencer.c     | 5978 ++++++++++++--------
 arch/arm/mach-socfpga/include/mach/sequencer.h     |  389 +-
 .../mach-socfpga/include/mach/sequencer_defines.h  |    6 +
 arch/arm/mach-socfpga/include/mach/system.h        |   37 +
 arch/arm/mach-socfpga/include/mach/tclrpt.h        |   38 +
 scripts/socfpga_get_sequencer                      |   78 +
 scripts/socfpga_sequencer_defines_defaults         |  144 +
 15 files changed, 4162 insertions(+), 2648 deletions(-)
 create mode 100755 arch/arm/mach-socfpga/include/mach/sdram_io.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/sequencer_defines.h
 create mode 100755 arch/arm/mach-socfpga/include/mach/system.h
 create mode 100755 arch/arm/mach-socfpga/include/mach/tclrpt.h
 create mode 100755 scripts/socfpga_get_sequencer
 create mode 100755 scripts/socfpga_sequencer_defines_defaults

-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-01-08 11:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-08 11:46 [PATCH 0/9] Socfpga: Sequencer updates Steffen Trumtrar
2015-01-08 11:46 ` [PATCH 1/9] ARM: sockit: Define inst_rom_init static Steffen Trumtrar
2015-01-08 11:46 ` [PATCH 2/9] ARM: socfpga: avoid using external regulator for PLL Steffen Trumtrar
2015-01-08 11:46 ` [PATCH 3/9] ARM: socfpga: clkmgr: set alteragrp clocks Steffen Trumtrar
2015-01-08 11:46 ` [PATCH 4/9] ARM: socfpga: clkmgr: bypass debug root clock Steffen Trumtrar
2015-01-08 11:46 ` [PATCH 5/9] ARM: socfpga: clock-manager: set mainnandsdmmcclk Steffen Trumtrar
2015-01-08 11:46 ` [PATCH 6/9] scripts: socfpga sequencer extraction tool Steffen Trumtrar
2015-01-08 11:46 ` [PATCH 7/9] ARM: boards: socfpga new mem calibration function Steffen Trumtrar
2015-01-08 11:46 ` [PATCH 8/9] ARM: socfpga: Import sequencer code from generated uboot Steffen Trumtrar
2015-01-08 11:46 ` [PATCH 9/9] ARM: socfpga: cleanup sequencer warnings Steffen Trumtrar

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