All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] aspeed: add support for the ast2500 SMC controllers
@ 2016-09-27 11:57 Cédric Le Goater
  2016-09-27 11:57 ` [Qemu-devel] [PATCH 1/6] aspeed: rename the smc object to fmc Cédric Le Goater
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Cédric Le Goater @ 2016-09-27 11:57 UTC (permalink / raw)
  To: Peter Maydell, Peter Crosthwaite
  Cc: qemu-devel, qemu-arm, Andrew Jeffery, Cédric Le Goater

Hello,

The Aspeed AST2500 has one 'SPI' controller for the BMC firmware and
two 'SPI' for the host firmware. All controllers have now the same set
of registers compatible with the AST2400 'FMC' controller and the
legacy 'SMC' controller is fully gone.

This serie adds support for the second SPI controller and for the
segment registers which are used to configure the mapping of each
flash module in the SoC address space.

Thanks,

C. 

Cédric Le Goater (6):
  aspeed: rename smc object to fmc
  aspeed: move the flash module mapping address under the controller
    definition
  aspeed: extend the number of host SPI controllers
  aspeed: add support for the AST2500 SoC SMC controllers
  aspeed: create mapping regions for the maximum number of slaves
  aspeed: add support for the SMC segment registers

 hw/arm/aspeed.c             |   4 +-
 hw/arm/aspeed_soc.c         |  74 +++++++++++------
 hw/ssi/aspeed_smc.c         | 194 +++++++++++++++++++++++++++++++++++++++++---
 include/hw/arm/aspeed_soc.h |  10 ++-
 include/hw/ssi/aspeed_smc.h |   3 +-
 5 files changed, 241 insertions(+), 44 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-10-07 14:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-27 11:57 [Qemu-devel] [PATCH 0/6] aspeed: add support for the ast2500 SMC controllers Cédric Le Goater
2016-09-27 11:57 ` [Qemu-devel] [PATCH 1/6] aspeed: rename the smc object to fmc Cédric Le Goater
2016-10-04 23:28   ` Andrew Jeffery
2016-09-27 11:57 ` [Qemu-devel] [PATCH 2/6] aspeed: move the flash module mapping address under the controller definition Cédric Le Goater
2016-10-04 23:30   ` Andrew Jeffery
2016-09-27 11:57 ` [Qemu-devel] [PATCH 3/6] aspeed: extend the number of host SPI controllers Cédric Le Goater
2016-10-04 23:32   ` Andrew Jeffery
2016-09-27 11:57 ` [Qemu-devel] [PATCH 4/6] aspeed: add support for the AST2500 SoC SMC controllers Cédric Le Goater
2016-10-04 23:34   ` Andrew Jeffery
2016-09-27 11:57 ` [Qemu-devel] [PATCH 5/6] aspeed: create mapping regions for the maximum number of slaves Cédric Le Goater
2016-10-04 23:36   ` Andrew Jeffery
2016-09-27 11:57 ` [Qemu-devel] [PATCH 6/6] aspeed: add support for the SMC segment registers Cédric Le Goater
2016-10-04 23:53   ` Andrew Jeffery
2016-10-05  6:14     ` Cédric Le Goater
2016-10-07 14:13 ` [Qemu-devel] [PATCH 0/6] aspeed: add support for the ast2500 SMC controllers Peter Maydell

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.