TianoCore EDK2 master
|
#include <PiDxe.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/IoLib.h>
#include <Library/HobLib.h>
#include <Library/MtrrLib.h>
#include <Library/UefiLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/SmmServicesTableLib.h>
#include <Library/PciLib.h>
#include <Protocol/SmmSwDispatch2.h>
#include <Protocol/SmmAccess2.h>
#include <Protocol/MpService.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Register/Intel/ArchitecturalMsr.h>
#include <Guid/SmmRegisterInfoGuid.h>
#include <Guid/SmmS3CommunicationInfoGuid.h>
#include <Guid/SmramMemoryReserve.h>
Go to the source code of this file.
Data Structures | |
struct | SMRR_BASE_MASK |
Macros | |
#define | EFI_MSR_SMRR_MASK 0xFFFFF000 |
#define | MSR_SMM_FEATURE_CONTROL 0x4E0 |
#define | SMRAM_SAVE_STATE_MAP_OFFSET 0xFC00 |
The header file of bootloader support SMM.
Copyright (c) 2021, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file BlSupportSmm.h.
#define EFI_MSR_SMRR_MASK 0xFFFFF000 |
Definition at line 32 of file BlSupportSmm.h.
#define MSR_SMM_FEATURE_CONTROL 0x4E0 |
Definition at line 33 of file BlSupportSmm.h.
#define SMRAM_SAVE_STATE_MAP_OFFSET 0xFC00 |
Definition at line 34 of file BlSupportSmm.h.