|
Re: [edk2-devel] [RFC] VariablePolicy - Protocol, Libraries, and Implementation for VariableLock Alternative
Thanks, Bret.
Comments below.
Thanks, Bret.
Comments below.
|
By
Yao, Jiewen
·
#240
·
|
|
Re: [edk2-devel] [RFC] VariablePolicy - Protocol, Libraries, and Implementation for VariableLock Alternative
Sorry, Jiewen. I missed this email when it came in...
I think we would recommend deprecating both. Is there much consumption of the VarCheck protocol? A platform could always opt to include both (or
Sorry, Jiewen. I missed this email when it came in...
I think we would recommend deprecating both. Is there much consumption of the VarCheck protocol? A platform could always opt to include both (or
|
By
brbarkel@...
·
#239
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] [RFC] VariablePolicy - Protocol, Libraries, and Implementation for VariableLock Alternative
Kevin,
Agreed and we were sensitive to that in our codebase as well. Surface and other consumers had drivers expecting VarLock and we didn’t want to have to rewrite them all (at least not
Kevin,
Agreed and we were sensitive to that in our codebase as well. Surface and other consumers had drivers expecting VarLock and we didn’t want to have to rewrite them all (at least not
|
By
Bret Barkelew <bret.barkelew@...>
·
#238
·
|
|
Re: [edk2-devel] [RFC] VariablePolicy - Protocol, Libraries, and Implementation for VariableLock Alternative
HI Bret
Thanks for the work. The design doc is very good.
Some feedback/questions below:
1. We have 2 variable related protocol - EDKII_VARIABLE_LOCK_PROTOCOL and EDKII_VAR_CHECK_PROTOCOL. Do
HI Bret
Thanks for the work. The design doc is very good.
Some feedback/questions below:
1. We have 2 variable related protocol - EDKII_VARIABLE_LOCK_PROTOCOL and EDKII_VAR_CHECK_PROTOCOL. Do
|
By
Yao, Jiewen
·
#237
·
|
|
Re: [edk2-devel] [RFC] VariablePolicy - Protocol, Libraries, and Implementation for VariableLock Alternative
Bret,
We like the new functionality.
Our concern is our customers / we will need to modify all of the code that are consumers of EDKII_VARIABLE_LOCK_PROTOCOL to use the new protocols. If you could
Bret,
We like the new functionality.
Our concern is our customers / we will need to modify all of the code that are consumers of EDKII_VARIABLE_LOCK_PROTOCOL to use the new protocols. If you could
|
By
Kevin@Insyde <kevin.davis@...>
·
#236
·
|
|
Re: [edk2-devel] [edk2-rfc] [RFC] code-first process for UEFI-forum specifications
Leif,
A few comments included below.
Thanks,
Mike
Leif,
A few comments included below.
Thanks,
Mike
|
By
Michael D Kinney
·
#235
·
|
|
Re: [RFC] VariablePolicy - Protocol, Libraries, and Implementation for VariableLock Alternative
Expanding the audience beyond the RFC list….
If no one has additional input, I’ll try to start formatting these as patches later this week. Thanks!
- Bret
Sent: Tuesday, January 28, 2020 5:36
Expanding the audience beyond the RFC list….
If no one has additional input, I’ll try to start formatting these as patches later this week. Thanks!
- Bret
Sent: Tuesday, January 28, 2020 5:36
|
By
Bret Barkelew <bret.barkelew@...>
·
#234
·
|
|
[RFC] VariablePolicy - Protocol, Libraries, and Implementation for VariableLock Alternative
All,
VariablePolicy is our proposal for an expanded “VarLock-like” interface to constrain and govern platform variables.
I brought this up back in May to get initial comments on the interface and
All,
VariablePolicy is our proposal for an expanded “VarLock-like” interface to constrain and govern platform variables.
I brought this up back in May to get initial comments on the interface and
|
By
Bret Barkelew <bret.barkelew@...>
·
#233
·
|
|
Re: [RFC] code-first process for UEFI-forum specifications
s/oorg/org/
This seems to require that the specifications be available as something
"patchable" (e.g. GitBook source code), and offered in some public git repo.
How does this play together with
s/oorg/org/
This seems to require that the specifications be available as something
"patchable" (e.g. GitBook source code), and offered in some public git repo.
How does this play together with
|
By
Laszlo Ersek
·
#232
·
|
|
[RFC] code-first process for UEFI-forum specifications
This is a proposal for a process by which new features can be added to UEFI
forum specifications after first having been designed and prototyped in the
open.
This process lets changes and the
This is a proposal for a process by which new features can be added to UEFI
forum specifications after first having been designed and prototyped in the
open.
This process lets changes and the
|
By
Leif Lindholm <leif@...>
·
#231
·
|
|
Re: [edk2-devel] [RFC] BZ 2298 MdePkg/DevicePathLib merger or not
I agree -- I expect that most if not all platform DSC files will need
updates. That's because the most frugal approach for a platform is to
use the self-contained UefiDevicePathLib instance only in
I agree -- I expect that most if not all platform DSC files will need
updates. That's because the most frugal approach for a platform is to
use the self-contained UefiDevicePathLib instance only in
|
By
Laszlo Ersek
·
#230
·
|
|
Re: [RFC] BZ 2298 MdePkg/DevicePathLib merger or not
So, the impact is every platform DSC needs to be updated to reference the correct path of the UefiDevicePath lib after your merge.
Let's wait for at least 2 weeks for feedbacks.
Thanks,
Ray
Sent:
So, the impact is every platform DSC needs to be updated to reference the correct path of the UefiDevicePath lib after your merge.
Let's wait for at least 2 weeks for feedbacks.
Thanks,
Ray
Sent:
|
By
Ni, Ray
·
#229
·
|
|
Re: [RFC] BZ 2298 MdePkg/DevicePathLib merger or not
Ray,
I prefer to merge these two lib instance into one folder and remove the duplicated code.
I can change all the required change in open source repo. But not sure how many close source platforms
Ray,
I prefer to merge these two lib instance into one folder and remove the duplicated code.
I can change all the required change in open source repo. But not sure how many close source platforms
|
By
Gao, Zhichao
·
#228
·
|
|
Re: [RFC] BZ 2298 MdePkg/DevicePathLib merger or not
Zhichao,
What's your recommendation regarding this?
Back to your 2nd question, drivers/applications consuming UefiDevicePathLibOptionalDevicePathProtocol
can firstly use the firmware built-in
Zhichao,
What's your recommendation regarding this?
Back to your 2nd question, drivers/applications consuming UefiDevicePathLibOptionalDevicePathProtocol
can firstly use the firmware built-in
|
By
Ni, Ray
·
#227
·
|
|
[RFC] BZ 2298 MdePkg/DevicePathLib merger or not
HI all,
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2298
In the MdePkg, there are two folder for the DevicePathLib:
1. MdePkg\Library\UefiDevicePathLib
2.
HI all,
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2298
In the MdePkg, there are two folder for the DevicePathLib:
1. MdePkg\Library\UefiDevicePathLib
2.
|
By
Gao, Zhichao
·
#226
·
|
|
Re: Unified API for Hashing Algorithms in EDK2
Thanks, Mike!
I was in the process of sending out the review, so, went ahead and blasted the review email. I will look at your suggestions in the meantime.
~ Amol
Thanks, Mike!
I was in the process of sending out the review, so, went ahead and blasted the review email. I will look at your suggestions in the meantime.
~ Amol
|
By
Sukerkar, Amol N
·
#225
·
|
|
Re: Unified API for Hashing Algorithms in EDK2
Amol,
All the APIs are available from BaseCryptLib. I agree
that implementations of HashLib on top of other crypto
libs would require a different implementation of the
library instance and if all
Amol,
All the APIs are available from BaseCryptLib. I agree
that implementations of HashLib on top of other crypto
libs would require a different implementation of the
library instance and if all
|
By
Michael D Kinney
·
#224
·
|
|
Re: Unified API for Hashing Algorithms in EDK2
Hi Mike,
In my proposal, only the API that is selected by PcdSystemHashPolicy will be registered and it will not matter whether other hashing algorithms are supported or not. Whereas, in your
Hi Mike,
In my proposal, only the API that is selected by PcdSystemHashPolicy will be registered and it will not matter whether other hashing algorithms are supported or not. Whereas, in your
|
By
Sukerkar, Amol N
·
#223
·
|
|
Re: Unified API for Hashing Algorithms in EDK2
Amol,
Your style requires bigger source changes to exiting modules
to switch from BaseCryptLib to HashLib.
Your style also required a loop to search for matching API
on every call. Mine will
Amol,
Your style requires bigger source changes to exiting modules
to switch from BaseCryptLib to HashLib.
Your style also required a loop to search for matching API
on every call. Mine will
|
By
Michael D Kinney
·
#222
·
|
|
Re: Unified API for Hashing Algorithms in EDK2
Thanks, Mike!
Based on your suggestion below and keeping in line with our implementation, I would like to recommend the following changes. I will make those and upload for review:
The PCD defined
Thanks, Mike!
Based on your suggestion below and keeping in line with our implementation, I would like to recommend the following changes. I will make those and upload for review:
The PCD defined
|
By
Sukerkar, Amol N
·
#221
·
|