Skip to content
Open
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
4 changes: 2 additions & 2 deletions 2_design_discussion/24_typical_flash_part_layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ specification defines only standard EFI compression; if other compression
mechanisms (or verification mechanisms, such as CRC32) are required, then both
the tools for creating a compressed image and a library for decompressing the
image must be provided. These non-standard compression, encryption, signing or
verification mechanisms are applied to a GUIED encapsulation section. Each
verification mechanisms are applied to a GUIDED encapsulation section. Each
method needs a unique GUID, however the methods may be applied to images more
than once per FD image. This is done in order to facility recovery and updates
than once per FD image. This is done in order to facilitate recovery and updates
(called capsules). Other areas in flash may be reserved for non-volatile (NV)
data storage, fault tolerant working (FTW) space or vital product data (VPD)
areas. These other regions are not defined in the PI specification, and
Expand Down
Loading