]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/MdePkg.dsc
MdePkg/UefiDevicePathLib: Add support for PEIMs
authorMateusz Albecki <mateusz.albecki@intel.com>
Fri, 1 Jul 2022 14:11:47 +0000 (22:11 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sat, 23 Jul 2022 02:11:31 +0000 (02:11 +0000)
commitbf1ff540d9271c64f0c5323c79b20b21990626fe
treec50a6463a21906eba8d393c04c84fa6c1c2d7e1b
parent5a3641bfcdcf99fd76817833488f2af8abb69383
MdePkg/UefiDevicePathLib: Add support for PEIMs

DevicePathLib utilities are useful in PEI to locate the devices which need
an opal unlock on S3 resume. This commit reuses the implementation done
for standalone MM support and makes the StandaloneMm library Base.

Signed-off-by: Mateusz Albecki <mateusz.albecki@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdePkg/Library/UefiDevicePathLib/DevicePathUtilitiesBase.c [new file with mode: 0644]
MdePkg/Library/UefiDevicePathLib/DevicePathUtilitiesStandaloneMm.c [deleted file]
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf [new file with mode: 0644]
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibStandaloneMm.inf [deleted file]
MdePkg/MdePkg.dsc