From 14ec6df123994e4ad97b61e790ba8752c4d2e4de Mon Sep 17 00:00:00 2001
From: Jose Marinho <jose.marinho@arm.com>
Date: Mon, 7 Jun 2021 16:56:36 +0100
Subject: [PATCH] Change the term image_uuid to img_type_uuid in Table 3.1

The term img_uuid in the FW directory (DEN0118) can induce confusion
when compared to the Metadata. A more proper term is img_type_uuid.
We are making the change in the Dependable Boot and commiting to making
the same change in the DEN0118.
---
 source/chapter3-fwupdate.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/chapter3-fwupdate.rst b/source/chapter3-fwupdate.rst
index 9b1604d..e119f55 100644
--- a/source/chapter3-fwupdate.rst
+++ b/source/chapter3-fwupdate.rst
@@ -39,7 +39,7 @@ EFI_FIRMWARE_IMAGE_DESCRIPTOR as defined in the following table:
    =============================== =============================
    FWU image directory entry field EFI_FIRMWARE_IMAGE_DESCRIPTOR
    =============================== =============================
-   image_uuid                      ImageTypeId
+   img_type_uuid                   ImageTypeId
    lowest_accepted_version         LowestSupportedImageVersion
    last_attempted_version          LastAttemptedVersion
    version                         Version
-- 
GitLab