Module Name:    src
Committed By:   reinoud
Date:           Tue Apr 22 16:06:27 UTC 2014

Modified Files:
        src/sys/arch/arm/samsung: exynos5_reg.h

Log Message:
Adjust the GIC offset to match the linux dts


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/samsung/exynos5_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/samsung/exynos5_reg.h
diff -u src/sys/arch/arm/samsung/exynos5_reg.h:1.1 src/sys/arch/arm/samsung/exynos5_reg.h:1.2
--- src/sys/arch/arm/samsung/exynos5_reg.h:1.1	Sun Apr 13 02:26:26 2014
+++ src/sys/arch/arm/samsung/exynos5_reg.h	Tue Apr 22 16:06:27 2014
@@ -72,8 +72,8 @@
 #define EXYNOS5_INT_COMB_CPU_OFFSET		0x00440000
 #define EXYNOS5_INT_COMB_IOP_OFFSET		0x00450000
 #define EXYNOS5_GIC_CPU_OFFSET			0x00480000
-#define EXYNOS5_GIC_IOP_CONTROLLER_OFFSET	0x004A0000
-#define EXYNOS5_GIC_IOP_DISTRIBUTOR_OFFSET	0x004B0000
+#define EXYNOS5_GIC_IOP_DISTRIBUTOR_OFFSET	0x00481000
+#define EXYNOS5_GIC_IOP_CONTROLLER_OFFSET	0x00482000
 #define EXYNOS5_MPCORE PRIVATE REGION_OFFSET	0x00500000
 #define EXYNOS5_NS MDMA0			0x00800000
 #define EXYNOS5_SSS_OFFSET			0x00830000

Reply via email to