Pull request for efi-2022-04-rc3 – Heinrich Schuchardt
From: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> To: Tom Rini <trini@konsulko.com> Cc: U-Boot Mailing List <u-boot@lists.denx.de>, AKASHI Takahiro <takahiro.akashi@linaro.org>, Ilias Apalodimas <ilias.apalodimas@linaro.org>, Masahisa Kojima <masahisa.kojima@linaro.org>, Masami Hiramatsu <masami.hiramatsu@linaro.org> Subject: Pull request for efi-2022-04-rc3 Date: Sat, 26 Feb 2022 08:26:22 +0100 [thread overview] Message-ID: <5489b71b-9ed6-061d-8ba5-b4d665849305@canonical.com> (raw) Dear Tom, The following changes since commit c6ae38b38967a5c33d729c20e508a03ba3e0e3f6: Merge tag 'clk-2022.04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-clk (2022-02-25 11:21:32 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-04-rc3 for you to fetch changes up to 3fa9ed9ae3b30dd6e7f5e887c76d183ad72a44a2: efi_loader: update the timing of enabling and disabling EFI watchdog (2022-02-26 07:37:01 +0100) Gitlab CI showed no problems: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/11093 ---------------------------------------------------------------- Pull request for efi-2022-04-rc3 Documentation: * add man-page for fatload * add SMBIOS table page UEFI: * partial fix for UEFI secure boot with intermediate certs * disable watchdog when returning to command line * reset system after capsule update ---------------------------------------------------------------- AKASHI Takahiro (1): tools: mkeficapsule: remove duplicated code Heinrich Schuchardt (2): doc: describe generation of SMBIOS table doc: describe fatload command Ilias Apalodimas (1): efi_loader: fix uefi secure boot with intermediate certs Masahisa Kojima (1): efi_loader: update the timing of enabling and disabling EFI watchdog Masami Hiramatsu (4): efi_loader: use efi_update_capsule_firmware() for capsule on disk test/py: Handle expected reset by command test/py: Handle expected reboot while booting sandbox efi_loader: test/py: Reset system after capsule update on disk cmd/bootefi.c | 17 +++ doc/arch/x86.rst | 2 +- doc/develop/index.rst | 1 + doc/develop/smbios.rst | 22 ++++ doc/usage/fatload.rst | 80 ++++++++++++++ doc/usage/index.rst | 1 + lib/efi_loader/efi_capsule.c | 20 +++- lib/efi_loader/efi_signature.c | 11 +- lib/efi_loader/efi_watchdog.c | 13 +-- .../test_efi_capsule/test_capsule_firmware.py | 37 ++++--- test/py/u_boot_console_base.py | 115 +++++++++++++-------- test/py/u_boot_console_sandbox.py | 7 +- tools/mkeficapsule.c | 2 - 13 files changed, 243 insertions(+), 85 deletions(-) create mode 100644 doc/develop/smbios.rst create mode 100644 doc/usage/fatload.rst
reply other threads:[~2022-02-26 7:26 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=5489b71b-9ed6-061d-8ba5-b4d665849305@canonical.com \ --to=heinrich.schuchardt@canonical.com \ --cc=ilias.apalodimas@linaro.org \ --cc=masahisa.kojima@linaro.org \ --cc=masami.hiramatsu@linaro.org \ --cc=takahiro.akashi@linaro.org \ --cc=trini@konsulko.com \ --cc=u-boot@lists.denx.de \ --subject='Re: Pull request for efi-2022-04-rc3' \ /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
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.
Read more here: Source link