Re: [edk2-devel] [PATCH 6/6] OvmfPkg: Use newly defined Unaccepted Memory Type

2024-04-18 Thread Sachin Ganesh via groups.io
Hi Jiewen, The other patches are as follows. They are all related to UEFI 2.10 and PI 1.8 Specification updates: 1) MdePkg: Add definition for NVMe Over Fabric Device Path - https://edk2.groups.io/g/devel/message/117845?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2Csachin%2C20%2C

Re: [edk2-devel] [PATCH 6/6] OvmfPkg: Use newly defined Unaccepted Memory Type

2024-04-18 Thread Yao, Jiewen
Ah. That is good. I did not realize they are in one set. For this one, reviewed-by: Jiewen Yao > -Original Message- > From: Sachin Ganesh > Sent: Thursday, April 18, 2024 9:32 PM > To: Yao, Jiewen ; devel@edk2.groups.io > Cc: gaolim...@byosoft.com.cn; ardb+tianoc...@kernel.org; kra...@

Re: [edk2-devel] [PATCH 6/6] OvmfPkg: Use newly defined Unaccepted Memory Type

2024-04-17 Thread Yao, Jiewen
Hi Sachin I like this clean up. Thanks for doing this. I saw this patch is 6/6, but I did not see any other such as 1/6 ~ 5/6 in my mailbox. Not sure what is happening on my side. Just double confirm, have you sent those patches? Thank you Yao, Jiewen > -Original Message- > From: Sachi

[edk2-devel] [PATCH 6/6] OvmfPkg: Use newly defined Unaccepted Memory Type

2024-04-17 Thread Sachin Ganesh via groups.io
EFI_RESOURCE_MEMORY_UNACCEPTED has been officially defined in the PI 1.8 specification. So all temporary solutions have been replaced with the actual definition. Cc: Felix Polyudov Cc: Dhanaraj V Cc: Ard Biesheuvel Cc: Jiewen Yao Cc: Gerd Hoffmann Cc: Erdem Aktas Cc: Min Xu Cc: Tom Lendacky