diff options
| author | Sean Cross <[email protected]> | 2019-10-12 00:00:36 +0800 |
|---|---|---|
| committer | Sean Cross <[email protected]> | 2019-11-13 09:03:12 -0800 |
| commit | f152bed4b4f7b470ebec2045dab6008ef7add856 (patch) | |
| tree | 4d970ee2d72bc3a093d14fea79279cae915020c4 /hw/bsp/fomu/regions.ld | |
| parent | 23df777b301af128d3543e286cd865212214b44d (diff) | |
fomu: initial commit
Signed-off-by: Sean Cross <[email protected]>
Diffstat (limited to 'hw/bsp/fomu/regions.ld')
| -rw-r--r-- | hw/bsp/fomu/regions.ld | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/bsp/fomu/regions.ld b/hw/bsp/fomu/regions.ld new file mode 100644 index 000000000..51811f66e --- /dev/null +++ b/hw/bsp/fomu/regions.ld @@ -0,0 +1,6 @@ +MEMORY { + csr : ORIGIN = 0x60000000, LENGTH = 0x01000000 + vexriscv_debug : ORIGIN = 0xf00f0000, LENGTH = 0x00000100 + sram : ORIGIN = 0x10000000, LENGTH = 0x00020000 + rom : ORIGIN = 0x00000000, LENGTH = 0x00002000 +} |
