Pull request for UEFI sub-system for efi-2021-01-rc2

Heinrich Schuchardt xypron.glpk at gmx.de
Wed Oct 28 12:43:43 CET 2020


The following changes since commit 986c980c8250849d9394fdf377a3de75edb11888:

   nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV
(2020-10-27 10:48:08 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-01-rc2

for you to fetch changes up to 0eae552d18690a19cc714046fb1665138f5701f6:

   efi_loader: daylight saving time (2020-10-27 21:13:16 +0100)


Gitlab CI showed not problem:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/5148

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2021-01-rc2

A software RTC driver is supplied for UEFI SCT testing.

The following UEFI related bugs are fixed:

* correct handling of daylight saving time in GetTime() and SetTime()
* handling of the gd register in function tracing on RISC-V
* disable U-Boot devices in ExitBootServices()

----------------------------------------------------------------
Heinrich Schuchardt (4):
       Makefile: provide constant with seconds since epoch
       rtc: provide an emulated RTC
       trace: conserve gd register on RISC-V
       efi_loader: daylight saving time

Ilias Apalodimas (2):
       efi_loader: Sort header file ordering
       efi_loader: Disable devices before handing over control

  MAINTAINERS                   |  1 +
  Makefile                      |  2 ++
  drivers/rtc/Kconfig           | 11 ++++++
  drivers/rtc/Makefile          |  1 +
  drivers/rtc/emul_rtc.c        | 80
+++++++++++++++++++++++++++++++++++++++++++
  lib/efi_loader/efi_boottime.c | 13 ++++---
  lib/efi_loader/efi_runtime.c  | 19 ++++++++--
  lib/trace.c                   |  2 +-
  8 files changed, 121 insertions(+), 8 deletions(-)
  create mode 100644 drivers/rtc/emul_rtc.c


More information about the U-Boot mailing list