[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 38273: all pass
This run is configured for baseline tests only. flight 38273 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38273/ Perfect :-) All tests in this flight passed version targeted for testing: ovmf d6cc284e6f9d2e303a81b3ee8a167eb7252ca54c baseline version: ovmf 52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d Last test of basis 38268 2015-11-11 18:20:43 Z 1 days Testing same since 38273 2015-11-13 05:20:25 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Andrew Fish <afish@xxxxxxxxx> Dandan Bi <dandan.bi@xxxxxxxxx> Eugene Cohen <eugene@xxxxxx> Liming Gao <liming.gao@xxxxxxxxx> Yonghong Zhu <yonghong.zhu@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 d6cc284e6f9d2e303a81b3ee8a167eb7252ca54c Author: Dandan Bi <dandan.bi@xxxxxxxxx> Date: Wed Nov 11 08:34:04 2015 +0000 MdeModulePkg:Modify the pointer type. Previously the pointer type is EFI_IFR_FORM_SET, it is incorrect when do pointer addition without conversion.Now change it to UINT8 type. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-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@18768 6f19259b-4bc3-4df7-8a09-765794883524 commit 30fbfcc92995c9103ec4357d313a566a7a6a6d92 Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Date: Wed Nov 11 06:30:42 2015 +0000 BaseTools/GenFw: add new option to not zero PE/COFF optional header fields Add new option --keepoptionalheader and that flag does not zero PE/COFF optional header fields including the version fields. It can support the case that the PE/COFF optional header would be kept. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18767 6f19259b-4bc3-4df7-8a09-765794883524 commit 9a12358cbe3b31441596a4eb36ebe9e6c94a130a Author: Andrew Fish <afish@xxxxxxxxx> Date: Wed Nov 11 02:28:51 2015 +0000 MdePkg: BaseLib don't require NASM with Xcode Don't require NASM for simple edk2 Xcode projects. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Andrew Fish <afish@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18766 6f19259b-4bc3-4df7-8a09-765794883524 commit 661c306ceb674213cc30189cd84e92a8f77a29a4 Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Wed Nov 11 02:16:35 2015 +0000 MdePkg: Add more DataBits support to Port80 output The BasePostCodeLibPort80 instance just prints UINT8 to IoPort 80. Some boards may support 16bit or 32bit. To support them, new PCD PcdPort80DataWidth is introduced to specify the width of data bits to Port80. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-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@18765 6f19259b-4bc3-4df7-8a09-765794883524 commit 9ddd7d7aec0eb25e078c9ca95329df06b4410169 Author: Eugene Cohen <eugene@xxxxxx> Date: Tue Nov 10 10:02:24 2015 +0000 MdeModulePkg PeiCore: Fix issue AuthenticationStatus is not propagated correctly This patch fixes an issue in PEI with encapsulated FV images where the AuthenticationStatus is not correctly propagated down to child FV handles. The PEI core registers for callbacks for both FvInfo and FvInfo2 PPIs. These callbacks process the FVs which will recurse as necessary to find more encapsulated FVs. (FvInfo2 is an updated PPI that includes an AuthenticationStatus field - the original FvInfo did not include this.) When encapsulated FV processing occurs the PEI core installs both FvInfo and FvInfo2 PPIs. The original implementation installs FvInfo first and FvInfo2 second. As soon as the FvInfo PPI is installed the notification callback handler immediately fires causing recursive FV processing to occur. Since there is no AuthenticationStatus provided for the original FvInfo the callback assumes AuthenticationStatus is zero (unsigned / unverified) even though the parent FV may have been verified. This changes the order of FvInfo and FvInfo2 installs to ensure that the notification callback occurs for FvInfo2 first and appropriate AuthenticationStatus data can be propagated from parent FV to child FV. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eugene Cohen <eugene@xxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18764 6f19259b-4bc3-4df7-8a09-765794883524 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |