Module Name: src
Committed By: matt
Date: Tue Jun 10 17:09:42 UTC 2014
Modified Files:
src/sys/arch/arm/samsung: exynos5_reg.h
Log Message:
Shrink core size so we can fit audio in.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/sys/arch/arm/samsung/exynos5_reg.h:1.8
--- src/sys/arch/arm/samsung/exynos5_reg.h:1.7 Fri Jun 6 14:37:04 2014
+++ src/sys/arch/arm/samsung/exynos5_reg.h Tue Jun 10 17:09:42 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: exynos5_reg.h,v 1.7 2014/06/06 14:37:04 reinoud Exp $ */
+/* $NetBSD: exynos5_reg.h,v 1.8 2014/06/10 17:09:42 matt Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -52,7 +52,7 @@
*/
/* CORE */
-#define EXYNOS5_CORE_SIZE 0x10000000
+#define EXYNOS5_CORE_SIZE 0x0f000000
#define EXYNOS5_SDRAM_PBASE 0x20000000
#define EXYNOS5_CMU_COREPART_OFFSET 0x00010000
@@ -343,10 +343,8 @@
#define EXYNOS5_AES1_OFFSET 0x08700000
/* AUDIOCORE */
-#define EXYNOS5_AUDIOCORE_OFFSET 0x10000000
-#define EXYNOS5_AUDIOCORE_VBASE (EXYNOS_CORE_VBASE + EXYNOS5_AUDIOCORE_OFFSET)
+#define EXYNOS5_AUDIOCORE_VBASE (EXYNOS_CORE_VBASE + EXYNOS5_CORE_SIZE)
#define EXYNOS5_AUDIOCORE_PBASE 0x03800000 /* Audio SFR */
#define EXYNOS5_AUDIOCORE_SIZE 0x00070000
-
#endif /* _ARM_SAMSUNG_EXYNOS5_REG_H_ */