Re: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI

2024-05-21 Thread duntan
@edk2.groups.io; Tan, Dun Cc: Ni, Ray ; Liming Gao ; Wu, Jiaxin ; Ard Biesheuvel ; Leif Lindholm ; Sami Mujawar ; Gerd Hoffmann ; Andrew Fish ; Yao, Jiewen Subject: Re: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI I can't find patch 1 in the series

Re: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI

2024-05-20 Thread Sean
I can't find patch 1 in the series in my email so putting a few comments here.  I really hope this patch series can wait for PRs so code comments can more easily be correlated with code change. Looking at your PR with commit: Allocate Varaible cache buffer in PEI by td36 · Pull Request #5607 ·

Re: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI

2024-05-20 Thread duntan
'Ard Biesheuvel' ; 'Leif Lindholm' ; 'Sami Mujawar' ; 'Gerd Hoffmann' ; 'Andrew Fish' ; Yao, Jiewen Subject: 回复: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI Dun: Is there a Bugzilla for this change? Thanks

Re: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI

2024-05-19 Thread Ni, Ray
fmann ; Andrew Fish ; Yao, Jiewen Subject: Re: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI On 5/17/2024 4:49 PM, duntan via groups.io wrote: > This patch set defines a new VARIABLE_RUNTIME_CACHE_INFO HOB. The HOB is used > to store the address and size of

回复: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI

2024-05-19 Thread gaoliming via groups.io
d Hoffmann ; Andrew Fish > ; Jiewen Yao > 主题: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache > buffer in PEI > > This patch set defines a new VARIABLE_RUNTIME_CACHE_INFO HOB. The HOB is > used to store the address and size of the buffer that will be us

Re: [edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI

2024-05-19 Thread Nhi Pham via groups.io
On 5/17/2024 4:49 PM, duntan via groups.io wrote: This patch set defines a new VARIABLE_RUNTIME_CACHE_INFO HOB. The HOB is used to store the address and size of the buffer that will be used for variable runtime service when the PcdEnableVariableRuntimeCache is TRUE. In following patches, when P

[edk2-devel] [PATCH 0/9] Allocate and unblock variable runtime cache buffer in PEI

2024-05-17 Thread duntan
This patch set defines a new VARIABLE_RUNTIME_CACHE_INFO HOB. The HOB is used to store the address and size of the buffer that will be used for variable runtime service when the PcdEnableVariableRuntimeCache is TRUE. In following patches, when PcdEnableVariableRuntimeCache is TRUE, VariablePei w