summaryrefslogtreecommitdiffstats
path: root/hw/xtensa/xtensa_memory.c
Commit message (Collapse)AuthorAgeFilesLines
* hw/xtensa: extract xtensa_create_memory_regionsMax Filippov2018-01-111-0/+55
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>