[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 74659: all pass
This run is configured for baseline tests only. flight 74659 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/74659/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 1df5fb2d83d9eca2d3b4b87fab7a0ec9f288cb6f baseline version: ovmf f9dff90289507191f299331e44601c5ef83c1948 Last test of basis 74657 2018-05-01 21:23:41 Z 0 days Testing same since 74659 2018-05-02 14:53:04 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Alexei Fedorov <alexei.fedorov@xxxxxxx> AlexeiFedorov <alexei.fedorov@xxxxxxx> Haojian Zhuang <haojian.zhuang@xxxxxxxxxx> 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 1df5fb2d83d9eca2d3b4b87fab7a0ec9f288cb6f Author: Haojian Zhuang <haojian.zhuang@xxxxxxxxxx> Date: Thu Mar 8 21:28:22 2018 +0800 EmbeddedPkg/Drivers: add virtual keyboard driver This driver is used to simulate a keyboard. For example, user could read GPIO setting or data from RAM address. If the value matches the expected pattern, it could trigger a key pressed event. User needs to implement hooks of PLATFORM_VIRTUAL_KBD_PROTOCOL. There're 4 hooks in this protocol. Register(): Quote the interface that user needs. For example, user needs to locate GPIO protocol if he wants to simulate a GPIO value as a key. Reset(): Do the initialization before reading value. Query(): Read value. If the value matches the expected pattern, trigger a key pressed event. Clear(): Clean the value if necessary. Cc: Leif Lindholm <leif.lindholm@xxxxxxxxxx> Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Haojian Zhuang <haojian.zhuang@xxxxxxxxxx> Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx> commit 8fe18cba7694a1d95699a08ff2491ffa04b0661d Author: AlexeiFedorov <alexei.fedorov@xxxxxxx> Date: Fri Apr 27 14:58:43 2018 +0100 ArmPkg: Fix bug in Generic Watchdog driver In ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.c, the following functions: WatchdogWriteOffsetRegister() WatchdogWriteCompareRegister() WatchdogEnable() WatchdogDisable() provide write access to ARM Generic Watchdog registers and use the values returned by MmioWrite32() and MmioWrite64() as EFI_STATUS return codes. Because MmioWriteXY() return the value passed as its write parameter, Generic Watchdog access functions can spuriously return error codes which are different from EFI_SUCCESS, e.g. the following call Status = WatchdogWriteOffsetRegister (MAX_UINT32); if (EFI_ERROR (Status)) { return Status; } will return MAX_UINT32 defined in MdePkg/Include/Base.h as #define MAX_UINT32 ((UINT32)0xFFFFFFFF) This commit declares all the functions listed above as VOID and removes the code for checking their return values. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Alexei Fedorov <alexei.fedorov@xxxxxxx> Reviewed-by: Evan Lloyd <evan.lloyd@xxxxxxx> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |