qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] aspeed: add MMIO exec support to the FMC controller
@ 2018-05-30  7:49 Cédric Le Goater
  2018-05-30  7:49 ` [Qemu-devel] [PATCH 1/4] aspeed/smc: fix HW strapping Cédric Le Goater
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Cédric Le Goater @ 2018-05-30  7:49 UTC (permalink / raw)
  To: Peter Maydell
  Cc: qemu-arm, qemu-devel, Peter Crosthwaite, Alistair Francis,
	Cédric Le Goater

Hello,

When MMIO execution support is active, these changes let the Aspeed
SoC machine boot directly from CE0. As there is still some
issues, the feature is disabled by default and should be activated
with :

	-global driver=aspeed.smc,property=mmio-exec,value=true

Thanks,

C.

Cédric Le Goater (4):
  aspeed/smc: fix HW strapping
  aspeed/smc: rename aspeed_smc_flash_send_addr() to
    aspeed_smc_flash_setup()
  aspeed/smc: add a new memory region dedicated to MMIO execution
  hw/arm/aspeed: boot from the FMC CE0 flash module

 include/hw/ssi/aspeed_smc.h |   7 ++
 hw/arm/aspeed.c             |  41 +++++++----
 hw/ssi/aspeed_smc.c         | 161 +++++++++++++++++++++++++++++++++++++-------
 3 files changed, 172 insertions(+), 37 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2018-06-05 13:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-30  7:49 [Qemu-devel] [PATCH 0/4] aspeed: add MMIO exec support to the FMC controller Cédric Le Goater
2018-05-30  7:49 ` [Qemu-devel] [PATCH 1/4] aspeed/smc: fix HW strapping Cédric Le Goater
2018-05-30  7:50 ` [Qemu-devel] [PATCH 2/4] aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup() Cédric Le Goater
2018-05-30  7:50 ` [Qemu-devel] [PATCH 3/4] aspeed/smc: add a new memory region dedicated to MMIO execution Cédric Le Goater
2018-05-30  7:50 ` [Qemu-devel] [PATCH 4/4] hw/arm/aspeed: boot from the FMC CE0 flash module Cédric Le Goater
2018-05-30 12:40 ` [Qemu-devel] [PATCH 0/4] aspeed: add MMIO exec support to the FMC controller Peter Maydell
2018-05-30 12:47   ` Cédric Le Goater
2018-06-05 13:43   ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).