From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH 00/16] efi: restructure for reuse from loader code
Date: Mon, 15 Dec 2025 10:03:36 +0100 [thread overview]
Message-ID: <176578941631.265962.15388167906932023010.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20251211203056.2014710-1-a.fatoum@pengutronix.de>
On Thu, 11 Dec 2025 21:29:51 +0100, Ahmad Fatoum wrote:
> This series mostly prepares existing definitions and code used for
> payload so it can be reused from the new loader support as well.
>
> Ahmad Fatoum (16):
> efi: payload: restructure Kconfig
> efi: payload: populate $global.efi.payload variable
> efi: mode: add efi_get_runtime_services helper
> efi: payload: make EFI variable helpers usable for loader as well
> fs: efivarfs: prepare for use with barebox as EFI loader
> efi: handle: build for both EFI payload and loader
> efi: provide populate $efi.payload_default_path depending on arch
> efi: tidy up header includes for reuse
> efi: types: add efi_intn_t/efi_uintn_t definition
> efi: devicepath: make fully usable for loader
> efi: guid: don't interleave protocol and event GUIDs
> efi: guid: add some more GUIDs
> efi: guid: move static GUIDs out of drivers
> efi: gop: flesh out efi_graphics_output_protocol::blt definition
> efi: payload: initrd: move into common efi code
> efi: add missing EFIAPI to functions
>
> [...]
Applied, thanks!
[01/1] fixup! efi: guid: add some more GUIDs
https://git.pengutronix.de/cgit/barebox/commit/?id=9c5619f9019a (link may not be stable)
[01/16] efi: payload: restructure Kconfig
https://git.pengutronix.de/cgit/barebox/commit/?id=ed21fe7e6efd (link may not be stable)
[03/16] efi: mode: add efi_get_runtime_services helper
https://git.pengutronix.de/cgit/barebox/commit/?id=dcabd235966d (link may not be stable)
[04/16] efi: payload: make EFI variable helpers usable for loader as well
https://git.pengutronix.de/cgit/barebox/commit/?id=b0f46a7df454 (link may not be stable)
[05/16] fs: efivarfs: prepare for use with barebox as EFI loader
https://git.pengutronix.de/cgit/barebox/commit/?id=a3ebd37e7fb9 (link may not be stable)
[06/16] efi: handle: build for both EFI payload and loader
https://git.pengutronix.de/cgit/barebox/commit/?id=63d6011df954 (link may not be stable)
[07/16] efi: provide populate $efi.payload_default_path depending on arch
https://git.pengutronix.de/cgit/barebox/commit/?id=eb4971313129 (link may not be stable)
[08/16] efi: tidy up header includes for reuse
https://git.pengutronix.de/cgit/barebox/commit/?id=df0789c9d8f7 (link may not be stable)
[09/16] efi: types: add efi_intn_t/efi_uintn_t definition
https://git.pengutronix.de/cgit/barebox/commit/?id=f5c433fd496c (link may not be stable)
[10/16] efi: devicepath: make fully usable for loader
https://git.pengutronix.de/cgit/barebox/commit/?id=ee9e080b46de (link may not be stable)
[11/16] efi: guid: don't interleave protocol and event GUIDs
https://git.pengutronix.de/cgit/barebox/commit/?id=1d5d1afd83f9 (link may not be stable)
[12/16] efi: guid: add some more GUIDs
https://git.pengutronix.de/cgit/barebox/commit/?id=4f3ff37a63ab (link may not be stable)
[13/16] efi: guid: move static GUIDs out of drivers
https://git.pengutronix.de/cgit/barebox/commit/?id=8a860f8eea13 (link may not be stable)
[14/16] efi: gop: flesh out efi_graphics_output_protocol::blt definition
https://git.pengutronix.de/cgit/barebox/commit/?id=e014bb52f015 (link may not be stable)
[15/16] efi: payload: initrd: move into common efi code
https://git.pengutronix.de/cgit/barebox/commit/?id=919f43c39c50 (link may not be stable)
[16/16] efi: add missing EFIAPI to functions
https://git.pengutronix.de/cgit/barebox/commit/?id=488b96b307a2 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
prev parent reply other threads:[~2025-12-15 9:04 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-11 20:29 Ahmad Fatoum
2025-12-11 20:29 ` [PATCH 01/16] efi: payload: restructure Kconfig Ahmad Fatoum
2025-12-11 20:29 ` [PATCH 02/16] efi: payload: populate $global.efi.payload variable Ahmad Fatoum
2025-12-11 20:29 ` [PATCH 03/16] efi: mode: add efi_get_runtime_services helper Ahmad Fatoum
2025-12-11 20:29 ` [PATCH 04/16] efi: payload: make EFI variable helpers usable for loader as well Ahmad Fatoum
2025-12-11 20:29 ` [PATCH 05/16] fs: efivarfs: prepare for use with barebox as EFI loader Ahmad Fatoum
2025-12-11 20:29 ` [PATCH 06/16] efi: handle: build for both EFI payload and loader Ahmad Fatoum
2025-12-11 20:29 ` [PATCH 07/16] efi: provide populate $efi.payload_default_path depending on arch Ahmad Fatoum
2025-12-11 20:29 ` [PATCH 08/16] efi: tidy up header includes for reuse Ahmad Fatoum
2025-12-11 20:30 ` [PATCH 09/16] efi: types: add efi_intn_t/efi_uintn_t definition Ahmad Fatoum
2025-12-11 20:30 ` [PATCH 10/16] efi: devicepath: make fully usable for loader Ahmad Fatoum
2025-12-11 20:30 ` [PATCH 11/16] efi: guid: don't interleave protocol and event GUIDs Ahmad Fatoum
2025-12-11 20:30 ` [PATCH 12/16] efi: guid: add some more GUIDs Ahmad Fatoum
2025-12-15 8:30 ` [PATCH] fixup! " Ahmad Fatoum
2025-12-15 9:03 ` Sascha Hauer
2025-12-11 20:30 ` [PATCH 13/16] efi: guid: move static GUIDs out of drivers Ahmad Fatoum
2025-12-11 20:30 ` [PATCH 14/16] efi: gop: flesh out efi_graphics_output_protocol::blt definition Ahmad Fatoum
2025-12-11 20:30 ` [PATCH 15/16] efi: payload: initrd: move into common efi code Ahmad Fatoum
2025-12-11 20:30 ` [PATCH 16/16] efi: add missing EFIAPI to functions Ahmad Fatoum
2025-12-13 10:42 ` [PATCH] fixup! efi: payload: restructure Kconfig Ahmad Fatoum
2025-12-15 9:03 ` (subset) " Sascha Hauer
2025-12-15 9:03 ` Sascha Hauer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=176578941631.265962.15388167906932023010.b4-ty@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox