[rtems commit] bsp/qoriq: Increase non-cacheable region

Sebastian Huber sebh at rtems.org
Wed Oct 28 12:08:08 UTC 2015


Module:    rtems
Branch:    master
Commit:    9dab6ecaf0957a5bef7355ed279cd87b45ad079a
Changeset: http://git.rtems.org/rtems/commit/?id=9dab6ecaf0957a5bef7355ed279cd87b45ad079a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Oct 28 10:21:19 2015 +0100

bsp/qoriq: Increase non-cacheable region

---

 c/src/lib/libbsp/powerpc/qoriq/startup/linkcmds.qoriq_t2080rdb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/qoriq/startup/linkcmds.qoriq_t2080rdb b/c/src/lib/libbsp/powerpc/qoriq/startup/linkcmds.qoriq_t2080rdb
index 50881a0..4e50b2c 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/startup/linkcmds.qoriq_t2080rdb
+++ b/c/src/lib/libbsp/powerpc/qoriq/startup/linkcmds.qoriq_t2080rdb
@@ -6,8 +6,8 @@
 
 MEMORY {
 	LOW     : ORIGIN = 0x00004000, LENGTH = 16M - 16k
-	NOCACHE : ORIGIN = 0x01000000, LENGTH = 16M
-	HIGH    : ORIGIN = 0x02000000, LENGTH = 2048M - 32M
+	NOCACHE : ORIGIN = 0x01000000, LENGTH = 48M
+	HIGH    : ORIGIN = 0x04000000, LENGTH = 2048M - 64M
 	EMPTY   : ORIGIN = 0x00000000, LENGTH = 0
 }
 




More information about the vc mailing list