* [ovmf baseline-only test] 67862: all pass
@ 2016-10-11 19:18 Platform Team regression test user
  0 siblings, 0 replies; only message in thread
From: Platform Team regression test user @ 2016-10-11 19:18 UTC (permalink / raw)
  To: xen-devel, osstest-admin
This run is configured for baseline tests only.
flight 67862 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/67862/
Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 a4bcf0bcdd81285e2ae881db7a51a454f8ab0951
baseline version:
 ovmf                 b3b58d4da79639ffb02e9a0556e21962bf918d1e
Last test of basis    67861  2016-10-11 14:17:47 Z    0 days
Testing same since    67862  2016-10-11 17:16:22 Z    0 days    1 attempts
------------------------------------------------------------
People who touched revisions under test:
  Alexei <Alexei.Fedorov@arm.com>
  Alexei Fedorov <alexei.fedorov@arm.com>
  Evan Lloyd <evan.lloyd@arm.com>
  Sami Mujawar <sami.mujawar@arm.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 a4bcf0bcdd81285e2ae881db7a51a454f8ab0951
Author: Alexei <Alexei.Fedorov@arm.com>
Date:   Wed Sep 21 21:33:15 2016 +0100
    ArmPlatformPkg: Remove UINTN cast when setting BaudRate.
    
    SerialPortInitialize() set the BaudRate variable (type UINT64) as:
    BaudRate = (UINTN)FixedPcdGet64 (PcdUartDefaultBaudRate);
    
    This commit fixes a potential problem on ARM 32-bit builds, where the
    UINTN type is defined as UINT32, by removing the cast:
    
    BaudRate = FixedPcdGet64 (PcdUartDefaultBaudRate);
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Alexei Fedorov <alexei.fedorov@arm.com>
    Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
    Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
commit 2d52a3a237c4294022030d99c82e26f9e58276ad
Author: Alexei <Alexei.Fedorov@arm.com>
Date:   Wed Sep 21 21:33:14 2016 +0100
    ArmPlatformPkg: Correct mendacious comments.
    
    Correct some obviously incorrect comments that have invalid details for
    the returned values.  (Copy /Paste problem?)
    There are no functional changes in this commit.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Alexei Fedorov <alexei.fedorov@arm.com>
    Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
    Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
commit 719a347c5df53a1dca6f80e06a285424228436e1
Author: Evan Lloyd <evan.lloyd@arm.com>
Date:   Wed Sep 21 21:33:13 2016 +0100
    ArmPlatformPkg: Fix PL011 FIFO size test
    
    This change updates PL011UartInitializePort to compare ReceiveFifoDepth
    with the correct hardware FIFO size instead of the constant 32 used
    previously.
    This corrects a minor bug where a request for a fifo size > 15 and < 32
    would not have been honoured on a system with a 16 byte FIFO.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
    Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
    Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
_______________________________________________
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-10-11 19:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-11 19:18 [ovmf baseline-only test] 67862: 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).