* [ovmf baseline-only test] 66812: all pass
@ 2016-07-26 12:24 Platform Team regression test user
0 siblings, 0 replies; only message in thread
From: Platform Team regression test user @ 2016-07-26 12:24 UTC (permalink / raw)
To: xen-devel, osstest-admin
This run is configured for baseline tests only.
flight 66812 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66812/
Perfect :-)
All tests in this flight passed as required
version targeted for testing:
ovmf 136c648f5985a725fbd399085c16932a4c2f65d7
baseline version:
ovmf daea123d247aebb01f6c54e10ed1e0b10dfae957
Last test of basis 66810 2016-07-26 05:20:00 Z 0 days
Testing same since 66812 2016-07-26 10:18:39 Z 0 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Bruce Cran <bruce.cran@gmail.com>
Jiewen Yao <jiewen.yao@intel.com>
Laszlo Ersek <lersek@redhat.com>
Marvin Haeuser <Marvin.Haeuser@outlook.com>
Thomas Palmer <thomas.palmer@hpe.com>
Yonghong Zhu <yonghong.zhu@intel.com>
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 136c648f5985a725fbd399085c16932a4c2f65d7
Author: Jiewen Yao <jiewen.yao@intel.com>
Date: Sat Jul 23 09:24:31 2016 +0800
IntelFspWrapperPkg: Add missing License.txt.
Add missing License.txt.
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
commit 954dcee1b331680c51bc7367f0188536a91ffed6
Author: Jiewen Yao <jiewen.yao@intel.com>
Date: Sat Jul 23 09:24:11 2016 +0800
IntelFspPkg: Add missing License.txt.
Add missing License.txt.
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
commit 4fc03dc9661dbd89b37ac1e63036b8ce6a70dd0c
Author: Jiewen Yao <jiewen.yao@intel.com>
Date: Sat Jul 23 09:23:52 2016 +0800
IntelFsp2WrapperPkg: Add missing License.txt.
Add missing License.txt.
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
commit 31bd97f32999b4d3411791ba05f570f258f1b9c1
Author: Jiewen Yao <jiewen.yao@intel.com>
Date: Sat Jul 23 09:23:29 2016 +0800
IntelFsp2Pkg: Add missing License.txt.
Add missing License.txt.
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
commit 1f2cd65297f973181f02889a94cad5bb9276bb29
Author: Marvin Haeuser <Marvin.Haeuser@outlook.com>
Date: Wed Jul 20 23:02:27 2016 +0800
BaseTools/toolsetup: Do not set CONF_PATH when already set.
When CONF_PATH is already set, toolsetup.bat overwrites its value.
This is not the case on Linux platforms (BuildEnv) and
contra-productive when using the same Workspace across multiple
Operating Systems.
With this patch, a check is performed prior to setting the variable.
Furthermore, it will not be scanned for Conf directories in
PACKAGES_PATH directories to respect the user's choice.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
commit 03630a81488ca30c384c09034caa1a70afb80a0d
Author: Thomas Palmer <thomas.palmer@hpe.com>
Date: Fri Jul 22 10:56:49 2016 +0800
Preserve hii section in GCC binaries
According to UEFI spec:
Once an image is loaded, LoadImage() installs
EFI_HII_PACKAGE_LIST_PROTOCOL on the handle if the image contains a
custom PE/COFF resource with the type 'HII'. The protocol's
interface pointer points to the HII package list which is contained
in the resource's data.
This is controlled by the UEFI_HII_RESOURCE_SECTION define in the INF
file. When present the HII resource is linked with the module
binary.
Unfortunately GCC-built binaries have been stripping the .hii section
entirely. See "[edk2] HII gEfiHiiPackageListProtocolGuid problem
with GCC48(VS2012x86 works)"
http://thread.gmane.org/gmane.comp.bios.tianocore.devel/13438
http://thread.gmane.org/gmane.comp.bios.tianocore.devel/14899
This patch tells the linker to preserve the .hii sections
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Palmer <thomas.palmer@hpe.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Bruce Cran <bruce.cran@gmail.com>
Reviewed-by: Bruce Cran <bruce.cran@gmail.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
commit 910e206238e83be352e840d2e668266257fcf7fa
Author: Yonghong Zhu <yonghong.zhu@intel.com>
Date: Fri Jul 15 17:41:17 2016 +0800
Update edksetup.bat to check NASM system environment variable
If the NASM_PREFIX variable is not set, it would report warning message.
If there exist the C:\nasm\nasm.exe file, it would set the NASM_PREFIX
variable to C:\nasm\.
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-26 12:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26 12:24 [ovmf baseline-only test] 66812: all pass Platform Team regression test user
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).