All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PULL] efi patch queue 2017-12-17
@ 2017-12-17 20:33 Alexander Graf
  2017-12-18 12:29 ` Jonathan Gray
  2017-12-18 23:37 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Graf @ 2017-12-17 20:33 UTC (permalink / raw)
  To: u-boot

Hi Tom,

This is my current patch queue for efi.  Please pull.

Alex


The following changes since commit 15616a0aa58173bce1efe47569bf2e10d023ae9c:

  Merge git://git.denx.de/u-boot-dm (2017-12-14 15:46:07 -0500)

are available in the git repository at:

  git://github.com/agraf/u-boot.git tags/signed-efi-v2018.01

for you to fetch changes up to bde6bfe4c3234480a0eef3b5bda8cf5fc83d3c79:

  efi_loader: comments for dp_part_fill() (2017-12-16 23:07:56 +0100)

----------------------------------------------------------------
Patch queue for efi - 2017-12-17

A few fixes for 2018.01:

  - Compile fix with helloworld example
  - DP match fix (fixes FreeBSD loader and grub on block storage)
  - More DP fixes for SD, block
  - Fix use-after-free

----------------------------------------------------------------
Alexander Graf (3):
      efi_loader: helloworld.c: Explicitly use .rodata for loaded_image_guid
      efi_loader: helloworld.c: Reduce file size
      efi_loader: Ensure efi_dp_find_obj() finds exact matches

Heinrich Schuchardt (7):
      efi_loader: return status from efi_setup_loaded_image()
      efi_loader: new function efi_delete_handle()
      efi_loader: error handling in efi_load_image()
      efi_loader: correctly determine if an MMC device is an SD-card
      efi_loader: correctly setup device paths for block devices
      efi_loader: correct DeviceNodeToText for media types
      efi_loader: comments for dp_part_fill()

 arch/arm/lib/elf_arm_efi.lds             |  11 +-
 include/efi_loader.h                     |  10 +-
 lib/efi_loader/efi_boottime.c            | 228 +++++++++++++++++--------------
 lib/efi_loader/efi_device_path.c         |  56 ++++++--
 lib/efi_loader/efi_device_path_to_text.c |  43 ++++--
 lib/efi_loader/helloworld.c              |   3 +-
 6 files changed, 214 insertions(+), 137 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PULL] efi patch queue 2017-12-17
  2017-12-17 20:33 [U-Boot] [PULL] efi patch queue 2017-12-17 Alexander Graf
@ 2017-12-18 12:29 ` Jonathan Gray
  2017-12-18 12:38   ` Emmanuel Vadot
  2017-12-18 23:37 ` Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Jonathan Gray @ 2017-12-18 12:29 UTC (permalink / raw)
  To: u-boot

On Sun, Dec 17, 2017 at 09:33:44PM +0100, Alexander Graf wrote:
> Hi Tom,
> 
> This is my current patch queue for efi.  Please pull.
> 
> Alex
> 
> 
> The following changes since commit 15616a0aa58173bce1efe47569bf2e10d023ae9c:
> 
>   Merge git://git.denx.de/u-boot-dm (2017-12-14 15:46:07 -0500)
> 
> are available in the git repository at:
> 
>   git://github.com/agraf/u-boot.git tags/signed-efi-v2018.01
> 
> for you to fetch changes up to bde6bfe4c3234480a0eef3b5bda8cf5fc83d3c79:
> 
>   efi_loader: comments for dp_part_fill() (2017-12-16 23:07:56 +0100)
> 
> ----------------------------------------------------------------
> Patch queue for efi - 2017-12-17
> 
> A few fixes for 2018.01:
> 
>   - Compile fix with helloworld example
>   - DP match fix (fixes FreeBSD loader and grub on block storage)

This was for the OpenBSD bootloader, FreeBSD has a different one.
I'd test again but am away from hardware for a few days.

>   - More DP fixes for SD, block
>   - Fix use-after-free
> 
> ----------------------------------------------------------------
> Alexander Graf (3):
>       efi_loader: helloworld.c: Explicitly use .rodata for loaded_image_guid
>       efi_loader: helloworld.c: Reduce file size
>       efi_loader: Ensure efi_dp_find_obj() finds exact matches
> 
> Heinrich Schuchardt (7):
>       efi_loader: return status from efi_setup_loaded_image()
>       efi_loader: new function efi_delete_handle()
>       efi_loader: error handling in efi_load_image()
>       efi_loader: correctly determine if an MMC device is an SD-card
>       efi_loader: correctly setup device paths for block devices
>       efi_loader: correct DeviceNodeToText for media types
>       efi_loader: comments for dp_part_fill()
> 
>  arch/arm/lib/elf_arm_efi.lds             |  11 +-
>  include/efi_loader.h                     |  10 +-
>  lib/efi_loader/efi_boottime.c            | 228 +++++++++++++++++--------------
>  lib/efi_loader/efi_device_path.c         |  56 ++++++--
>  lib/efi_loader/efi_device_path_to_text.c |  43 ++++--
>  lib/efi_loader/helloworld.c              |   3 +-
>  6 files changed, 214 insertions(+), 137 deletions(-)
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PULL] efi patch queue 2017-12-17
  2017-12-18 12:29 ` Jonathan Gray
@ 2017-12-18 12:38   ` Emmanuel Vadot
  0 siblings, 0 replies; 4+ messages in thread
From: Emmanuel Vadot @ 2017-12-18 12:38 UTC (permalink / raw)
  To: u-boot

On Mon, 18 Dec 2017 23:29:27 +1100
Jonathan Gray <jsg@jsg.id.au> wrote:

> On Sun, Dec 17, 2017 at 09:33:44PM +0100, Alexander Graf wrote:
> > Hi Tom,
> > 
> > This is my current patch queue for efi.  Please pull.
> > 
> > Alex
> > 
> > 
> > The following changes since commit 15616a0aa58173bce1efe47569bf2e10d023ae9c:
> > 
> >   Merge git://git.denx.de/u-boot-dm (2017-12-14 15:46:07 -0500)
> > 
> > are available in the git repository at:
> > 
> >   git://github.com/agraf/u-boot.git tags/signed-efi-v2018.01
> > 
> > for you to fetch changes up to bde6bfe4c3234480a0eef3b5bda8cf5fc83d3c79:
> > 
> >   efi_loader: comments for dp_part_fill() (2017-12-16 23:07:56 +0100)
> > 
> > ----------------------------------------------------------------
> > Patch queue for efi - 2017-12-17
> > 
> > A few fixes for 2018.01:
> > 
> >   - Compile fix with helloworld example
> >   - DP match fix (fixes FreeBSD loader and grub on block storage)
> 
> This was for the OpenBSD bootloader, FreeBSD has a different one.
> I'd test again but am away from hardware for a few days.

 This was for every bootloaders, it just fixes FreeBSD's, OpenBSD's and
Grub :)

> >   - More DP fixes for SD, block
> >   - Fix use-after-free
> > 
> > ----------------------------------------------------------------
> > Alexander Graf (3):
> >       efi_loader: helloworld.c: Explicitly use .rodata for loaded_image_guid
> >       efi_loader: helloworld.c: Reduce file size
> >       efi_loader: Ensure efi_dp_find_obj() finds exact matches
> > 
> > Heinrich Schuchardt (7):
> >       efi_loader: return status from efi_setup_loaded_image()
> >       efi_loader: new function efi_delete_handle()
> >       efi_loader: error handling in efi_load_image()
> >       efi_loader: correctly determine if an MMC device is an SD-card
> >       efi_loader: correctly setup device paths for block devices
> >       efi_loader: correct DeviceNodeToText for media types
> >       efi_loader: comments for dp_part_fill()
> > 
> >  arch/arm/lib/elf_arm_efi.lds             |  11 +-
> >  include/efi_loader.h                     |  10 +-
> >  lib/efi_loader/efi_boottime.c            | 228 +++++++++++++++++--------------
> >  lib/efi_loader/efi_device_path.c         |  56 ++++++--
> >  lib/efi_loader/efi_device_path_to_text.c |  43 ++++--
> >  lib/efi_loader/helloworld.c              |   3 +-
> >  6 files changed, 214 insertions(+), 137 deletions(-)
> > _______________________________________________
> > U-Boot mailing list
> > U-Boot at lists.denx.de
> > https://lists.denx.de/listinfo/u-boot
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot


-- 
Emmanuel Vadot <manu@bidouilliste.com> <manu@freebsd.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PULL] efi patch queue 2017-12-17
  2017-12-17 20:33 [U-Boot] [PULL] efi patch queue 2017-12-17 Alexander Graf
  2017-12-18 12:29 ` Jonathan Gray
@ 2017-12-18 23:37 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-12-18 23:37 UTC (permalink / raw)
  To: u-boot

On Sun, Dec 17, 2017 at 09:33:44PM +0100, Alexander Graf wrote:

> Hi Tom,
> 
> This is my current patch queue for efi.  Please pull.
> 
> Alex
> 
> 
> The following changes since commit 15616a0aa58173bce1efe47569bf2e10d023ae9c:
> 
>   Merge git://git.denx.de/u-boot-dm (2017-12-14 15:46:07 -0500)
> 
> are available in the git repository at:
> 
>   git://github.com/agraf/u-boot.git tags/signed-efi-v2018.01
> 
> for you to fetch changes up to bde6bfe4c3234480a0eef3b5bda8cf5fc83d3c79:
> 
>   efi_loader: comments for dp_part_fill() (2017-12-16 23:07:56 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171218/eb06dfb4/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-18 23:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-17 20:33 [U-Boot] [PULL] efi patch queue 2017-12-17 Alexander Graf
2017-12-18 12:29 ` Jonathan Gray
2017-12-18 12:38   ` Emmanuel Vadot
2017-12-18 23:37 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.