On October 12, 2021 7:50 PM, Gerd Hoffmann wrote:
> Hi,
>
> > Besides above features, TdxDxe driver will update the ACPI MADT
> > Mutiprocessor Wakeup Table.
>
> > + ACPI_MADT_MPWK_STRUCT *MadtMpWk;
>
> > + NewBufferSize = 1 * sizeof (*Madt)
Hi,
> Besides above features, TdxDxe driver will update the ACPI MADT
> Mutiprocessor Wakeup Table.
> + ACPI_MADT_MPWK_STRUCT *MadtMpWk;
> + NewBufferSize = 1 * sizeof (*Madt) +
> + CpuCount * sizeof (*LocalApic)
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
TdxDxe driver is dispatched early in DXE, due to being list in APRIORI.
This module is responsible for below features:
- Sets max logical cpus based on TDINFO
- Sets PCI PCDs based on resource hobs
Besides above features, TdxDxe driver wi