All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] target-xtensa: xtfpga: support cores without MMU
@ 2015-09-27 20:58 Max Filippov
  2015-09-27 20:58 ` [Qemu-devel] [PATCH v2 1/2] target-xtensa: xtfpga: attach FLASH to system IO Max Filippov
  2015-09-27 20:58 ` [Qemu-devel] [PATCH v2 2/2] target-xtensa: xtfpga: support noMMU cores Max Filippov
  0 siblings, 2 replies; 5+ messages in thread
From: Max Filippov @ 2015-09-27 20:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Max Filippov, Peter Crosthwaite

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-27 21:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-27 20:58 [Qemu-devel] [PATCH v2 0/2] target-xtensa: xtfpga: support cores without MMU Max Filippov
2015-09-27 20:58 ` [Qemu-devel] [PATCH v2 1/2] target-xtensa: xtfpga: attach FLASH to system IO Max Filippov
2015-09-27 21:34   ` Peter Crosthwaite
2015-09-27 21:58     ` Max Filippov
2015-09-27 20:58 ` [Qemu-devel] [PATCH v2 2/2] target-xtensa: xtfpga: support noMMU cores Max Filippov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.