]> Git Repo - qemu.git/commit
hw/xtensa: extract xtensa_create_memory_regions
authorMax Filippov <[email protected]>
Fri, 22 Dec 2017 21:53:36 +0000 (13:53 -0800)
committerMax Filippov <[email protected]>
Thu, 11 Jan 2018 17:31:26 +0000 (09:31 -0800)
commite53fa62c17a87c8a6cdbe5fb265c876bb87bcff2
tree6e236f7d272a5912bc89ef79043e28912995b042
parent29b39bc712b55ea535bf419821d797c5ba614146
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 <[email protected]>
hw/xtensa/Makefile.objs
hw/xtensa/sim.c
hw/xtensa/xtensa_memory.c [new file with mode: 0644]
hw/xtensa/xtensa_memory.h [new file with mode: 0644]
hw/xtensa/xtfpga.c
This page took 0.025675 seconds and 4 git commands to generate.