mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: [PATCH v3 00/10] Socfpga: Sequencer updates
Date: Mon,  9 Feb 2015 11:47:41 +0100	[thread overview]
Message-ID: <1423478871-15276-1-git-send-email-s.trumtrar@pengutronix.de> (raw)

Hi!

this series updates the sequencer files for Socfpga.
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.

Changes since v2:
	- rebase to v2015.02.0
	- fix bisectability of patches
	- extend importer script with some coccinelle spatches
	- add firmware interface to defconfig

Regards,
Steffen

Markus Pargmann (3):
  ARM: sockit: Define inst_rom_init static
  scripts: socfpga sequencer extraction tool
  ARM: boards: socfpga new mem calibration function

Steffen Trumtrar (7):
  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: Import sequencer code from generated uboot
  ARM: socfpga: cleanup sequencer warnings
  ARM: socfpga: update defconfig

 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/configs/socfpga_defconfig                 |   69 +-
 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     | 5772 +++++++++++---------
 arch/arm/mach-socfpga/include/mach/sequencer.h     |  388 +-
 .../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/coccinelle/misc/altera_sequencer.cocci     |   93 +
 scripts/coccinelle/unused/unused.cocci             |   24 +
 scripts/socfpga_get_sequencer                      |   82 +
 scripts/socfpga_sequencer_defines_defaults         |  144 +
 18 files changed, 4046 insertions(+), 2747 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 100644 scripts/coccinelle/misc/altera_sequencer.cocci
 create mode 100644 scripts/coccinelle/unused/unused.cocci
 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

             reply	other threads:[~2015-02-09 10:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-09 10:47 Steffen Trumtrar [this message]
2015-02-09 10:47 ` [PATCH v3 01/10] ARM: sockit: Define inst_rom_init static Steffen Trumtrar
2015-02-09 10:47 ` [PATCH v3 02/10] ARM: socfpga: avoid using external regulator for PLL Steffen Trumtrar
2015-02-09 10:47 ` [PATCH v3 03/10] ARM: socfpga: clkmgr: set alteragrp clocks Steffen Trumtrar
2015-02-09 10:47 ` [PATCH v3 04/10] ARM: socfpga: clkmgr: bypass debug root clock Steffen Trumtrar
2015-02-09 10:47 ` [PATCH v3 05/10] ARM: socfpga: clock-manager: set mainnandsdmmcclk Steffen Trumtrar
2015-02-09 10:47 ` [PATCH v3 06/10] scripts: socfpga sequencer extraction tool Steffen Trumtrar
2015-02-09 10:47 ` [PATCH v3 07/10] ARM: boards: socfpga new mem calibration function Steffen Trumtrar
2015-02-09 10:47 ` [PATCH v3 08/10] ARM: socfpga: Import sequencer code from generated uboot Steffen Trumtrar
2015-02-09 10:47 ` [PATCH v3 09/10] ARM: socfpga: cleanup sequencer warnings Steffen Trumtrar
2015-02-09 10:47 ` [PATCH v3 10/10] ARM: socfpga: update defconfig Steffen Trumtrar

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=1423478871-15276-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