From 5c4fa5005dd1f21212837ee8f1c4645001708c06 Mon Sep 17 00:00:00 2001 From: Matthew Graham <57513973+grahammc-bit@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:42:11 -0600 Subject: [PATCH 1/2] Correct typo in 24_typical_flash_part_layout.md Update facility -> facilitate. I believe this was the intended verbiage from the original author. --- 2_design_discussion/24_typical_flash_part_layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2_design_discussion/24_typical_flash_part_layout.md b/2_design_discussion/24_typical_flash_part_layout.md index 6d82496..3080ce4 100644 --- a/2_design_discussion/24_typical_flash_part_layout.md +++ b/2_design_discussion/24_typical_flash_part_layout.md @@ -42,7 +42,7 @@ 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 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 From 1179e7bd09e1eef6ab324561b7d4f20a75422594 Mon Sep 17 00:00:00 2001 From: Matthew Graham <57513973+grahammc-bit@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:49:49 -0500 Subject: [PATCH 2/2] Update 24_typical_flash_part_layout.md Update 24_typical_flash_part_layout.md Updated the following lines in 24_typical_flash_part_layout.md: Line 43: GUIED -> GUIDED Line 45: facility -> facilitate Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Matthew Graham --- 2_design_discussion/24_typical_flash_part_layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2_design_discussion/24_typical_flash_part_layout.md b/2_design_discussion/24_typical_flash_part_layout.md index 3080ce4..3cce278 100644 --- a/2_design_discussion/24_typical_flash_part_layout.md +++ b/2_design_discussion/24_typical_flash_part_layout.md @@ -40,7 +40,7 @@ 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 facilitate recovery and updates (called capsules). Other areas in flash may be reserved for non-volatile (NV)