[PATCH v2 0/5] aspeed: extensions and fixes

Cédric Le Goater posted 5 patches 4 years, 3 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 failed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200110102518.4233-1-clg@kaod.org
Maintainers: Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>, Jason Wang <jasowang@redhat.com>, "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>
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              | 72 +++++++++++++++++++++++------
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, 199 insertions(+), 17 deletions(-)
[PATCH v2 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.

Changes since v1:

  - removed ternary operator from sdhci_attach_drive()
  - changed object name to "emmc"


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              | 72 +++++++++++++++++++++++------
 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, 199 insertions(+), 17 deletions(-)

-- 
2.21.1


Re: [PATCH v2 0/5] aspeed: extensions and fixes
Posted by no-reply@patchew.org 4 years, 3 months ago
Patchew URL: https://patchew.org/QEMU/20200110102518.4233-1-clg@kaod.org/



Hi,

This series failed the docker-quick@centos7 build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
make docker-image-centos7 V=1 NETWORK=1
time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===

attempt to add duplicate property 'emmc' to object (type 'ast2600-a0')
Broken pipe
/tmp/qemu-test/src/tests/libqtest.c:149: kill_qemu() detected QEMU death from signal 6 (Aborted) (core dumped)
ERROR - too few tests run (expected 6, got 5)
make: *** [check-qtest-aarch64] Error 1
make: *** Waiting for unfinished jobs....
  TEST    iotest-qcow2: 097
  TEST    iotest-qcow2: 098
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=3c0afb5628ac422c938aa1c839a31e18', '-u', '1003', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=1', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-u03ws4lu/src/docker-src.2020-01-10-05.42.48.13367:/var/tmp/qemu:z,ro', 'qemu:centos7', '/var/tmp/qemu/run', 'test-quick']' returned non-zero exit status 2.
filter=--filter=label=com.qemu.instance.uuid=3c0afb5628ac422c938aa1c839a31e18
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-u03ws4lu/src'
make: *** [docker-run-test-quick@centos7] Error 2

real    10m33.511s
user    0m8.864s


The full log is available at
http://patchew.org/logs/20200110102518.4233-1-clg@kaod.org/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [PATCH v2 0/5] aspeed: extensions and fixes
Posted by Philippe Mathieu-Daudé 4 years, 3 months ago
On 1/10/20 11:53 AM, no-reply@patchew.org wrote:
> Patchew URL: https://patchew.org/QEMU/20200110102518.4233-1-clg@kaod.org/
> 
> attempt to add duplicate property 'emmc' to object (type 'ast2600-a0')
> Broken pipe
> /tmp/qemu-test/src/tests/libqtest.c:149: kill_qemu() detected QEMU death from signal 6 (Aborted) (core dumped)
> ERROR - too few tests run (expected 6, got 5)
> make: *** [check-qtest-aarch64] Error 1

Yay patchew is back \o/

Happy new year patchew!