[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 67711: all pass
This run is configured for baseline tests only. flight 67711 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/67711/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 18b00c8c8773e62b1e2c4a36f490996325570b67 baseline version: ovmf d947fbed72226011961e5e2691f09baebf128795 Last test of basis 67709 2016-09-14 05:54:11 Z 0 days Testing same since 67711 2016-09-14 12:46:15 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Jeff Fan <jeff.fan@xxxxxxxxx> lushifex <shifeix.a.lu@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 18b00c8c8773e62b1e2c4a36f490996325570b67 Author: lushifex <shifeix.a.lu@xxxxxxxxx> Date: Thu Sep 1 13:02:55 2016 +0800 Vlv2TbltDevicePkg:Signal End of Dxe Event. According to PI spec,DxeSmmReadyToLock protocol is published immediately after signaling of the End of Dxe Event. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex <shifeix.a.lu@xxxxxxxxx> commit 8a5b8cef678711060cc9014e0fac1886839de943 Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Fri Sep 9 15:14:32 2016 +0800 UefiCpuPkg/SecCore: Re-install SEC platform information(2) PPI In SecTemporaryRamDone(), we will build one privated GUIDed-HOB to save CPU BIST Data and re-install SEC platform information(2) PPI. Then other PEI drivers could get CPU BIST data from the private GUIDed-HOB by new installed PPI. Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx> Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> commit d157de8b5603fb24feed6ec7b46be8677083c25a Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Fri Sep 9 15:08:56 2016 +0800 UefiCpuPkg/SecCore: Abstract worker function GetBistFromHob() Abstract one worker function to get CPU BIST from the GUIDed-HOB. Add SecPlatformInformationBist() and SecPlatformInformation2Bist() to invoke GetBistFromHob(). Add in/out for parameter in function header. Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx> Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> commit 863c738c4af0d200c8789e4786e1722e07f407fa Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Fri Sep 9 15:00:30 2016 +0800 UefiCpuPkg/SecCore: Add SecBist.c Add SecBist.c and copy GetBistInfoFromPpi() and SecPlatformInformation2() from UefiCpuPkg/CpuMpPei/CpuBist.c. And update SecMain.c, SecMain.inf and UefiCpuPkg.dsc accordinlgy to pass build. Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx> Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> commit 8643299420ed5e8305eebda669c68672266096ff Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Fri Sep 9 14:36:39 2016 +0800 UefiCpuPkg/CpuMpPei: Build GUIDed-HOB to store all CPU BIST Data Build gEfiSecPlatformInformation2PpiGuid GUIDed-HOB to store all CPU BIST data that could be used not only by SecPlatformInformation2(), but also by CPU MP Dxe driver to get CPU BIST data. Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx> Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> commit 8dc56ddeca490999ee0e256c4f2c42e7cb20a84d Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Fri Sep 9 14:17:57 2016 +0800 UefiCpuPkg/CpuMpPei: Fix BistData ouput error ProcessorInfo.ProcessorId is UINT64 type even it's valid value is UINT32. Use %x only output the low 4 bytes and keep the high 4 bytes in stack that will be output as the second parameter BistData. Typecast ProcessorInfo.ProcessorId to UINT32 could make BistData output correctly. Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx> Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> commit dfb0e6591b31f894cc6abfc028ddcd1a161dbb48 Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Fri Sep 9 14:08:33 2016 +0800 UefiCpuPkg/CpuMpPei: Add parameter BistInformationSize Add one OPTIONAL parameter BistInformationSize for GetBistInfoFromPpi(). Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx> Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> commit 7d17ab47d1d81c8012d8095c1e17412168c1cfc9 Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Fri Sep 9 13:39:50 2016 +0800 UefiCpuPkg/CpuDxe: Fix duplicated status code report If CPU Bist data is not zero, we will report Status code. But there is one bug that will report each processor's status code duplicated with NumberOfData times. This fix is to exchange the loop order on NumberOfData and mNumberOfProcessors. It could make sure the report status code only once for each processor. Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx> Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> _______________________________________________ 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 |