diff options
| author | Max Filippov | 2017-12-22 22:53:36 +0100 |
|---|---|---|
| committer | Max Filippov | 2018-01-11 18:31:26 +0100 |
| commit | e53fa62c17a87c8a6cdbe5fb265c876bb87bcff2 (patch) | |
| tree | 6e236f7d272a5912bc89ef79043e28912995b042 /hw/xtensa/Makefile.objs | |
| parent | target/xtensa: fix default sysrom/sysram addresses (diff) | |
| download | qemu-e53fa62c17a87c8a6cdbe5fb265c876bb87bcff2.tar.gz qemu-e53fa62c17a87c8a6cdbe5fb265c876bb87bcff2.tar.xz qemu-e53fa62c17a87c8a6cdbe5fb265c876bb87bcff2.zip | |
hw/xtensa: extract xtensa_create_memory_regions
XTFPGA boards should populate core memory regions the same way sim
machine does. Move xtensa_create_memory_regions implementation to a
separate file and use it to create instruction and data memory regions
on XTFPGA boards.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'hw/xtensa/Makefile.objs')
| -rw-r--r-- | hw/xtensa/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xtensa/Makefile.objs b/hw/xtensa/Makefile.objs index cb77dc3793..cb4998d2bf 100644 --- a/hw/xtensa/Makefile.objs +++ b/hw/xtensa/Makefile.objs @@ -1,3 +1,4 @@ obj-y += pic_cpu.o obj-y += sim.o +obj-y += xtensa_memory.o obj-y += xtfpga.o |
