]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/DxeCore: merge properties table routines into MAT handling
authorArd Biesheuvel <ard.biesheuvel@arm.com>
Tue, 7 Apr 2020 07:48:30 +0000 (09:48 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 7 Apr 2020 08:15:46 +0000 (08:15 +0000)
commitaab6a9c9aebb1f6614e72e98bdf6b5af93a43527
treea099cdf6867d176f1cb3776d48f1de02d4b5b59c
parentc5824c27be9dc9ce4ec2ae13fe925e1b4e820bc2
MdeModulePkg/DxeCore: merge properties table routines into MAT handling

The memory attributes table handling code shared some parts of the
properties table handling code when it was introduced. The latter has
been dropped, and so we can merge the remaining pieces into the former.

Link: https://bugzilla.tianocore.org/show_bug.cgi?id=2633
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>
Acked-by: Jiewen Yao <Jiewen.yao@intel.com>
Acked-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
MdeModulePkg/Core/Dxe/DxeMain.h
MdeModulePkg/Core/Dxe/DxeMain.inf
MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c
MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c [deleted file]