commit | 7f3343347579b4149a9c014788676e5df2061120 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Jun 04 15:52:06 2019 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jun 04 23:56:14 2019 +0200 |
tree | 0f16e9c9f97f353f2865b7f60194c39631bd122e | |
parent | 485975b842a3ecd61ffa89b0aa313e13fbffb0ea [diff] |
efi_loader: variable: support non-volatile attribute The attribute, EFI_VARIABLE_NON_VOLATILE, should be encoded as "nv" flag in U-Boot variable if specified. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>