freedom/bootrom/sdboot/linker/memory.lds

15 lines
640 B
Plaintext
Raw Normal View History

2017-08-19 03:21:04 +02:00
MEMORY
{
debug_ctrl (rwx) : ORIGIN = 0x0, LENGTH = 0x1000
error_mem (rw) : ORIGIN = 0x3000, LENGTH = 0x1000
test_ctrl (rw) : ORIGIN = 0x4000, LENGTH = 0x1000
maskrom_mem (rx) : ORIGIN = 0x10000, LENGTH = 0x2000
clint_ctrl (rw) : ORIGIN = 0x2000000, LENGTH = 0x10000
plic_ctrl (rw) : ORIGIN = 0xc000000, LENGTH = 0x4000000
axi_pcie_host_1_00_a_ctrl (rw) : ORIGIN = 0x50000000, LENGTH = 0x4000000
uart_ctrl (rw) : ORIGIN = 0x54000000, LENGTH = 0x1000
spi_ctrl (rw) : ORIGIN = 0x54001000, LENGTH = 0x1000
gpio_ctrl (rw) : ORIGIN = 0x54002000, LENGTH = 0x1000
memory_mem (rwx) : ORIGIN = 0x80000000, LENGTH = 0x40000000
}