|
[PATCH V5 2/3] SecurityPkg: Support CcMeasurementProtocol in DxeTpm2MeasureBootLib
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3625
DxeTpm2MeasureBootLib supports TPM2 based measure boot. After
CcMeasurementProtocol is introduced, CC based measure boot needs to
be supported
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3625
DxeTpm2MeasureBootLib supports TPM2 based measure boot. After
CcMeasurementProtocol is introduced, CC based measure boot needs to
be supported
|
By
Min Xu
·
#83419
·
|
|
[PATCH V5 1/3] MdePkg: Introduce CcMeasurementProtocol for CC Guest firmware
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3625
CC guest is a Confidential Computing guest. If CC Guest firmware
supports measurement and an event is created, CC Guest firmware
is designed to
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3625
CC guest is a Confidential Computing guest. If CC Guest firmware
supports measurement and an event is created, CC Guest firmware
is designed to
|
By
Min Xu
·
#83418
·
|
|
[PATCH V5 0/3] Introduce CcMeasurementProtocol into EDK2
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3625
If Confidential Computing (Cc) firmware supports measurement and an
event is created, CC-Guest firmware is designed to report the event
log
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3625
If Confidential Computing (Cc) firmware supports measurement and an
event is created, CC-Guest firmware is designed to report the event
log
|
By
Min Xu
·
#83417
·
|
|
Event: TianoCore Design Meeting - APAC/NAMO - 11/12/2021
#cal-reminder
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
11/12/2021
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
11/12/2021
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#83416
·
|
|
Re: [PATCH v2 3/4] OvmfPkg: Enable physical presence interface for TPM 1.2
Fixed in v3 for microvm and Xen and Bhyve also.
You happen to know about the variable lock issue? Why does the variable need to be locked?
Thank you.
Stefan
Fixed in v3 for microvm and Xen and Bhyve also.
You happen to know about the variable lock issue? Why does the variable need to be locked?
Thank you.
Stefan
|
By
Stefan Berger
·
#83415
·
|
|
Re: [PATCH v2 16/16] ArmPlatformPkg: Resolve build errors resulting from package moves
Hey Bret,
If I understood this correctly, this fixes build issues introduced with the move patch of the same series? In that case, is there no edk2 rule that every commit must compile for the whole
Hey Bret,
If I understood this correctly, this fixes build issues introduced with the move patch of the same series? In that case, is there no edk2 rule that every commit must compile for the whole
|
By
Marvin Häuser
·
#83414
·
|
|
Re: [PATCH] UefiCpuPkg: Fix CPU stack guard support by aligning
GDT buffer
Hi Mike,
I am aware of this possibility, but it feels unnecessary ugly in my opinion. Marvin has already sent a patch alignment-related patches not so long ago[1], updating this with V3 and using as
Hi Mike,
I am aware of this possibility, but it feels unnecessary ugly in my opinion. Marvin has already sent a patch alignment-related patches not so long ago[1], updating this with V3 and using as
|
By
Vitaly Cheptsov
·
#83413
·
|
|
Re: [PATCH] UefiCpuPkg: Fix CPU stack guard support by aligning
GDT buffer
Hi Vitaly,
So IA32 CLANGPDB is likely putting the UINTT8 array global mNewGdt
on a 4-byte boundary, when it would have to be on an 8-byte boundary
to meet the GDT alignment requirements.
I would
Hi Vitaly,
So IA32 CLANGPDB is likely putting the UINTT8 array global mNewGdt
on a 4-byte boundary, when it would have to be on an 8-byte boundary
to meet the GDT alignment requirements.
I would
|
By
Michael D Kinney
·
#83412
·
|
|
Re: [PATCH] UefiCpuPkg: Fix CPU stack guard support by aligning
GDT buffer
Hi Mike,
The command is:
build -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -t CLANGPDB -b NOOPT -D DEBUG_ON_SERIAL_PORT
But I obviously needed to add
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard|TRUE
to
Hi Mike,
The command is:
build -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -t CLANGPDB -b NOOPT -D DEBUG_ON_SERIAL_PORT
But I obviously needed to add
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard|TRUE
to
|
By
Vitaly Cheptsov
·
#83411
·
|
|
[edk2-platforms][PATCH v1 2/2] Platform/RaspberryPi: Add analog audio device in ACPI
The Windows audio driver now binds to this device.
Signed-off-by: Mario Bălănică <mariobalanica02@...>
---
Platform/RaspberryPi/AcpiTables/GpuDevs.asl | 28 ++++++++++++++++++++
1 file
The Windows audio driver now binds to this device.
Signed-off-by: Mario Bălănică <mariobalanica02@...>
---
Platform/RaspberryPi/AcpiTables/GpuDevs.asl | 28 ++++++++++++++++++++
1 file
|
By
Mario Bălănică
·
#83410
·
|
|
[edk2-platforms][PATCH v1 1/2] Platform/RaspberryPi: Add support for PWM1 in ACPI
Also fix PWM0 on the Raspberry Pi 4, but we can't expose both yet.
Signed-off-by: Mario Bălănică <mariobalanica02@...>
---
Platform/RaspberryPi/AcpiTables/AcpiTables.h |
Also fix PWM0 on the Raspberry Pi 4, but we can't expose both yet.
Signed-off-by: Mario Bălănică <mariobalanica02@...>
---
Platform/RaspberryPi/AcpiTables/AcpiTables.h |
|
By
Mario Bălănică
·
#83409
·
|
|
[PATCH v3 1/1] MdeModulePkg: Add MpServicesTest application to exercise MP Services
Add a new MpServicesTest application under MdeModulePkg/Application that
exercises the EFI_MP_SERVICES_PROTOCOL.
Signed-off-by: Rebecca Cran <rebecca@...>
---
Add a new MpServicesTest application under MdeModulePkg/Application that
exercises the EFI_MP_SERVICES_PROTOCOL.
Signed-off-by: Rebecca Cran <rebecca@...>
---
|
By
Rebecca Cran <rebecca@...>
·
#83408
·
|
|
Re: [PATCH] UefiCpuPkg: Fix CPU stack guard support by aligning
GDT buffer
Hi Vitaly,
Can you please provide some details on the compiler/build command that did not align the array
correctly.
I agree that the GDT must have the correct alignment.
I do not like the idea of
Hi Vitaly,
Can you please provide some details on the compiler/build command that did not align the array
correctly.
I agree that the GDT must have the correct alignment.
I do not like the idea of
|
By
Michael D Kinney
·
#83407
·
|
|
Re: [PATCH] UefiCpuPkg: Fix CPU stack guard support by aligning
GDT buffer
Hi Leif,
I assume you mean the commit description, because the commit message is in the topic. I believe something like that would do:
CpuExceptionHandlerLib supplies misaligned GDT to the outer
Hi Leif,
I assume you mean the commit description, because the commit message is in the topic. I believe something like that would do:
CpuExceptionHandlerLib supplies misaligned GDT to the outer
|
By
Vitaly Cheptsov
·
#83406
·
|
|
Re: [PATCH] UefiCpuPkg: Fix CPU stack guard support by aligning
GDT buffer
UefiCpuPkg maintainers - please respond.
Meanwhile, Vitaly, could you please provide a commit message?
The BZ link is needed, but it's not a substitute.
/
Leif
UefiCpuPkg maintainers - please respond.
Meanwhile, Vitaly, could you please provide a commit message?
The BZ link is needed, but it's not a substitute.
/
Leif
|
By
Leif Lindholm <leif@...>
·
#83405
·
|
|
[PATCH] IntelSiliconPkg/BaseConfigBlockLib: Add function to iterate over Config Blocks
In BaseConfigBlockLib add function to get next config block from config blocks table in order to iterate over blocks of the same type.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3700
In BaseConfigBlockLib add function to get next config block from config blocks table in order to iterate over blocks of the same type.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3700
|
By
Fedorowicz, Jakub <jakub.fedorowicz@...>
·
#83404
·
|
|
Re: [PATCH 1/1] UefiCpuPkg: Extend measurement of microcode patches to TPM
Thank you Ray for your kind and patient feedbacks and advices.
I checked all 10 comments one by one and you could see my responses inline in below code change.
I am testing new patch, will send to
Thank you Ray for your kind and patient feedbacks and advices.
I checked all 10 comments one by one and you could see my responses inline in below code change.
I am testing new patch, will send to
|
By
Yang, Longlong <longlong.yang@...>
·
#83403
·
|
|
Re: [PATCH v1 07/14] DynamicTablesPkg: FdtHwInfoParser: Add GICC parser
Hi Pierre,
Please find my feedback inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] Is there a reason we are not supporting AFF3?
[SAMI] Please adjust code alignment.
[SAMI] Return directly from
Hi Pierre,
Please find my feedback inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] Is there a reason we are not supporting AFF3?
[SAMI] Please adjust code alignment.
[SAMI] Return directly from
|
By
Sami Mujawar
·
#83402
·
|
|
Re: [PATCH v1 06/14] DynamicTablesPkg: FdtHwInfoParser: Add Serial port parser
Hi Pierre,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
On 23/06/2021 01:38 PM, Pierre.Gondois@... wrote:
[SAMI] I think this needs
Hi Pierre,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
On 23/06/2021 01:38 PM, Pierre.Gondois@... wrote:
[SAMI] I think this needs
|
By
Sami Mujawar
·
#83401
·
|
|
Re: [PATCH v1 03/14] DynamicTablesPkg: FdtHwInfoParser: Add FDT utility functions
Hi Pierre,
I have a minor comment, otherwise this patch looks good to me.
Regards,
Sami Mujawar
[SAMI] I think the comment here needs to be updated.
Hi Pierre,
I have a minor comment, otherwise this patch looks good to me.
Regards,
Sami Mujawar
[SAMI] I think the comment here needs to be updated.
|
By
Sami Mujawar
·
#83400
·
|