diff options
author | Kun Qin <kuqin12@gmail.com> | 2021-06-24 11:33:07 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-06-29 05:16:44 +0000 |
commit | 27b8a5295768a117528b7a423bb670597fa7bb89 (patch) | |
tree | e39f1894bbf4e66caa8ba6fbe87b3b20d05537ea /BaseTools/Source/Python/AutoGen/PlatformAutoGen.py | |
parent | abfff7c45d43360ebd292dc26b6542094c145f5f (diff) | |
download | edk2-27b8a5295768a117528b7a423bb670597fa7bb89.tar.gz edk2-27b8a5295768a117528b7a423bb670597fa7bb89.tar.bz2 edk2-27b8a5295768a117528b7a423bb670597fa7bb89.zip |
MdePkg: MmConfiguration: Move definition of EFI_MM_RESERVED_MMRAM_REGION
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3440
The definition of EFI_MM_RESERVED_MMRAM_REGION, according to PI Spec 1.5
is also referenced in EFI_PEI_MM_CONFIGURATION_PPI. Defining this
structure as is will enforce any potential usage of MM Configuration PPI
interface to include <Protocol/MmConfiguration.h>.
This change moves this structure definition to PiMultiPhase.h, which is
already included by Protocol/MmConfiguration.h through PiMmCis.h. It also
paves way for introducing Ppi/MmConfiguration.h with proper dependency.
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Kun Qin <kuqin12@gmail.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'BaseTools/Source/Python/AutoGen/PlatformAutoGen.py')
0 files changed, 0 insertions, 0 deletions