Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-20 | efi_loader: memory leak in efi_dump_single_var() | Heinrich Schuchardt | |
A misplaced return statement lead to a memory leak in efi_dump_single_var(). Reported-by: Coverity (CID 185829) Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> | |||
2019-02-25 | cmd: env: add "-e" option for handling UEFI variables | AKASHI Takahiro | |
"env [print|set] -e" allows for handling uefi variables without knowing details about mapping to corresponding u-boot variables. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> |