summaryrefslogtreecommitdiff
path: root/altera-socfpga/patches/ecc-off.diff
diff options
context:
space:
mode:
authorEdward Cragg <edward.cragg@codethink.co.uk>2015-05-29 17:19:00 +0100
committerEdward Cragg <edward.cragg@codethink.co.uk>2015-09-24 09:28:10 +0100
commit449a647063a110186bbbbbc21c08c157db92a351 (patch)
tree39e84aa8e6c4d74d29ff914581159adbbc8e47fc /altera-socfpga/patches/ecc-off.diff
parent276affcce2d93072960c353962177b0b30e2b103 (diff)
downloadbsp-support-449a647063a110186bbbbbc21c08c157db92a351.tar.gz
SoCFPGA: Add patches
These patches are applied when Baserock builds, modifying the automatically generated headers and Makefile used to build the SPL preloader Change-Id: Idbd1a822337363bf9e6e35bdc5e256182145f6b9
Diffstat (limited to 'altera-socfpga/patches/ecc-off.diff')
-rw-r--r--altera-socfpga/patches/ecc-off.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/altera-socfpga/patches/ecc-off.diff b/altera-socfpga/patches/ecc-off.diff
new file mode 100644
index 0000000..d030b75
--- /dev/null
+++ b/altera-socfpga/patches/ecc-off.diff
@@ -0,0 +1,13 @@
+diff --git a/hardware-handoff/spl_bsp/generated/sdram/sdram_config.h b/hardware-handoff/spl_bsp/generated/sdram/sdram_config.h
+index 05d3ce2..5b45c4b 100644
+--- a/hardware-handoff/spl_bsp/generated/sdram/sdram_config.h
++++ b/hardware-handoff/spl_bsp/generated/sdram/sdram_config.h
+@@ -33,7 +33,7 @@
+ #define CONFIG_HPS_SDR_CTRLCFG_CTRLCFG_MEMTYPE (2)
+ #define CONFIG_HPS_SDR_CTRLCFG_CTRLCFG_MEMBL (8)
+ #define CONFIG_HPS_SDR_CTRLCFG_CTRLCFG_ADDRORDER (0)
+-#define CONFIG_HPS_SDR_CTRLCFG_CTRLCFG_ECCEN (1)
++#define CONFIG_HPS_SDR_CTRLCFG_CTRLCFG_ECCEN (0)
+ #define CONFIG_HPS_SDR_CTRLCFG_CTRLCFG_ECCCORREN (1)
+ #define CONFIG_HPS_SDR_CTRLCFG_CTRLCFG_REORDEREN (1)
+ #define CONFIG_HPS_SDR_CTRLCFG_CTRLCFG_STARVELIMIT (10)