summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-02-04 19:09:16 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-02-04 19:09:16 +0100
commit35405138c888301713e56cf13e0ef790cab05bf6 (patch)
treeb51ae0911725d0add4f2ececc374955899e2f0a8 /Documentation
parent2afe398a62d8e89c97b559d154699e7dc494437a (diff)
parent0ebb0d236f88c7737fb72f8fa7a4334ed8171304 (diff)
downloadbarebox-35405138c888301713e56cf13e0ef790cab05bf6.tar.gz
barebox-35405138c888301713e56cf13e0ef790cab05bf6.tar.xz
Merge branch 'for-next/socfpga'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/socfpga.rst26
1 files changed, 17 insertions, 9 deletions
diff --git a/Documentation/boards/socfpga.rst b/Documentation/boards/socfpga.rst
index 93831c5f29..70f959b325 100644
--- a/Documentation/boards/socfpga.rst
+++ b/Documentation/boards/socfpga.rst
@@ -45,15 +45,6 @@ handoff files. As these files are split up in the code base and generated
explicitely for some specific U-boot code base, some manual work might be
necessary.
-The following files are generic and belong into the
-`arch/arm/mach-socfpga` directory tree:
-
-* sequencer.c (Not for the faint of heart.)
-* sequencer.h
-* system.h
-
-It should normally not be necessary to touch these if barebox is up-to-date.
-
The boardspecific files for `arch/arm/boards/<yourboard>` are:
* iocsr_config_cyclone5.c
@@ -78,3 +69,20 @@ To update the handoff files, the following procedure is necessary::
7. Click ``Ok`` than ``Generate``
8. Copy the files generated in `software/spl_bsp/generated/` to your
board folder
+
+The following files are generic and belong into the
+`arch/arm/mach-socfpga` directory tree:
+
+* sdram_io.h
+* sequencer.c
+* sequencer.h
+* sequencer_defines.h
+* system.h
+* tclrpt.h
+
+To add these files, run::
+
+ scripts/socfpga_get_sequencer <UBOOT-SRC> scripts/socfpga_sequencer_defines_defaults
+
+where `<UBOOT-SRC>` is the directory where the Altera bsp-editor generated the u-boot
+directory. Refer to the Altera documentation for how to use the bsp-editor.