[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [ovmf baseline-only test] 66812: all pass



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@xxxxxxxxx>
  Jiewen Yao <jiewen.yao@xxxxxxxxx>
  Laszlo Ersek <lersek@xxxxxxxxxx>
  Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx>
  Thomas Palmer <thomas.palmer@xxxxxxx>
  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 136c648f5985a725fbd399085c16932a4c2f65d7
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
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@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx>

commit 954dcee1b331680c51bc7367f0188536a91ffed6
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
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@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx>

commit 4fc03dc9661dbd89b37ac1e63036b8ce6a70dd0c
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
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@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx>

commit 31bd97f32999b4d3411791ba05f570f258f1b9c1
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
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@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx>

commit 1f2cd65297f973181f02889a94cad5bb9276bb29
Author: Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx>
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@xxxxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit 03630a81488ca30c384c09034caa1a70afb80a0d
Author: Thomas Palmer <thomas.palmer@xxxxxxx>
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@xxxxxxx>
    Acked-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Tested-by: Bruce Cran <bruce.cran@xxxxxxxxx>
    Reviewed-by: Bruce Cran <bruce.cran@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 910e206238e83be352e840d2e668266257fcf7fa
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
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@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.