[U-Boot] Pull request for UEFI sub-system for v2019.07-rc5

Heinrich Schuchardt xypron.glpk at gmx.de
Tue Jun 11 16:41:02 UTC 2019


The following changes since commit 6d277fb0ed145f82dd50cc6e99d2fa553a588c3b:

   spl: Correct SPL_SIZE_LIMIT Kconfig option (2019-06-08 07:49:00 -0400)

are available in the Git repository at:

   git://git.denx.de/u-boot-efi.git tags/efi-2019-07-rc5

for you to fetch changes up to 7a69e97ba42a93e33dccfe715a8522754117a715:

   efi_loader: implement event queue (2019-06-10 23:06:19 +0200)

Travis CI showed no error except for a known issue with the TinkerBoard
SPL binary being too large.

Primary key fingerprint:
6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4

All related tests of the UEFI SCT are passed:

Service\ProtocolName                              Total Failed Passed
---------------------------------------------------------------------
BootServicesTest\EventTimerandPriorityServicesTest   34      0     34
BootServicesTest\MemoryAllocationServicesTest       102      0    102
BootServicesTest\ProtocolHandlerServicesTest       1214     18   1196
BootServicesTest\ImageServicesTest                  123      7    116
BootServicesTest\MiscBootServicesTest               132      3    129
---------------------------------------------------------------------
Total service\Protocol                             1605     28   1577

----------------------------------------------------------------
Pull request for UEFI sub-system for v2019.07-rc5

This pull request provides fixes for event services.

----------------------------------------------------------------
Heinrich Schuchardt (5):
       efi_loader: RegisterProtocolNotify event signaling
       efi_loader: SignalEvent for event in signaled state
       efi_loader: event signaling in ExitBootServices
       efi_selftest: correct event group test
       efi_loader: implement event queue

  include/efi_loader.h                         |   6 +-
  lib/efi_loader/efi_boottime.c                | 131
+++++++++++++++++++--------
  lib/efi_loader/efi_console.c                 |   4 +-
  lib/efi_loader/efi_memory.c                  |   2 +-
  lib/efi_loader/efi_runtime.c                 |   2 +-
  lib/efi_selftest/efi_selftest_event_groups.c |   9 +-
  6 files changed, 102 insertions(+), 52 deletions(-)


More information about the U-Boot mailing list