Skip to content

Commit cff6fc5

Browse files
committed
Board layers: make RAM separate load region for AC6
1 parent 6ee1df6 commit cff6fc5

12 files changed

Lines changed: 36 additions & 0 deletions

File tree

board/Corstone-300/RTE/Device/SSE-300-MPS3/ac6_linker_script.sct.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
4848
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
4949
*(+RO +XO)
5050
}
51+
}
52+
53+
LR_RAM0 __RAM0_BASE {
5154

5255
RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
5356
*.o(.bss.noinit)

board/Corstone-315/RTE/Device/SSE-315-FVP/ac6_linker_script.sct.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
4848
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
4949
*(+RO +XO)
5050
}
51+
}
52+
53+
LR_RAM0 __RAM0_BASE {
5154

5255
RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
5356
*.o(.bss.noinit)

board/Corstone-320/RTE/Device/SSE-320-FVP/ac6_linker_script.sct.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
4848
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
4949
*(+RO +XO)
5050
}
51+
}
52+
53+
LR_RAM0 __RAM0_BASE {
5154

5255
RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
5356
*.o(.bss.noinit)

example/FVP_Audio/board/Corstone-300/RTE/Device/SSE-300-MPS3/ac6_linker_script.sct.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
4848
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
4949
*(+RO +XO)
5050
}
51+
}
52+
53+
LR_RAM0 __RAM0_BASE {
5154

5255
RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
5356
*.o(.bss.noinit)

example/FVP_Audio/board/Corstone-315/RTE/Device/SSE-315-FVP/ac6_linker_script.sct.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
4848
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
4949
*(+RO +XO)
5050
}
51+
}
52+
53+
LR_RAM0 __RAM0_BASE {
5154

5255
RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
5356
*.o(.bss.noinit)

example/FVP_Audio/board/Corstone-320/RTE/Device/SSE-320-FVP/ac6_linker_script.sct.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
4848
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
4949
*(+RO +XO)
5050
}
51+
}
52+
53+
LR_RAM0 __RAM0_BASE {
5154

5255
RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
5356
*.o(.bss.noinit)

example/FVP_Hello/board/Corstone-300/RTE/Device/SSE-300-MPS3/ac6_linker_script.sct.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
4848
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
4949
*(+RO +XO)
5050
}
51+
}
52+
53+
LR_RAM0 __RAM0_BASE {
5154

5255
RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
5356
*.o(.bss.noinit)

example/FVP_Hello/board/Corstone-315/RTE/Device/SSE-315-FVP/ac6_linker_script.sct.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
4848
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
4949
*(+RO +XO)
5050
}
51+
}
52+
53+
LR_RAM0 __RAM0_BASE {
5154

5255
RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
5356
*.o(.bss.noinit)

example/FVP_Hello/board/Corstone-320/RTE/Device/SSE-320-FVP/ac6_linker_script.sct.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
4848
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
4949
*(+RO +XO)
5050
}
51+
}
52+
53+
LR_RAM0 __RAM0_BASE {
5154

5255
RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
5356
*.o(.bss.noinit)

example/FVP_Video/board/Corstone-300/RTE/Device/SSE-300-MPS3/ac6_linker_script.sct.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
4848
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
4949
*(+RO +XO)
5050
}
51+
}
52+
53+
LR_RAM0 __RAM0_BASE {
5154

5255
RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
5356
*.o(.bss.noinit)

0 commit comments

Comments
 (0)