mbox series

[U-Boot] Resent: Pull request for UEFI sub-system for v2019.07-rc5 (4)

Message ID fdd08cb9-c169-1e06-507a-c40bbd5c9523@gmx.de
State Accepted, archived
Delegated to: Tom Rini
Headers show
Series [U-Boot] Resent: Pull request for UEFI sub-system for v2019.07-rc5 (4) | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-efi

Message

Heinrich Schuchardt June 29, 2019, 10:19 a.m. UTC
The following changes since commit 0352e878d2b80b2575e02310e891e936251b3992:

   Merge tag 'u-boot-imx-20190628' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2019-06-28 08:00:22
-0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi
tags/efi-2019-07-rc5-4

for you to fetch changes up to efcf0a1f56b5bcb4c3115346ea9efc5b2d08d3d3:

   efi_loader: correct signature of ConvertPointer() (2019-06-29
04:24:35 +0200)

Travis CI shows no problem:
https://travis-ci.org/xypron2/u-boot/builds/552029380

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

----------------------------------------------------------------
Pull request for UEFI sub-system for v2019.07-rc5 (4)

The definition of an unimplemented function is corrected.

----------------------------------------------------------------
Heinrich Schuchardt (1):
       efi_loader: correct signature of ConvertPointer()

  include/efi_api.h | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Tom Rini June 30, 2019, 2:40 p.m. UTC | #1
On Sat, Jun 29, 2019 at 12:19:11PM +0200, Heinrich Schuchardt wrote:

> The following changes since commit 0352e878d2b80b2575e02310e891e936251b3992:
> 
>   Merge tag 'u-boot-imx-20190628' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2019-06-28 08:00:22
> -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi
> tags/efi-2019-07-rc5-4
> 
> for you to fetch changes up to efcf0a1f56b5bcb4c3115346ea9efc5b2d08d3d3:
> 
>   efi_loader: correct signature of ConvertPointer() (2019-06-29
> 04:24:35 +0200)
> 
> Travis CI shows no problem:
> https://travis-ci.org/xypron2/u-boot/builds/552029380
> 
> Primary key fingerprint:
> 6DC4 F9C7 1F29 A6FA 06B7  6D33 C481 DBBC 2C05 1AC4
> 

Applied to u-boot/master, thanks!