mbox series

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

Message ID d4dade17-1838-01d3-87fd-b2d5e02b5580@gmx.de
State Accepted, archived
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request for UEFI system for v2019.04-rc5-2 | expand

Pull-request

https://git.denx.de/u-boot-efi.git tags/efi-2019-04-rc5-2

Message

Heinrich Schuchardt March 29, 2019, 5 a.m. UTC
The following changes since commit 2b9b9cdd5f9ae1cbc786ba3c2255a51b3ea4a636:

  Merge branch '2019-03-25-master-imports' (2019-03-26 23:17:21 -0400)

are available in the Git repository at:

  https://git.denx.de/u-boot-efi.git tags/efi-2019-04-rc5-2

for you to fetch changes up to 9ba712dc84e8824055c368a385794f69aabab661:

  efi_loader: define development target in README.uefi (2019-03-28
08:13:00 +0100)

Travis CI:
https://travis-ci.org/xypron2/u-boot/builds/512697352

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

----------------------------------------------------------------
Pull request for UEFI system for v2019.04-rc5-2

This patch series contains a bug fix for a double free in a UEFI unit
test. The other patches are documentation only (except for the
definition of two additional constants).

----------------------------------------------------------------
Heinrich Schuchardt (5):
      efi_selftest: avoid double free in dp utilities test
      efi_loader: TODO for the EFI file protocol
      MAINTAINERS: adjust git repository for EFI PAYLOAD
      efi_loader: update TODOs in doc/README.uefi
      efi_loader: define development target in README.uefi

 MAINTAINERS                                     |  2 +-
 doc/README.uefi                                 | 19 +++++++++++++++----
 include/efi_api.h                               |  8 +++++++-
 lib/efi_loader/efi_file.c                       |  4 ++++
 lib/efi_selftest/efi_selftest_devicepath_util.c |  5 -----
 5 files changed, 27 insertions(+), 11 deletions(-)

Comments

Tom Rini March 29, 2019, 8:24 p.m. UTC | #1
On Fri, Mar 29, 2019 at 06:00:25AM +0100, Heinrich Schuchardt wrote:

> The following changes since commit 2b9b9cdd5f9ae1cbc786ba3c2255a51b3ea4a636:
> 
>   Merge branch '2019-03-25-master-imports' (2019-03-26 23:17:21 -0400)
> 
> are available in the Git repository at:
> 
>   https://git.denx.de/u-boot-efi.git tags/efi-2019-04-rc5-2
> 
> for you to fetch changes up to 9ba712dc84e8824055c368a385794f69aabab661:
> 
>   efi_loader: define development target in README.uefi (2019-03-28
> 08:13:00 +0100)
> 
> Travis CI:
> https://travis-ci.org/xypron2/u-boot/builds/512697352
> 
> Primary key fingerprint:
> 6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4
> 

Applied to u-boot/master, thanks!