]> git.baikalelectronics.ru Git - uboot.git/commit
Merge tag 'efi-2020-04-rc4-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
authorTom Rini <trini@konsulko.com>
Mon, 23 Mar 2020 14:14:31 +0000 (10:14 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 23 Mar 2020 14:14:31 +0000 (10:14 -0400)
commitda73006bee1e23e59f9f1150ba69d02a9f46c0c5
treed3cdc126a08f57744dea9275f5c44495adeddf61
parent64944cbc282249bb22f9fe61b70baba45fee1c30
parent5d09177308141e0365e9995423efb12f301d995e
Merge tag 'efi-2020-04-rc4-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi

Pull request for UEFI sub-system for efi-2020-04-rc4 (5)

This series contains bug fixes for the UEFI sub-system:

* report correct variable length in GetNextVariable()
* correct copying direction if freestanding memmove()
* remove const for parameter of GetNextVariableName()
* correct function descriptions

Unit tests are added and adjusted.