summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Acpi
AgeCommit message (Expand)AuthorFilesLines
2024-06-07MdeModulePkg: In RemoveTableFromRsdt don't read from unallocated memoryRebecca Cran1-4/+4
2024-05-17MdeModulePkg: Potential UINT32 overflow in S3 ResumeCountShanmugavel Pakkirisamy1-4/+8
2024-04-11MdeModulePkg/AcpiTableDxe: Prefer xDSDT over DSDT when installing tablesDhaval1-7/+17
2024-04-09MdeModulePkg/AcpiTableDxe: PCD switch to avoid using ACPI reclaim memoryAaron Li2-8/+30
2022-12-19MdeModulePkg: Supporting S3 in 64bit PEIKuo, Ted3-13/+22
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki26-2640/+2844
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney2-5/+4
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney7-45/+43
2021-11-12MdeModulePkg/FPDT: Lock boot performance table address variable at EndOfDxeedk2-stable202111-rc1Dandan Bi8-225/+88
2021-06-16MdeModulePkg/ACPI: Install ACPI table from HOB.Zhiguang Liu4-38/+271
2021-06-02MdePkg/MdeModulePkg: Move AML_NAME_SEG_SIZE definitionPierre Gondois1-1/+0
2021-02-01MdeModulePkg: FirmwarePerformanceDataTable: Added StandaloneMm supportKun Qin6-46/+279
2020-10-30MdeModulePkg/AcpiTableDxe: use pool allocation for RSDP if possibleArd Biesheuvel1-9/+24
2020-10-30MdeModulePkg/AcpiTableDxe: use pool allocation for RSDT/XSDT if possibleArd Biesheuvel1-46/+72
2020-10-30MdeModulePkg/AcpiTableDxe: use pool allocations when possibleArd Biesheuvel3-28/+66
2020-08-19MdeModulePkg: Fix spelling mistake for occurredMichael D Kinney2-2/+2
2019-10-09MdeModulePkg/S3SaveState: cast Position for S3BootScriptLib explicitlyLaszlo Ersek2-4/+4
2019-04-28MdeModulePkg/FirmwarePerformanceDxe: make global variable staticZhichao Gao1-2/+2
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney53-376/+53
2019-02-14MdeModulePkg/SmmS3SaveStateDxe: Change function parameter typesShenglei Zhang2-4/+4
2019-02-14MdeModulePkg/S3SaveStateDxe: Change function parameter typesShenglei Zhang2-4/+4
2019-01-15MdeModulePkg/BootScriptExecuteorDxe: check 64BIT_WAKE_F in FACS.OSPMFlagsEric Dong2-4/+4
2018-09-29MdeModulePkg/FirmwarePerformanceDataTableDxe: Remove an unused PCDshenglei1-1/+0
2018-09-27MdeModulePkg S3SaveStateDxe: Use new EfiLocateFirstAcpiTable()Star Zeng2-206/+5
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen7-7/+7
2018-08-20MdeModulePkg: Remove redundant library classes and GUIDsshenglei4-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao47-532/+532
2018-06-07MdeModulePkg: Remove X86 ASM and S filesLiming Gao5-407/+1
2018-05-29MdeModulePkg/FirmwarePerformanceDataTableDxe: use AllocatePeiAccessiblePagesArd Biesheuvel2-42/+10
2018-05-08MdeModulePkg/AcpiPlatformDxe: Unload after execution.Marvin.Haeuser@outlook.com1-2/+5
2018-04-16MdeModulePkg/FPDT: Add error message for unsupported caseDandan Bi2-0/+8
2018-02-28MdeModulePkg/BootGraphicsResourceDxe: Add Boot Logo 2 ProtocolMichael D Kinney2-15/+197
2018-02-11MdeModulePkg/BootGraphicsResourceTableDxe: Use BmpSupportLibMichael D Kinney2-232/+197
2018-02-08MdeModulePkg/FirmwarePerfSmm:Enhance for new pref infrastructureDandan Bi2-26/+10
2018-02-08MdeModulePkg/FirmwarePerfDxe:Enhance for new pref infrastructureDandan Bi2-247/+52
2018-02-08MdeModulePkg/FirmwarePerformancePei:Add FPDT records for S3 phaseDandan Bi2-2/+62
2018-01-18MdeModulePkg/BootScriptExecutorDxe: remove NX attr for FfsBufferJian J Wang3-0/+16
2017-10-10MdeModulePkg/S3SaveState: Extract arguments in correct orderRuiyu Ni2-6/+6
2017-08-01MdeModulePkg FirmwarePerfPei: Remove SEC performance data getting codeStar Zeng3-47/+6
2017-04-21MdeModulePkg/FirmwarePerformanceDxe: Error Level is not used correctlyJeff Fan1-2/+2
2017-04-12MdeModulePkg: Error Level is not used correctlyJeff Fan3-8/+8
2017-03-21MdeModulePkg/BootGraphicsResourceTableDxe: don't allocate below 4 GBArd Biesheuvel1-38/+3
2017-03-21MdeModulePkg/AcpiTableDxe: consider version mask when removing tablesArd Biesheuvel1-2/+5
2017-03-17MdeModulePkg/AcpiTableDxe: Not make FADT.{DSDT,X_DSDT} mutual exclusionStar Zeng1-54/+34
2017-03-09MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT,X_DSDT} mutual exclusionLaszlo Ersek1-3/+59
2017-03-09MdeModulePkg/AcpiTableDxe: condense whitespace around FADT.{DSDT,X_DSDT}Laszlo Ersek1-14/+6
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2-5/+5
2017-03-01MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe: Add support for PCD PcdPte...Leo Duran4-6/+23
2017-01-03MdeModulePkg: S3SaveStateDxe, SmmS3SaveState: save 64-bit LoopTimesLaszlo Ersek2-8/+8
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin3-3/+3