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 Shrink core size so we can fit audio in.



details:   https://anonhg.NetBSD.org/src/rev/8f18c8bd2e53
branches:  trunk
changeset: 796568:8f18c8bd2e53
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jun 10 17:09:42 2014 +0000

description:
Shrink core size so we can fit audio in.

diffstat:

 sys/arch/arm/samsung/exynos5_reg.h |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r e94c5d85b013 -r 8f18c8bd2e53 sys/arch/arm/samsung/exynos5_reg.h
--- a/sys/arch/arm/samsung/exynos5_reg.h        Tue Jun 10 16:10:59 2014 +0000
+++ b/sys/arch/arm/samsung/exynos5_reg.h        Tue Jun 10 17:09:42 2014 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index