Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Sun, 8 May 2022 15:31:48 +0000 (11:31 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 8 May 2022 15:31:48 +0000 (11:31 -0400)
commit20cd58479f8c23cdb868fd9cd2042d59782056fc
treea74c2f99666c03e7b21bc4d7ad0b646613c2ee0b
parent258a57907d158d3ba54ec4e6daf0595d2f670d65
parent4b494770577cc61c3c1a4b57ced2fc98d87957dc
Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi

Pull request for efi-2022-07-rc3-2

UEFI:
* Fix build errors due to
  - using sed with non-standard extension for regular expression
  - target architecture not recognized for CROSS_COMPILE=armv7a-*
  - CONFIG_EVENT not selected
* add sha384/512 on certificate revocation

Others:
* factor out the user input handling in bootmenu command