mbox series

[U-Boot] PULL request for the UEFI subsystem for v2019.04-rc4

Message ID 75defe73-c39d-acf4-f39f-16a20722b61f@gmx.de
State Not Applicable, archived
Delegated to: Heinrich Schuchardt
Headers show
Series [U-Boot] PULL request for the UEFI subsystem for v2019.04-rc4 | expand

Pull-request

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

Message

Heinrich Schuchardt March 5, 2019, 7:13 a.m. UTC
The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:

  Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28
18:57:32 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 1a9fce50393d2e7b7c3adb70764ab22a9267d815:

  efi_loader: HII protocols: debug messages (2019-03-02 23:34:26 +0100)

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

This pull request contains only bug fixes.

The most notable bug fixed was writing to random memory addresses when
trying to add a HII package of a yet unsupported package type.

Travis report: https://travis-ci.org/xypron2/u-boot/builds/500934600

----------------------------------------------------------------
Heinrich Schuchardt (4):
      efi_loader: do not add \ in efi_fs_from_name()
      efi_loader: HII protocols: fix new_package_list()
      efi_loader: error handling for `efidebug boot add`
      efi_loader: HII protocols: debug messages

 cmd/efidebug.c                   |  2 +-
 lib/efi_loader/efi_device_path.c |  7 +------
 lib/efi_loader/efi_hii.c         | 38
+++++++++++++++++++-------------------
 3 files changed, 21 insertions(+), 26 deletions(-)

Comments

Tom Rini March 7, 2019, 2:14 p.m. UTC | #1
On Tue, Mar 05, 2019 at 08:13:18AM +0100, Heinrich Schuchardt wrote:

> The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28
> 18:57:32 -0500)
> 
> are available in the Git repository at:
> 
>   https://github.com/xypron2/u-boot.git efi-2019-04-rc4
> 
> for you to fetch changes up to 1a9fce50393d2e7b7c3adb70764ab22a9267d815:
> 
>   efi_loader: HII protocols: debug messages (2019-03-02 23:34:26 +0100)
> 
> Primary key fingerprint: 6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4
> 
> This pull request contains only bug fixes.
> 
> The most notable bug fixed was writing to random memory addresses when
> trying to add a HII package of a yet unsupported package type.
> 
> Travis report: https://travis-ci.org/xypron2/u-boot/builds/500934600
> 

Applied to u-boot/master, thanks!