summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/psim/start/linkcmds
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-02-02 15:32:38 +1100
committerChris Johns <chrisj@rtems.org>2019-02-09 10:06:34 +1100
commitb08278e8520d14e5b809bb07785b724c7a127e29 (patch)
tree6b1e1de91a65d67b3867793571d36e4f0c8eb980 /bsps/powerpc/psim/start/linkcmds
parentlibdl: Fix dlerror non-conformance (diff)
downloadrtems-b08278e8520d14e5b809bb07785b724c7a127e29.tar.bz2
powerpc/psim: Increase the psim memory to 256M
This allows test dl09 to run and test PowePC backend trampoline support. Updates #3685
Diffstat (limited to 'bsps/powerpc/psim/start/linkcmds')
-rw-r--r--bsps/powerpc/psim/start/linkcmds7
1 files changed, 6 insertions, 1 deletions
diff --git a/bsps/powerpc/psim/start/linkcmds b/bsps/powerpc/psim/start/linkcmds
index 7ac828443d..d5e61f9425 100644
--- a/bsps/powerpc/psim/start/linkcmds
+++ b/bsps/powerpc/psim/start/linkcmds
@@ -10,7 +10,7 @@
EXTERN (__vectors)
MEMORY {
- RAM : ORIGIN = 0, LENGTH = 16M
+ RAM : ORIGIN = 0, LENGTH = 256M
EMPTY : ORIGIN = 0x0, LENGTH = 0
}
@@ -37,4 +37,9 @@ PROVIDE (PSIM_INSTRUCTIONS_PER_MICROSECOND = 10000);
PSIM = 0x0c000000;
+/*
+ * Allocate the maximum memory to the sdata/sbss section.
+ */
+bsp_section_sdata_bss_maximum_size = 1;
+
INCLUDE linkcmds.base