On Tue, Apr 01, 2025 at 09:01:32AM -0400, Xiaoyao Li wrote: > Date: Tue, 1 Apr 2025 09:01:32 -0400 > From: Xiaoyao Li <xiaoyao...@intel.com> > Subject: [PATCH v8 22/55] headers: Add definitions from UEFI spec for > volumes, resources, etc... > X-Mailer: git-send-email 2.34.1 > > Add UEFI definitions for literals, enums, structs, GUIDs, etc... that > will be used by TDX to build the UEFI Hand-Off Block (HOB) that is passed > to the Trusted Domain Virtual Firmware (TDVF). > > All values come from the UEFI specification [1], PI spec [2] and TDVF > design guide[3]. > > [1] UEFI Specification v2.1.0 > https://uefi.org/sites/default/files/resources/UEFI_Spec_2_10_Aug29.pdf > [2] UEFI PI spec v1.8 > https://uefi.org/sites/default/files/resources/UEFI_PI_Spec_1_8_March3.pdf > [3] > https://software.intel.com/content/dam/develop/external/us/en/documents/tdx-virtual-firmware-design-guide-rev-1.pdf > > Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> > Acked-by: Gerd Hoffmann <kra...@redhat.com> > --- > Changes in v7: > - use SPDX tag; > --- > include/standard-headers/uefi/uefi.h | 187 +++++++++++++++++++++++++++ > 1 file changed, 187 insertions(+) > create mode 100644 include/standard-headers/uefi/uefi.h
Reviewed-by: Zhao Liu <zhao1....@intel.com>