David Hendricks ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/2255

-gerrit

commit 8a8ec0014698cde516d4fdb2a268792e25467d9d
Author: David Hendricks <[email protected]>
Date:   Thu Jan 31 17:22:50 2013 -0800

    exynos5250: #define the dram controller interleaving size
    
    Change-Id: Iab184aa85be68b6ca5107d278d2fe821e5b2e611
    Signed-off-by: David Hendricks <[email protected]>
---
 src/cpu/samsung/exynos5250/dmc.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/cpu/samsung/exynos5250/dmc.h b/src/cpu/samsung/exynos5250/dmc.h
index b778e09..9b1f293 100644
--- a/src/cpu/samsung/exynos5250/dmc.h
+++ b/src/cpu/samsung/exynos5250/dmc.h
@@ -175,6 +175,8 @@ enum mem_manuf {
        MEM_MANUF_COUNT = 2, // fancy that.
 };
 
+#define DMC_INTERLEAVE_SIZE            0x1f
+
 /* CONCONTROL register fields */
 #define CONCONTROL_DFI_INIT_START_SHIFT        28
 #define CONCONTROL_RD_FETCH_SHIFT      12

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to