This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flow: fs node transform into persistence node - with efivars
fs node renamed to persistence node. As it will not only deal with fs anymore. Besides it, a new option was added: 'storage', which defines storage destination, currently 'fs' and 'efivars'. When using 'fs', 'name' can be a fully fledged path to the file where value will be persisted. 'efivars' saves on 'efivarfs', using a reasonable attributes set: "EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS". 'fs' now creates files in case they don't happen to exist. When there is no previous persisted value, node 'default_value' will be used instead. Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
- Loading branch information