All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] efi_loader implent unloading of images
@ 2019-05-04  8:36 Heinrich Schuchardt
  2019-05-04  8:36 ` [U-Boot] [PATCH 1/4] efi_loader: mark started images Heinrich Schuchardt
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Heinrich Schuchardt @ 2019-05-04  8:36 UTC (permalink / raw)
  To: u-boot

The patch series implements the UnloadImage() boot service and the
unloading of images in Exit().

Heinrich Schuchardt (4):
  efi_loader: mark started images
  efi_loader: move efi_unload_image() down in source
  efi_loader: implement UnloadImage()
  efi_loader: unload applications upon Exit()

 include/efi_api.h                 |   2 +-
 include/efi_loader.h              |  14 ++++
 lib/efi_loader/efi_boottime.c     | 129 +++++++++++++++++++++++-------
 lib/efi_loader/efi_image_loader.c |   2 +
 4 files changed, 118 insertions(+), 29 deletions(-)

--
2.20.1

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

end of thread, other threads:[~2019-05-07  7:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-04  8:36 [U-Boot] [PATCH 0/4] efi_loader implent unloading of images Heinrich Schuchardt
2019-05-04  8:36 ` [U-Boot] [PATCH 1/4] efi_loader: mark started images Heinrich Schuchardt
2019-05-07  3:02   ` Takahiro Akashi
2019-05-07  5:26     ` Heinrich Schuchardt
2019-05-07  5:44       ` Takahiro Akashi
2019-05-07  5:53         ` Heinrich Schuchardt
2019-05-07  5:58           ` Takahiro Akashi
2019-05-07  6:05             ` Heinrich Schuchardt
2019-05-07  6:12               ` Takahiro Akashi
2019-05-07  7:15                 ` Heinrich Schuchardt
2019-05-04  8:36 ` [U-Boot] [PATCH 2/4] efi_loader: move efi_unload_image() down in source Heinrich Schuchardt
2019-05-04  8:36 ` [U-Boot] [PATCH 3/4] efi_loader: implement UnloadImage() Heinrich Schuchardt
2019-05-04  8:36 ` [U-Boot] [PATCH 4/4] efi_loader: unload applications upon Exit() Heinrich Schuchardt
2019-05-07  4:39   ` Takahiro Akashi
2019-05-07  5:50     ` Heinrich Schuchardt
2019-05-07  6:37       ` Takahiro Akashi
2019-05-07  7:07         ` Heinrich Schuchardt

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.