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)
commit0aadc0786e4a249cddd37efd8875f09e645be4cd
treed3cdc126a08f57744dea9275f5c44495adeddf61
parent14eb12a3c801c9b18c91bdce413e44930e008418
parent7a4e717b9c0c255137a58f3ab90f002fc3aade2b
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.