mbox series

Pull request for UEFI sub-system for efi-2020-07-rc5 (2)

Message ID 126f09cb-2406-7047-0ac4-a86cc04cb96c@gmx.de
State Accepted, archived
Delegated to: Heinrich Schuchardt
Headers show
Series Pull request for UEFI sub-system for efi-2020-07-rc5 (2) | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-07-rc5-2

Message

Heinrich Schuchardt June 19, 2020, 6:01 p.m. UTC
The following changes since commit 0b3a92dfa3639167e8d1e40f524b5b094fbcd357:

   Merge tag 'u-boot-amlogic-20200618' of
https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic (2020-06-18
09:46:55 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-07-rc5-2

for you to fetch changes up to 0d7c2913fdf71d74e0d6c710dcceaa29f3862d8c:

   cmd: bootefi: Honor the address & size cells properties correctly
(2020-06-19 09:00:38 +0200)

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-07-rc5 (2)

Fix memory reservations: do not use random bytes from the stack.

----------------------------------------------------------------
Atish Patra (1):
       cmd: bootefi: Honor the address & size cells properties correctly

  cmd/bootefi.c | 9 ++++++---
  1 file changed, 6 insertions(+), 3 deletions(-)

Comments

Tom Rini June 19, 2020, 8:25 p.m. UTC | #1
On Fri, Jun 19, 2020 at 08:01:48PM +0200, Heinrich Schuchardt wrote:

> The following changes since commit 0b3a92dfa3639167e8d1e40f524b5b094fbcd357:
> 
>   Merge tag 'u-boot-amlogic-20200618' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic (2020-06-18
> 09:46:55 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-07-rc5-2
> 
> for you to fetch changes up to 0d7c2913fdf71d74e0d6c710dcceaa29f3862d8c:
> 
>   cmd: bootefi: Honor the address & size cells properties correctly
> (2020-06-19 09:00:38 +0200)
> 

Applied to u-boot/master, thanks!