Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/samsung Adjust the GIC offset to match the linu...



details:   https://anonhg.NetBSD.org/src/rev/9eeabffa29ae
branches:  trunk
changeset: 328890:9eeabffa29ae
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Tue Apr 22 16:06:27 2014 +0000

description:
Adjust the GIC offset to match the linux dts

diffstat:

 sys/arch/arm/samsung/exynos5_reg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r ff9e2af81147 -r 9eeabffa29ae sys/arch/arm/samsung/exynos5_reg.h
--- a/sys/arch/arm/samsung/exynos5_reg.h        Tue Apr 22 15:55:16 2014 +0000
+++ b/sys/arch/arm/samsung/exynos5_reg.h        Tue Apr 22 16:06:27 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index