[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 67631: all pass
This run is configured for baseline tests only. flight 67631 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/67631/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 646a9e5b799b009426fe37af7ac8528a98cc96ce baseline version: ovmf 0b09c212a8aecf18bab2377b0c4cf43aef0f8ed3 Last test of basis 67630 2016-09-02 21:47:42 Z 0 days Testing same since 67631 2016-09-03 03:48:54 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> jobs: build-amd64-xsm pass build-i386-xsm pass build-amd64 pass build-i386 pass build-amd64-libvirt pass build-i386-libvirt pass build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl-qemuu-ovmf-amd64 pass test-amd64-i386-xl-qemuu-ovmf-amd64 pass ------------------------------------------------------------ sg-report-flight on osstest.xs.citrite.net logs: /home/osstest/logs images: /home/osstest/images Logs, config files, etc. are available at http://osstest.xs.citrite.net/~osstest/testlogs/logs Test harness code can be found at http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary Push not applicable. ------------------------------------------------------------ commit 646a9e5b799b009426fe37af7ac8528a98cc96ce Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Date: Wed Aug 31 16:35:57 2016 +0100 ArmVirtPkg: remove now unused PciHostBridgeDxe This code is now no longer used, so remove it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Ref: https://tianocore.acgmultimedia.com/show_bug.cgi?id=65 commit 9d64ac2369673607a8d5d1339e05d45723efc496 Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Date: Sun Aug 21 18:51:04 2016 +0200 ArmVirtPkg/FdtPciHostBridgeLib: add MMIO64 support If the pci-host-ecam-generic DT node describes a 64-bit MMIO region, account for it in the PCI_ROOT_BRIDGE description that we return to the generic PciHostBridgeDxe implementation, which will be able to allocate BARs from it without any further changes. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Ref: https://tianocore.acgmultimedia.com/show_bug.cgi?id=65 commit 53ee81bb686c18789fb1f58b062f40c69f19dec1 Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Date: Sun Aug 21 18:53:34 2016 +0200 ArmVirtPkg/ArmVirtQemu: switch to generic PciHostBridgeDxe Wire up the FdtPciHostBridgeLib introduced in the previous patch to the generic PciHostBridgeDxe implementation, and drop the special ArmVirtPkg version. The former's dependency on gEfiCpuIo2ProtocolGuid is satisfied by adding ArmPciCpuIo2Dxe.inf as well, and adding the PCD gArmTokenSpaceGuid.PcdPciIoTranslation as a dynamic PCD. In terms of functionality, no changes are intended. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Ref: https://tianocore.acgmultimedia.com/show_bug.cgi?id=65 commit d4cb9a30494ddf003497fae3aaf37dae137f6b45 Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Date: Sun Aug 21 17:34:19 2016 +0200 ArmVirtPkg: implement FdtPciHostBridgeLib Implement PciHostBridgeLib for DT platforms that expose a PCI root bridge via a pci-host-ecam-generic DT node. The DT parsing logic is copied from the PciHostBridgeDxe implementation in ArmVirtPkg, with the one notable difference that we don't set some of the legacy PCI attributes for IDE and VGA I/O ranges. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Ref: https://tianocore.acgmultimedia.com/show_bug.cgi?id=65 commit c8f1a75aa997b3614b0ab751399690a4a0bfc18e Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Date: Wed Aug 24 19:03:00 2016 +0200 ArmVirtPkg/FdtPciPcdProducerLib: add handling of PcdPciIoTranslation Add handling of the PcdPciIoTranslation PCD, so that modules that include this library via NULL resolution are guaranteed that it will be set before they reference it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Ref: https://tianocore.acgmultimedia.com/show_bug.cgi?id=65 commit 29589acf101005f60678571c5312f1328671c55c Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Date: Sun Aug 21 17:33:36 2016 +0200 ArmVirtPkg/PciHostBridgeDxe: don't set linux,pci-probe-only DT property Setting the linux,pci-probe-only was intended to align OSes booting via DT with OSes booting via ACPI in the way they honor the PCI configuration performed by the firmware. However, ACPI on arm64 does not currently honor the firmware's PCI configuration, and the linux,pci-probe-only completely prevents any PCI reconfiguration from occurring under the OS, including what is needed to support PCI hotplug. Since the primary use case was OS access to the GOP framebuffer (which breaks when the framebuffer BAR is moved when the OS reconfigures the PCI), we can undo this change now that ArmVirtQemu has moved to a GOP implementation that does not expose a raw framebuffer in the first place. This effectively reverts commit 8b816c624dd4 ("ArmVirtPkg/VirtFdtDxe: set /chosen/linux,pci-probe-only to 1 in DTB") Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Ref: https://tianocore.acgmultimedia.com/show_bug.cgi?id=65 _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |