Re: [edk2-devel] [PATCH] MdeModulePkg: Update GCD attribute conversion to support SP attribute

2024-05-30 Thread Du Lin
, Du Cc: Ni, Ray ; o...@linux.microsoft.com Subject: 回复: [edk2-devel] [PATCH] MdeModulePkg: Update GCD attribute conversion to support SP attribute Lin: I see there is some discussion. Have you made the agreement with this change? Thanks Liming 发件人: devel@edk2.groups.io<mailto:devel@e

回复: [edk2-devel] [PATCH] MdeModulePkg: Update GCD attribute conversion to support SP attribute

2024-05-29 Thread gaoliming via groups.io
Lin: I see there is some discussion. Have you made the agreement with this change? Thanks Liming 发件人: devel@edk2.groups.io 代表 Du Lin 发送时间: 2024年5月29日 21:05 收件人: devel@edk2.groups.io 抄送: Liming Gao ; Ni, Ray ; Lin, Du 主题: Re: [edk2-devel] [PATCH] MdeModulePkg: Update GCD attribute

Re: [edk2-devel] [PATCH] MdeModulePkg: Update GCD attribute conversion to support SP attribute

2024-05-29 Thread Du Lin
A pull request has been created for this patch: https://github.com/tianocore/edk2/pull/5691. BRs, Lin, Du From: Ni, Ray Sent: Friday, May 10, 2024 10:53 AM To: Lin, Du ; devel@edk2.groups.io Cc: Liming Gao Subject: Re: [PATCH] MdeModulePkg: Update GCD attribute conversion to support SP

Re: [edk2-devel] [PATCH] MdeModulePkg: Update GCD attribute conversion to support SP attribute

2024-05-09 Thread Ni, Ray
Reviewed-by: Ray Ni Thanks, Ray From: Lin, Du Sent: Thursday, May 9, 2024 12:04 To: devel@edk2.groups.io Cc: Lin, Du ; Liming Gao ; Ni, Ray Subject: [PATCH] MdeModulePkg: Update GCD attribute conversion to support SP attribute Add a new entry into GCD

[edk2-devel] [PATCH] MdeModulePkg: Update GCD attribute conversion to support SP attribute

2024-05-08 Thread Du Lin
Add a new entry into GCD attribute conversion table to convert EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE to EFI_MEMORY_SP. Cc: Liming Gao Cc: Ray Ni Signed-off-by: Du Lin --- MdeModulePkg/Core/Dxe/Gcd/Gcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Core/Dxe/Gcd/Gcd.c