Hello, this series adds noMMU memory map to Xtensa XTFPGA board allowing to run uClinux on cores without MMU.
Changes v1->v2: - drop patch 1; - create and initialize XTFPGA FLASH device in hw/xtensa/xtfpga.c with series of qdev_prop_set_*; - replace bool mmu with enum; - decide if system IO alias is needed based on alias address. Max Filippov (2): target-xtensa: xtfpga: attach FLASH to system IO target-xtensa: xtfpga: support noMMU cores hw/xtensa/xtfpga.c | 101 +++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 79 insertions(+), 22 deletions(-) -- 1.8.1.4
