[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 72229: all pass
This run is configured for baseline tests only. flight 72229 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/72229/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf a63be426f8e327181dda369348eae2768439536b baseline version: ovmf 3673214c6e0eb94de9e52221cca454a3ba5976ab Last test of basis 72226 2017-10-11 02:23:02 Z 0 days Testing same since 72229 2017-10-11 23:48:00 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Alexei Fedorov <Alexei.Fedorov@xxxxxxx> Alexei Fedorov <Alxei.Fedorov@xxxxxxx> Evan Lloyd <evan.lloyd@xxxxxxx> Star Zeng <star.zeng@xxxxxxxxx> 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 a63be426f8e327181dda369348eae2768439536b Author: Alexei Fedorov <Alexei.Fedorov@xxxxxxx> Date: Thu Jun 8 15:40:09 2017 +0100 ArmPlatformPkg: Store initial timer value This commit adds support for storing initial timer value logged at the beginning of firmware image execution. This timer value is required for firmware basic boot performance data record referenced by Firmware Performance Data Table (FPDT). Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Alexei Fedorov <Alxei.Fedorov@xxxxxxx> Signed-off-by: Evan Lloyd <evan.lloyd@xxxxxxx> Reviewed-by: Graeme Gregory <graeme.gregory@xxxxxxxxxx> Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx> commit 234dbceff130e105aecd7e15227a8b03b0b96182 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Thu Oct 5 14:03:35 2017 +0800 ArmVirtPkg ArmVirtDxeHobLib: Implement BuildFv3Hob Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit e39e40caa099dea852b9b190c0d148fed2472f3f Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Thu Oct 5 14:02:51 2017 +0800 EmbeddedPkg PrePiHobLib: Implement BuildFv3Hob Cc: Leif Lindholm <leif.lindholm@xxxxxxxxxx> Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> commit 2331cab7d44f50d2ec4ed60ab5cc794131d7c0c2 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Tue Oct 3 21:33:04 2017 +0800 IntelFrameworkModulePkg FwVolDxe: Get FV auth status propagated from PEI FV3 HOB was introduced by new (>= 1.5) PI spec, it is intended to be used to propagate PEI-phase FV authentication status to DXE. This patch is to update FwVolDxe to get the authentication status propagated from PEI-phase to DXE by FV3 HOB when producing FV protocol. Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit c60370454e95be8d4a84b1dbb66c407efb729134 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Tue Oct 3 21:48:47 2017 +0800 MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXE FV3 HOB was introduced by new (>= 1.5) PI spec, it is intended to be used to propagate PEI-phase FV authentication status to DXE. This patch is to update PeiCore to build FV3 HOB with the authentication status and DxeCore to get the authentication status from FV3 HOB when producing FVB Protocol. Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit e4623bd5e6c269cd5fabb3a456a08d92fb508917 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Tue Oct 3 21:41:27 2017 +0800 IntelFrameworkPkg PeiHobLibFramework: Implement BuildFv3Hob Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 5450086c52fa3c02c2e509fe94085fd9c863e37a Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Tue Oct 3 21:39:59 2017 +0800 MdePkg HobLib: Add BuildFv3Hob API Add BuildFv3Hob API in HobLib.h and implement the API in HobLib instances PeiHobLib, DxeHobLib and DxeCoreHobLib. Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 4e6fed27197a6a42a07c8bdaa3427bb181c1b99c Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Sat Sep 30 15:03:34 2017 +0800 MdePkg PiHob.h: Add FV3 HOB definitions Follow PI 1.6 spec to add FV3 HOB definitions Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit e67b675dedd0087031a43e6a564a0a1d643c12ff Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Mon Jul 24 09:38:01 2017 +0800 MdePkg: Add definitions for ACPI 6.2 Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |