[PATCH 0/5] aspeed: extensions and fixes

Cédric Le Goater posted 5 patches 4 years, 3 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200107073423.30043-1-clg@kaod.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Jason Wang <jasowang@redhat.com>, Andrew Jeffery <andrew@aj.id.au>, "Cédric Le Goater" <clg@kaod.org>, Joel Stanley <joel@jms.id.au>
There is a newer version of this series
include/hw/arm/aspeed.h      |  2 +
include/hw/arm/aspeed_soc.h  |  2 +
include/hw/sd/aspeed_sdhci.h |  1 +
hw/arm/aspeed.c              | 71 ++++++++++++++++++++++------
hw/arm/aspeed_ast2600.c      | 23 +++++++++
hw/arm/aspeed_soc.c          |  2 +
hw/misc/pca9552.c            | 90 ++++++++++++++++++++++++++++++++++++
hw/net/ftgmac100.c           | 13 ++++++
hw/sd/aspeed_sdhci.c         | 11 ++++-
9 files changed, 198 insertions(+), 17 deletions(-)
[PATCH 0/5] aspeed: extensions and fixes
Posted by Cédric Le Goater 4 years, 3 months ago
Hi,

Here is a short series adding :

 - a new eMMC controller model for the AST2600 SoC (Andrew)
 - accessors to control the led state of the pca9552 device (Joel)
 - a 'execute-in-place' property to boot directly from CE0

Thanks,

C.

Andrew Jeffery (2):
  hw/sd: Configure number of slots exposed by the ASPEED SDHCI model
  hw/arm: ast2600: Wire up the eMMC controller

Cédric Le Goater (2):
  ftgmac100: check RX and TX buffer alignment
  hw/arm/aspeed: add a 'execute-in-place' property to boot directly from
    CE0

Joel Stanley (1):
  misc/pca9552: Add qom set and get

 include/hw/arm/aspeed.h      |  2 +
 include/hw/arm/aspeed_soc.h  |  2 +
 include/hw/sd/aspeed_sdhci.h |  1 +
 hw/arm/aspeed.c              | 71 ++++++++++++++++++++++------
 hw/arm/aspeed_ast2600.c      | 23 +++++++++
 hw/arm/aspeed_soc.c          |  2 +
 hw/misc/pca9552.c            | 90 ++++++++++++++++++++++++++++++++++++
 hw/net/ftgmac100.c           | 13 ++++++
 hw/sd/aspeed_sdhci.c         | 11 ++++-
 9 files changed, 198 insertions(+), 17 deletions(-)

-- 
2.21.1


Re: [PATCH 0/5] aspeed: extensions and fixes
Posted by Cédric Le Goater 4 years, 3 months ago
On 1/7/20 8:34 AM, Cédric Le Goater wrote:
> Hi,
> 
> Here is a short series adding :
> 
>  - a new eMMC controller model for the AST2600 SoC (Andrew)
>  - accessors to control the led state of the pca9552 device (Joel)
>  - a 'execute-in-place' property to boot directly from CE0

There is a naming issue with the eMMC model. I will let Andrew resend.
We can drop this patchset for now.

Thanks,

C.