]> git.baikalelectronics.ru Git - uboot.git/commit
Merge tag 'efi-2023-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Mon, 10 Oct 2022 16:14:51 +0000 (12:14 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 10 Oct 2022 16:14:51 +0000 (12:14 -0400)
commit25635414fbb084159b1ed0aa65d0fbe2fd06a8ed
treedef195bf5f248d3950a9e6154567b4bf4c131e29
parent50260d695677c2ff421708225b39d9970fb2aeda
parent7a2b101338698481bd9ee64e5c7d9beb747bb086
Merge tag 'efi-2023-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi

Pull request for efi-2023-01-rc1-2

Documentation:

* man-page for cls command
* update build requirements

UEFI

* Fix bugs in the Stop() function of the EFi Driver Binding protocol
  for block devices
* Avoid EFI_CALL() when invoking CloseProtocol()