commit | 23529df1f5743e5ca61b1818d3663c4e709daa6a | [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 | 2b1e477340352467a20df7fb8fb607fa815868f1 [diff] | |
parent | 82cd6c4e8fc46a8792ac25938dec5568b4fb8ecf [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.