commit | 0aadc0786e4a249cddd37efd8875f09e645be4cd | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Mar 23 10:14:31 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 23 10:14:31 2020 -0400 |
tree | d3cdc126a08f57744dea9275f5c44495adeddf61 | |
parent | 14eb12a3c801c9b18c91bdce413e44930e008418 [diff] | |
parent | 7a4e717b9c0c255137a58f3ab90f002fc3aade2b [diff] |
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.