audk/SecurityPkg/Tcg
Dun Tan 5a06afa7dd SecurityPkg: Allocate EfiACPIMemoryNVS buffer for TCG2
Allocate EfiACPIMemoryNVS buffer for TCG2 related usage in
Tcg2ConfigPeim. The buffer will be used in Tcg2Acpi driver
to retrive information from SMM environment.

Previously, the buffer used in Tcg2Acpi driver is AcpiNvs
type. But I mistakenly thought the Runtime Data type buffer
should also work. So I used API AllocateRuntimePages() to
allocate buffer in 9a76c7945b and consume the buffer in
e939ecf6c1. Recently we found that if the buffer type is
Runtime Data instead of AcpiNvs, BSOD issue happened after
boot into OS.

So this commit is to Allocate EfiACPIMemoryNVS buffer for
TCG2 usage in SMM to align with the initial code logic.

Signed-off-by: Dun Tan <dun.tan@intel.com>
2024-08-27 06:14:36 +00:00
..
MemoryOverwriteControl SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
MemoryOverwriteRequestControlLock SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Opal/OpalPassword SecurityPkg/OpalPasswordDxe: Force reparsing IFR binary when RETRIEVE 2024-04-16 09:20:58 +00:00
PhysicalPresencePei SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Tcg2Acpi SecurityPkg/Tcg2Acpi: Revise debug print 2024-07-12 16:04:10 +00:00
Tcg2Config SecurityPkg: Allocate EfiACPIMemoryNVS buffer for TCG2 2024-08-27 06:14:36 +00:00
Tcg2Dxe SecurityPkg: Recognize sp800155Event3 event 2024-05-07 00:21:40 +00:00
Tcg2Pei SecurityPkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00
Tcg2PlatformDxe SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Tcg2PlatformPei SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Tcg2Smm SecurityPkg/Tcg: Correct buffer valid check func 2024-07-07 08:40:03 +00:00
TcgConfigDxe SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TcgDxe SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TcgPei SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TcgSmm SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00