回复: 回复: [edk2-devel] [PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add support for PEIMs

2022-07-24 Thread gaoliming via groups.io
@edk2.groups.io 代表 Kun Qin via > > groups.io > > 发送时间: 2022年7月12日 5:30 > > 收件人: gaoliming ; devel@edk2.groups.io; > > Kinney, Michael D ; 'Albecki, Mateusz' > > > > 抄送: 'Liu, Zhiguang' > > 主题: Re: 回复: [edk2-devel] [PATCHv3 1/1] M

回复: 回复: [edk2-devel] [PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add support for PEIMs

2022-07-13 Thread gaoliming via groups.io
usz' > > 抄送: 'Liu, Zhiguang' > 主题: Re: 回复: [edk2-devel] [PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add > support for PEIMs > > Liming/Mike, > > I think making MM instance to be a base version makes sense, too. Thanks for > the suggestion. > > Rega

Re: 回复: [edk2-devel] [PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add support for PEIMs

2022-07-11 Thread Kun Qin via groups.io
Zhiguang' ; Kun Qin Subject: [EXTERNAL] 回复: [edk2-devel] [PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add support for PEIMs Mike: Thanks for your suggestion. If there is no objection to change the file name, this patch will be better. Thanks Liming > -邮件原件- > 发件人: devel@ed

回复: [edk2-devel] [PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add support for PEIMs

2022-07-10 Thread gaoliming via groups.io
.groups.io; Kinney, Michael D > > 抄送: Liu, Zhiguang > 主题: Re: [edk2-devel] [PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add > support for PEIMs > > Hi Liming, > > I think the current Mm specific INF is actually compatible with all module > types. > > Why not add a Base vers

Re: [edk2-devel] [PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add support for PEIMs

2022-07-07 Thread Michael D Kinney
Hi Liming, I think the current Mm specific INF is actually compatible with all module types. Why not add a Base version that can be used by any module? Using Peim in name implies it is only compatible with PEIMs which is not true. For the compatibility question, I would like to see feedback fr

[edk2-devel] [PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add support for PEIMs

2022-07-01 Thread Albecki, Mateusz
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 Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang