Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove /chosen/efivarfile #122

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions source/chapter2-uefi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,6 @@ take precedence. [#DTSchNote]_
* - ``/chosen/stdout-path``
- This Property is required. It is necessary for console output.
([DTSPEC]_ § 3.6)
* - ``/chosen/efivarfile``
- This Property is required when the EFI Variables are stored in a file as
detailed in section :ref:`section-efi-vars-file-format`.

The DTB must be contained in memory of type `EfiACPIReclaimMemory`.
[#ACPIMemNote]_
Expand Down
11 changes: 0 additions & 11 deletions source/chapter5-variable-storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ to the EFI variable by updating the file.
This chapter defines a file-format for EFI variables that both the firmware
and the operating system can rely on.

The path of the file will be related to the operating system via the Devicetree
as UTF-8 string ``/chosen/efivarfile``.

.. warning::
The Devicetree node name and contents are not final at this point and are
subject to change.

The string will likely contain a part identifying a filesystem uniquely,
followed by a comma and followed by a file path in the identified filesystem.
For example: "UUID=1234:45678,/ubootefi.var".

All integer fields are stored in little-endian byte order.

File header
Expand Down