On Tue, Apr 01, 2025 at 09:01:33AM -0400, Xiaoyao Li wrote:
> Date: Tue, 1 Apr 2025 09:01:33 -0400
> From: Xiaoyao Li
> Subject: [PATCH v8 23/55] i386/tdx: Setup the TD HOB list
> X-Mailer: git-send-email 2.34.1
>
> The TD HOB list is used to pass the information from VMM to
The TD HOB list is used to pass the information from VMM to TDVF. The TD
HOB must include PHIT HOB and Resource Descriptor HOB. More details can
be found in TDVF specification and PI specification.
Build the TD HOB in TDX's machine_init_done callback.
Co-developed-by: Isaku Yamahata
Signed-off-b