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

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



This run is configured for baseline tests only.

flight 72215 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/72215/

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 f8f0e454e1f9e0be354cfab2b70d4faa14982f6f
baseline version:
 ovmf                 08e94eee947bd3ff4a6645e303dd86853cb6d8ba

Last test of basis    72213  2017-10-07 14:18:51 Z    1 days
Testing same since    72215  2017-10-08 09:51:00 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Achin Gupta <achin.gupta@xxxxxxx>
  Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
  Supreeth Venkatesh <supreeth.venkatesh@xxxxxxx>

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 f8f0e454e1f9e0be354cfab2b70d4faa14982f6f
Author: Supreeth Venkatesh <supreeth.venkatesh@xxxxxxx>
Date:   Wed Sep 20 20:48:11 2017 +0100

    ArmPkg/ArmSvcLib: Add ArmSvcLib implementation.
    
    This patch adds a library that enables invocation of SVCs from Exception
    Level EL0. It will be used by the Standalone MM environment to request
    services from a software running in a privileged EL e.g. ARM Trusted
    Firmware. The library is derived directly from Arm SMC Library.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Achin Gupta <achin.gupta@xxxxxxx>
    Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@xxxxxxx>
    
    [ardb: assign frame pointer (AArch64)
           keep stack alignment (ARM)]
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit 4d163696f23dc552b30c2a21cc5e5b7d201c7946
Author: Supreeth Venkatesh <supreeth.venkatesh@xxxxxxx>
Date:   Wed Sep 20 20:48:13 2017 +0100

    ArmPkg/Include: Add ArmSvcLib header file.
    
    ArmSvcLib header file to specify the SVC arguments structure and
    function prototype to trigger an SVC call.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Achin Gupta <achin.gupta@xxxxxxx>
    Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@xxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit aed68ed6bec5432d531e68e825400907c4968cc3
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Fri Oct 6 22:27:24 2017 +0100

    ArmPkg/PlatformBootManagerLib: fix bug in ESRT invocation
    
    The ESRT hook call that I just added invokes the protocol before
    retrieving a pointer to it, which interestingly enough did not
    result in any crashes, nor did it get picked up by GCC. Clang did
    notice, though, so let's fix it right away.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit bbf79aa264b638fd4717cfb1b8fd5a7997861fe7
Author: Supreeth Venkatesh <supreeth.venkatesh@xxxxxxx>
Date:   Wed Sep 27 19:58:59 2017 +0100

    ArmPkg/Include: Add SVC function IDs for Management Mode.
    
    SVCs are in the range 0xC4000060 - 0xC400007f.
    The functions available to the secure MM partition:
    1. Signal completion of MM event handling.
    2. Set/Get memory attributes for a memory region at runtime.
    3. Get version number of secure partition manager.
    
    Also, it defines memory attributes required for set/get operations.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@xxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit 542bc11a02c02145bb825de9ffb4f76523ff2ca0
Author: Supreeth Venkatesh <supreeth.venkatesh@xxxxxxx>
Date:   Wed Sep 27 19:58:58 2017 +0100

    ArmPkg/Include: Add standard SMC function IDs for MM interface.
    
    This patch adds a list of function IDs that fall under the standard
    SMC range as defined in [1]
    
    SMCs associated with Management Mode are in the range 0xC4000040 -
    0xC400005f (64 bit) and 0x84000040 - 0x8400005f (32 bit).
    
    The function(s) available to the normal world:
    1. Request services from the secure MM environment using MM_COMMUNICATE.
    
    It also defines MM return codes.
    
    [1] 
http://infocenter.arm.com/help/topic/com.arm.doc.den0060a/DEN0060A_ARM_MM_Interface_Specification.pdf.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Achin Gupta <achin.gupta@xxxxxxx>
    Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@xxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit 13ca0abb01d90eb039abf7ef978bd803e2347cef
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Mon Oct 2 20:00:44 2017 +0100

    ArmPkg/PlatformBootManagerLib: call ESRT hooks at appropriate times
    
    The ESRT management protocol needs to be invoked at the appropriate times
    to get the ESRT config table to be published when the ReadyToBoot event
    is signalled. So add this handling to the default ArmPkg implementation
    of PlatformBootManagerLib.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>

_______________________________________________
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®.