|
Re: Unified API for Hashing Algorithms in EDK2
Nate and Amol,
There is some work already started by Sean and Matt that implements a
PEIM, DXE Driver, and SMM Driver to produce Protocol/PPI that wraps the
BaseCryptLib services. This content
Nate and Amol,
There is some work already started by Sean and Matt that implements a
PEIM, DXE Driver, and SMM Driver to produce Protocol/PPI that wraps the
BaseCryptLib services. This content
|
By
Michael D Kinney
·
#196
·
|
|
Re: Unified API for Hashing Algorithms in EDK2
Hi Amol,
With regard to verifying code hashes, it makes much more sense to me to have a GUID defined that represents the hash function to use versus a PCD. The reason for this is the method for
Hi Amol,
With regard to verifying code hashes, it makes much more sense to me to have a GUID defined that represents the hash function to use versus a PCD. The reason for this is the method for
|
By
Nate DeSimone
·
#195
·
|
|
Unified API for Hashing Algorithms in EDK2
Hello,
Currently the UEFI drivers using the SHA/SM3 hashing algorithms use hard-coded API to calculate the hash, such as, sha_256(...), etc. Since SHA384 and/or SM3 are being increasingly adopted, it
Hello,
Currently the UEFI drivers using the SHA/SM3 hashing algorithms use hard-coded API to calculate the hash, such as, sha_256(...), etc. Since SHA384 and/or SM3 are being increasingly adopted, it
|
By
Sukerkar, Amol N
·
#194
·
|
|
Re: UEFI accessibility mandate
Hi Ethin
I think you have entered the community after the code was sent at this
discussion.
Attached the latest code we have received from Andrew. Not sure if this is
really the latest version, but
Hi Ethin
I think you have entered the community after the code was sent at this
discussion.
Attached the latest code we have received from Andrew. Not sure if this is
really the latest version, but
|
By
Rafael Machado <rafaelrodrigues.machado@...>
·
#193
·
|
|
Re: UEFI accessibility mandate
This is incredible progress! I'd love to help where I can when you
release the src.
--
Signed,
Ethin D. Probst
This is incredible progress! I'd love to help where I can when you
release the src.
--
Signed,
Ethin D. Probst
|
By
Ethin Probst
·
#192
·
|
|
Re: UEFI accessibility mandate
Ethin,
I've made progress using the EmulatorPkg. I've ported my test C command line application into the EmulatorPkg Host (OS C command line application part of the EmulatorPkg), so the the host now
Ethin,
I've made progress using the EmulatorPkg. I've ported my test C command line application into the EmulatorPkg Host (OS C command line application part of the EmulatorPkg), so the the host now
|
By
Andrew Fish <afish@...>
·
#191
·
|
|
Re: UEFI accessibility mandate
Hi Ethin
I think you can start by studying the EmulatorPkg at the edk2 repository.
Try to compile and use it, and after that you could try the software
developed by Andrew to check if it works
Hi Ethin
I think you can start by studying the EmulatorPkg at the edk2 repository.
Try to compile and use it, and after that you could try the software
developed by Andrew to check if it works
|
By
Rafael Machado <rafaelrodrigues.machado@...>
·
#190
·
|
|
Re: UEFI accessibility mandate
Has there been any progress on this? I wish I could help, but I have
no experience in developing for EDK2...
--
Signed,
Ethin D. Probst
Has there been any progress on this? I wish I could help, but I have
no experience in developing for EDK2...
--
Signed,
Ethin D. Probst
|
By
Ethin Probst
·
#189
·
|
|
Re: [edk2-devel] [Qemu-devel] [PATCH 1/2] q35: implement 128K SMRAM at default SMBASE address
Thanks. Can you please write a QEMU patch for the ACPI generator such
that hotplugging a VCPU writes value 4 to IO port 0xB2?
That will allow me to experiment with OVMF.
(I can experiment with some
Thanks. Can you please write a QEMU patch for the ACPI generator such
that hotplugging a VCPU writes value 4 to IO port 0xB2?
That will allow me to experiment with OVMF.
(I can experiment with some
|
By
Laszlo Ersek
·
#188
·
|
|
Re: [edk2-devel] [RFC] EDK II Continuous Integration Phase 1
Rebecca,
I have not setup or integrated a Doxygen build as part of this. I think that is something that should happen and it should be done by a cloud build on a regular cadence but is independent
Rebecca,
I have not setup or integrated a Doxygen build as part of this. I think that is something that should happen and it should be done by a cloud build on a regular cadence but is independent
|
By
Sean
·
#187
·
|
|
Re: [edk2-devel] [Qemu-devel] [PATCH 1/2] q35: implement 128K SMRAM at default SMBASE address
"Laszlo Ersek" <lersek@...> wrote:
yep, you can use it to iterate over hotplugged CPUs.
hw side (QEMU) uses cpu_hotplug_ops as IO write/read handlers
and firmware side (ACPI) scannig for
"Laszlo Ersek" <lersek@...> wrote:
yep, you can use it to iterate over hotplugged CPUs.
hw side (QEMU) uses cpu_hotplug_ops as IO write/read handlers
and firmware side (ACPI) scannig for
|
By
Igor Mammedov <imammedo@...>
·
#186
·
|
|
Re: [edk2-devel] [RFC] EDK II Continuous Integration Phase 1
Do you have a location set up for where you'll publish the results of
the Doxygen builds?
--
Rebecca Cran
Do you have a location set up for where you'll publish the results of
the Doxygen builds?
--
Rebecca Cran
|
By
rebecca@...
·
#185
·
|
|
Re: [edk2-devel] [RFC] EDK II Continuous Integration Phase 1
All,
Phase 1 CI content ready for full review and I would propose that if no additional comments this RFC can be completed.
Master branch of my edk2 fork located
All,
Phase 1 CI content ready for full review and I would propose that if no additional comments this RFC can be completed.
Master branch of my edk2 fork located
|
By
Sean
·
#184
·
|
|
Re: [edk2-devel] [Qemu-devel] [PATCH 1/2] q35: implement 128K SMRAM at default SMBASE address
Based on "docs/specs/acpi_cpu_hotplug.txt", this seems to boil down to a
bunch of IO port accesses at base 0x0cd8.
Is that correct?
I'm confused about the details. In two categories:
(1) what values
Based on "docs/specs/acpi_cpu_hotplug.txt", this seems to boil down to a
bunch of IO port accesses at base 0x0cd8.
Is that correct?
I'm confused about the details. In two categories:
(1) what values
|
By
Laszlo Ersek
·
#183
·
|
|
Re: UEFI accessibility mandate
Incredible!
I will find some time to try it at linux on the following weeks.
Thanks for the effort Andrew!
Rafael R. Machado
Em seg, 30 de set de 2019 às 22:18, Andrew Fish <afish@...>
Incredible!
I will find some time to try it at linux on the following weeks.
Thanks for the effort Andrew!
Rafael R. Machado
Em seg, 30 de set de 2019 às 22:18, Andrew Fish <afish@...>
|
By
Rafael Machado <rafaelrodrigues.machado@...>
·
#182
·
|
|
Re: UEFI accessibility mandate
Rafael,
I made a little progress this weekend watching American Football on TV, and I had some time on an airplane today to add some comments.
I wrote a simple C command line program that does
Rafael,
I made a little progress this weekend watching American Football on TV, and I had some time on an airplane today to add some comments.
I wrote a simple C command line program that does
|
By
Andrew Fish <afish@...>
·
#181
·
|
|
Re: UEFI accessibility mandate
Hi Andrew
As you have mentioned:
" I might find some time to try to get the EmulatorPkg mocking working."
Answer: This would be amazing! Thanks for trying to help!
The plan is to try to get some
Hi Andrew
As you have mentioned:
" I might find some time to try to get the EmulatorPkg mocking working."
Answer: This would be amazing! Thanks for trying to help!
The plan is to try to get some
|
By
Rafael Machado <rafaelrodrigues.machado@...>
·
#180
·
|
|
Re: [edk2-devel] [Qemu-devel] [PATCH 1/2] q35: implement 128K SMRAM at default SMBASE address
below
By
Yao, Jiewen
·
#179
·
|
|
Re: [edk2-devel] [Qemu-devel] [PATCH 1/2] q35: implement 128K SMRAM at default SMBASE address
"Laszlo Ersek" <lersek@...> wrote:
we can try to resurrect and put over it some kind of protocol
to describe which CPUs to where hotplugged.
or we could put a parameter into SMI status
"Laszlo Ersek" <lersek@...> wrote:
we can try to resurrect and put over it some kind of protocol
to describe which CPUs to where hotplugged.
or we could put a parameter into SMI status
|
By
Igor Mammedov <imammedo@...>
·
#178
·
|
|
Re: [edk2-devel] [Qemu-devel] [PATCH 1/2] q35: implement 128K SMRAM at default SMBASE address
Hi Igor,
Considering the plan at [1], the two patch sets [2] [3] should cover
step (01); at least as proof of concept.
[1] [edk2-devel] CPU hotplug using SMM with QEMU+OVMF
Hi Igor,
Considering the plan at [1], the two patch sets [2] [3] should cover
step (01); at least as proof of concept.
[1] [edk2-devel] CPU hotplug using SMM with QEMU+OVMF
|
By
Laszlo Ersek
·
#177
·
|