[U-Boot] Pull request for UEFI system for v2019.04-rc4

Heinrich Schuchardt xypron.glpk at gmx.de
Fri Mar 15 06:47:49 UTC 2019


The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:

  Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)

are available in the Git repository at:

  https://github.com/xypron2/u-boot tag efi-2019-04-rc4-3

for you to fetch changes up to e616100eab84464f09baa93b3fe5c15087a385c1:

  efi_loader: fix build error for freestanding.o (2019-03-14 21:03:14 +0100)

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

Fix an error with the serial communication on boards with a very small
UART buffer which leads to a stalled system.

Provide an X86 reset driver for the UEFI runtime.

Fix a problem with parallel builds.

Travis CI looks fine:
https://travis-ci.org/xypron2/u-boot/builds/506462986

----------------------------------------------------------------
Alexander Graf (1):
      x86: Add efi runtime reset

Heinrich Schuchardt (1):
      efi_loader: fix build error for freestanding.o

Matthias Brugger (1):
      efi_loader: Fix serial console size detection

 drivers/sysreset/sysreset_x86.c     | 23 ++++++++++++++++++++++-
 lib/efi_loader/efi_console.c        | 62
+++++++++++++++++++++++++++++++++++---------------------------
 lib/efi_selftest/efi_freestanding.c | 11 +++++++++++
 scripts/Makefile.lib                |  2 +-
 4 files changed, 69 insertions(+), 29 deletions(-)
 create mode 100644 lib/efi_selftest/efi_freestanding.c


More information about the U-Boot mailing list