mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
UefiCpuPkg/SmmCommunication: Remove out-dated comments
The comments in PiSmmCommunicationPei.c describe the whole memory layout of the SMRAM regarding the SMM communication. But SHA-1: 8b1d14939053b63d80355465649c50f9f391a64a PiSmmCommunicationSmm: Deprecate SMM Communication ACPI Table removed the code that produces the ACPI Table. This change updates the accordingly comments. Signed-off-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com> Cc: Rahul Kumar <rahul1.kumar@intel.com>
This commit is contained in:
parent
aa75965349
commit
30691a4b40
@ -1,7 +1,7 @@
|
|||||||
/** @file
|
/** @file
|
||||||
PiSmmCommunication PEI Driver.
|
PiSmmCommunication PEI Driver.
|
||||||
|
|
||||||
Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2010 - 2021, Intel Corporation. All rights reserved.<BR>
|
||||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
|
|
||||||
**/
|
**/
|
||||||
@ -47,16 +47,10 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||||||
+----------------------------------+<--
|
+----------------------------------+<--
|
||||||
| EFI_SMM_COMMUNICATION_CONTEXT |
|
| EFI_SMM_COMMUNICATION_CONTEXT |
|
||||||
| SwSmiNumber | <- SMRAM
|
| SwSmiNumber | <- SMRAM
|
||||||
| BufferPtrAddress |----------------
|
| BufferPtrAddress |---
|
||||||
+----------------------------------+ |
|
+----------------------------------+ |
|
||||||
|
|
|
|
||||||
+----------------------------------+ |
|
+----------------------------------+<--
|
||||||
| EFI_SMM_COMMUNICATION_ACPI_TABLE | |
|
|
||||||
| SwSmiNumber | <- AcpiTable |
|
|
||||||
| BufferPtrAddress |--- |
|
|
||||||
+----------------------------------+ | |
|
|
||||||
| |
|
|
||||||
+----------------------------------+<---------------
|
|
||||||
| Communication Buffer Pointer | <- AcpiNvs
|
| Communication Buffer Pointer | <- AcpiNvs
|
||||||
+----------------------------------+---
|
+----------------------------------+---
|
||||||
|
|
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user