[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 38001: all pass
This run is configured for baseline tests only. flight 38001 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38001/ Perfect :-) All tests in this flight passed version targeted for testing: ovmf 9a470dae60ed0c57afdf61342616dd1768ba5ec8 baseline version: ovmf 2f667c5488c81924861901d4d7c6f4bb170ffb69 Last test of basis 37992 2015-09-19 08:51:15 Z 3 days Testing same since 38001 2015-09-21 14:24:02 Z 1 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Dandan Bi <dandan.bi@xxxxxxxxx> Eric Dong <eric.dong@xxxxxxxxx> Jeff Fan <jeff.fan@xxxxxxxxx> Laszlo Ersek <lersek@xxxxxxxxxx> Qiu Shumin <shumin.qiu@xxxxxxxxx> Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Star Zeng <star.zeng@xxxxxxxxx> Yang Jadis <jadis.yang@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 9a470dae60ed0c57afdf61342616dd1768ba5ec8 Author: Laszlo Ersek <lersek@xxxxxxxxxx> Date: Fri Sep 18 13:58:35 2015 +0000 ArmVirtPkg: PlatformIntelBdsLib: signal ReadyToBoot on direct kernel boot According to the UEFI spec, EFI_EVENT_GROUP_READY_TO_BOOT "is notified by the system when the Boot Manager is about to load and execute a boot option". ArmVirtPkg doesn't do this currently when launching a kernel from the QEMU command line. OvmfPkg does (see git commit 28a34033ee). At least two edk2-wide callbacks are worth mentioning: - OnReadyToBoot() in "MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c" performs variable reclaim and (optionally) installs variable usage statistics as a vendor config table; - OnReadyToBoot() in "SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c" installs the image execution info table if it doesn't exist yet, in SecureBoot-enabled builds. Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18513 6f19259b-4bc3-4df7-8a09-765794883524 commit 7b577b246d34ace481041ad1599507121d5d7eed Author: Qiu Shumin <shumin.qiu@xxxxxxxxx> Date: Fri Sep 18 05:51:14 2015 +0000 ShellBinPkg: Ia32/X64 Shell binary update. The binaries of ShellBinPkg are generated with ShellPkg project 18507. The binaries are built with no debug information by building with "RELEASE" target. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18511 6f19259b-4bc3-4df7-8a09-765794883524 commit 09d1c9e6939af68bfbe545dba1b1c053b96712b4 Author: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Date: Fri Sep 18 02:58:31 2015 +0000 ShellPkg: Added SMBIOS 2.8 Type 17 changes to smbiosview Updated smbiosview to decode SMBIOS Type 17 MinimumVoltage, MaximumVoltage, and ConfiguredVoltage Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18507 6f19259b-4bc3-4df7-8a09-765794883524 commit 08b822e56dc43666d586468a8b6fba69beda5eeb Author: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Date: Fri Sep 18 02:53:06 2015 +0000 ShellPkg: Added SMBIOS 3.0 support in dmem. Added SMBIOS 3.0 support in dmdem Shell command since SMBIOS 3.0 uses a different GUID in the System Configuration Table. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18506 6f19259b-4bc3-4df7-8a09-765794883524 commit 3a05b13106d15ae161489d43d9d2f2311b2241db Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Fri Sep 18 02:02:11 2015 +0000 MdeModulePkg DxeCore: Take the range in resource HOB for PHIT as higher priority Take the range in the resource descriptor HOB for the memory region described by the PHIT as higher priority if it is big enough. It can make the memory bin allocated to be at the same memory region with PHIT that has more better compatibility to avoid memory fragmentation for some code practices assume and allocate <4G ACPI memory. Also let the minimal memory size needed include the total memory bin size needed to make sure memory bin could be allocated successfully. 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: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18503 6f19259b-4bc3-4df7-8a09-765794883524 commit 1fab91765f9c3687ba48625323b634f246c2ee10 Author: Qiu Shumin <shumin.qiu@xxxxxxxxx> Date: Fri Sep 18 01:08:31 2015 +0000 ShellPkg: Fix GCC build fail and code refine. 1. Fix GCC build fail. 2. It's not correct to cast away constness to allow TrimSpaces() to modify 'commandline'. This patch makes a copy of 'commandLine' and work with that in the remainder of the function. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@xxxxxxxxx> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18500 6f19259b-4bc3-4df7-8a09-765794883524 commit a46bbdd379b54cd465ba75a84596babc8cbc5dbc Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Thu Sep 17 08:32:14 2015 +0000 MdeModulePkg DxeCore: Relocate HOB List after other tested memory resources added The HOB List relocation should be at after all the tested memory resources added (except the memory space that covers HOB List) to the memory services, because the memory resource found in CoreInitializeMemoryServices() may have not enough remaining resource for HOB List. And the memory space that covers HOB List should be processed after HOB List relocation to avoid the resources allocated by others to corrupt HOB List before its relocation. 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: Jiewen Yao <jiewen.yao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18499 6f19259b-4bc3-4df7-8a09-765794883524 commit 2d3e4cd167614be3956264d81b6d64b33177b33f Author: Dandan Bi <dandan.bi@xxxxxxxxx> Date: Thu Sep 17 07:21:22 2015 +0000 MdeModulePkg:Fix the bug the incorrect change of StrCpyS function The pointer to the destination string changed,the max length also changed.Previous change neglect this point. And base on the code logic,we can use StrCatS to replace StrCpyS.Now this patch is to fix this bug. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18497 6f19259b-4bc3-4df7-8a09-765794883524 commit 4e904348e323ae7b7d49c9f1716482d37a8f8fa4 Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Thu Sep 17 04:59:59 2015 +0000 MdePkg/SmmServicesTableLib: Return TRUE in InSmm () SmmServicesTableLib instance only supports DXE_SMM_DRIVER type drivers that will be loaded into SMM range. InSmm() could return TRUE directly. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Jiewen Yao <Jiewen.Yao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18495 6f19259b-4bc3-4df7-8a09-765794883524 commit fb977e33950abd0e1ac50f17c90b05f0593fd4d6 Author: Yang Jadis <jadis.yang@xxxxxxxxx> Date: Thu Sep 17 01:42:59 2015 +0000 ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute(). When execute a command with tailing blank spaces in ShellProtocol.Execute() Shell will fail. This patch move the TrimSpaces operation into ParseCommandLineToArgs function to fix the problem. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yang Jadis <jadis.yang@xxxxxxxxx> Signed-off-by: Qiu Shumin <shumin.qiu@xxxxxxxxx> Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18491 6f19259b-4bc3-4df7-8a09-765794883524 commit 580d230d12e16651494ce622bee93591e7fe5491 Author: Eric Dong <eric.dong@xxxxxxxxx> Date: Thu Sep 17 01:20:37 2015 +0000 MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->SetData(). Update this function to follow UEFI spec requirement. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18490 6f19259b-4bc3-4df7-8a09-765794883524 commit 6c20eda777edb679f0f00baf05185363bc6bd69b Author: Eric Dong <eric.dong@xxxxxxxxx> Date: Thu Sep 17 01:15:32 2015 +0000 MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->GetData(). Update this function to follow UEFI spec requirement. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18489 6f19259b-4bc3-4df7-8a09-765794883524 commit 3f4288fe261a744289ccff7bf66cce9276e217e8 Author: Eric Dong <eric.dong@xxxxxxxxx> Date: Thu Sep 17 01:08:54 2015 +0000 MdeModulePkg/HiiDatabase: Fix Progress not point to the correct place issue. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18488 6f19259b-4bc3-4df7-8a09-765794883524 _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |