Message ID | 20191115154734.26449-1-edgar.iglesias@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | hw/arm: versal: Add the CRP as unimplemented | expand |
Patchew URL: https://patchew.org/QEMU/20191115154734.26449-1-edgar.iglesias@gmail.com/ 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 === The full log is available at http://patchew.org/logs/20191115154734.26449-1-edgar.iglesias@gmail.com/testing.docker-quick@centos7/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com
On 11/15/19 7:12 PM, no-reply@patchew.org wrote: > Patchew URL: https://patchew.org/QEMU/20191115154734.26449-1-edgar.iglesias@gmail.com/ > > 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. > [...] > The full log is available at > http://patchew.org/logs/20191115154734.26449-1-edgar.iglesias@gmail.com/testing.docker-quick@centos7/?type=message. Unrelated error: From https://github.com/patchew-project/qemu * [new tag] patchew/20191115154734.26449-1-edgar.iglesias@gmail.com -> patchew/20191115154734.26449-1-edgar.iglesias@gmail.com fatal: failed to write ref-pack file fatal: The remote end hung up unexpectedly
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> Some boot-loaders will access the CRP block and bug out if recieving bus errors. Since we're in freeze, this does not try to add a model of the CRP instead we only add it as unimplemented. This is enough to work around the issue. Cheers, Edgar Edgar E. Iglesias (1): hw/arm: versal: Add the CRP as unimplemented hw/arm/xlnx-versal.c | 2 ++ include/hw/arm/xlnx-versal.h | 3 +++ 2 files changed, 5 insertions(+)