Skip to content

Commit

Permalink
rumtime/layouts: remove SRAM address kernel dependency comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Schuermann committed Jul 13, 2023
1 parent 6b09dfd commit 6c3e727
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 54 deletions.
3 changes: 0 additions & 3 deletions runtime/layouts/apollo3.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x00040000;
FLASH_LENGTH = 0x00060000;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x10002000;
RAM_LENGTH = 0x2000;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/clue_nrf52840.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x00080000;
FLASH_LENGTH = 512K;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20006000;
RAM_LENGTH = 216K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/esp32_c3_devkitm_1.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x403B0000;
FLASH_LENGTH = 0x30000;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x3FCA1800;
RAM_LENGTH = 0x2E800;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/hail.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x00030000;
FLASH_LENGTH = 0x00040000;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20008000;
RAM_LENGTH = 62K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/hifive1.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x20040000;
FLASH_LENGTH = 32M;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x80002800;
RAM_LENGTH = 0x1800;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/imix.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x00040000;
FLASH_LENGTH = 0x00040000;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20008000;
RAM_LENGTH = 62K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/imxrt1050.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x63002000;
FLASH_LENGTH = 0x1000000;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20004000;
RAM_LENGTH = 112K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/microbit_v2.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x00040000;
FLASH_LENGTH = 256K;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20004000;
RAM_LENGTH = 112K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/msp432.ld
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x00020000;
FLASH_LENGTH = 0x00020000;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20004000;
RAM_LENGTH = 0x2000;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/nano_rp2040_connect.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x10020000;
FLASH_LENGTH = 256K;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20004000;
RAM_LENGTH = 248K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/nrf52.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x00030000;
FLASH_LENGTH = 0x00060000;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20004000;
RAM_LENGTH = 62K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/nrf52840.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x00030000;
FLASH_LENGTH = 0x000D0000;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20008000;
RAM_LENGTH = 46K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/nucleo_f429zi.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x08040000;
FLASH_LENGTH = 255K;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20004000;
RAM_LENGTH = 112K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/nucleo_f446re.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x08040000;
FLASH_LENGTH = 255K;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20004000;
RAM_LENGTH = 176K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/opentitan.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x80;
FLASH_START = 0x20030000;
FLASH_LENGTH = 32M;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x10004130;
RAM_LENGTH = 512K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/raspberry_pi_pico.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x10040000;
FLASH_LENGTH = 256K;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20011800;
RAM_LENGTH = 194K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/stm32f3discovery.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x08020000;
FLASH_LENGTH = 0x00020000;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20004000;
RAM_LENGTH = 48K;

Expand Down
3 changes: 0 additions & 3 deletions runtime/layouts/stm32f412gdiscovery.ld
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ TBF_HEADER_SIZE = 0x60;
FLASH_START = 0x08030000;
FLASH_LENGTH = 256K;

/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
RAM_START = 0x20004000;
RAM_LENGTH = 112K;

Expand Down

0 comments on commit 6c3e727

Please sign in to comment.