| .. | .. |
|---|
| 17 | 17 | directory has a name of the form "<key>-<vendor guid>" |
|---|
| 18 | 18 | and contains the following files: |
|---|
| 19 | 19 | |
|---|
| 20 | + =============== ======================================== |
|---|
| 20 | 21 | attributes: A read-only text file enumerating the |
|---|
| 21 | 22 | EFI variable flags. Potential values |
|---|
| 22 | 23 | include: |
|---|
| .. | .. |
|---|
| 59 | 60 | |
|---|
| 60 | 61 | size: As ASCII representation of the size of |
|---|
| 61 | 62 | the variable's value. |
|---|
| 63 | + =============== ======================================== |
|---|
| 62 | 64 | |
|---|
| 63 | 65 | |
|---|
| 64 | 66 | In addition, two other magic binary files are provided |
|---|
| 65 | 67 | in the top-level directory and are used for adding and |
|---|
| 66 | 68 | removing variables: |
|---|
| 67 | 69 | |
|---|
| 70 | + =============== ======================================== |
|---|
| 68 | 71 | new_var: Takes a "struct efi_variable" and |
|---|
| 69 | 72 | instructs the EFI firmware to create a |
|---|
| 70 | 73 | new variable. |
|---|
| .. | .. |
|---|
| 73 | 76 | instructs the EFI firmware to remove any |
|---|
| 74 | 77 | variable that has a matching vendor GUID |
|---|
| 75 | 78 | and variable key name. |
|---|
| 79 | + =============== ======================================== |
|---|