|
[PATCH v4 5/5] OvmfPkg: plug DxeTpmMeasureBootLib into SecurityStubDxe
From: Marc-André Lureau <marcandre.lureau@...>
Mirrors TPM 2.0 commit d5a002aba0aa ("OvmfPkg: plug
DxeTpm2MeasureBootLib into SecurityStubDxe", 2018-03-09)
Signed-off-by: Marc-André Lureau
From: Marc-André Lureau <marcandre.lureau@...>
Mirrors TPM 2.0 commit d5a002aba0aa ("OvmfPkg: plug
DxeTpm2MeasureBootLib into SecurityStubDxe", 2018-03-09)
Signed-off-by: Marc-André Lureau
|
By
marcandre.lureau@...
·
#54898
·
|
|
[PATCH v4 3/5] OvmfPkg: include TcgPei module
From: Marc-André Lureau <marcandre.lureau@...>
Mirrors TPM 2.0 commit 4672a4892867 ("OvmfPkg: include Tcg2Pei
module", 2018-03-09).
Signed-off-by: Marc-André Lureau
From: Marc-André Lureau <marcandre.lureau@...>
Mirrors TPM 2.0 commit 4672a4892867 ("OvmfPkg: include Tcg2Pei
module", 2018-03-09).
Signed-off-by: Marc-André Lureau
|
By
marcandre.lureau@...
·
#54897
·
|
|
[PATCH v4 2/5] OvmfPkg: detect TPM 1.2 in Tcg2ConfigPei
From: Marc-André Lureau <marcandre.lureau@...>
Complement commit 6cf1880fb5b ("OvmfPkg: add customized Tcg2ConfigPei
clone", 2018-03-09) by detecting TPM 1.2 devices.
Since
From: Marc-André Lureau <marcandre.lureau@...>
Complement commit 6cf1880fb5b ("OvmfPkg: add customized Tcg2ConfigPei
clone", 2018-03-09) by detecting TPM 1.2 devices.
Since
|
By
marcandre.lureau@...
·
#54896
·
|
|
[PATCH v4 1/5] OvmfPkg: rename TPM2 config prefix to TPM
From: Marc-André Lureau <marcandre.lureau@...>
A following patch is going to use the same configuration for TPM1.2
and TPM2.0, and it's simpler to support both than
From: Marc-André Lureau <marcandre.lureau@...>
A following patch is going to use the same configuration for TPM1.2
and TPM2.0, and it's simpler to support both than
|
By
marcandre.lureau@...
·
#54895
·
|
|
[PATCH v4 0/5] Ovmf: enable TPM 1.2
From: Marc-André Lureau <marcandre.lureau@...>
Hi,
The following patches add basic TPM 1.2 support for Ovmf/QEMU.
Tested successfully Win10 with TIS/TPM 1.2 & CRB/TPM 2.0 passthrough,
and
From: Marc-André Lureau <marcandre.lureau@...>
Hi,
The following patches add basic TPM 1.2 support for Ovmf/QEMU.
Tested successfully Win10 with TIS/TPM 1.2 & CRB/TPM 2.0 passthrough,
and
|
By
marcandre.lureau@...
·
#54894
·
|
|
Re: [PATCH 1/2] UefiCpuPkg: LocalApicLib: Export StandardSignatureIsAuthenticAMD function
By
Duran, Leo <leo.duran@...>
·
#54893
·
|
|
Re: [PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib
By
Duran, Leo <leo.duran@...>
·
#54892
·
|
|
Re: [edk2-platforms] [PATCH 1/2] CoffeelakeSiliconPkg: Add Missing GUID
Hi Chasel,
No specific BZ was filed for the missing GUID issue, though reported on this mailing list.
Thanks
Prince
Hi Chasel,
No specific BZ was filed for the missing GUID issue, though reported on this mailing list.
Thanks
Prince
|
By
Agyeman, Prince
·
#54891
·
|
|
Re: [PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib
Hi Leo,
the issue will clearly be fixed, the question is: when.
Edk2 is now in hard feature freeze for the upcoming edk2-stable202002
tag. See the schedule and the definitions
Hi Leo,
the issue will clearly be fixed, the question is: when.
Edk2 is now in hard feature freeze for the upcoming edk2-stable202002
tag. See the schedule and the definitions
|
By
Laszlo Ersek
·
#54890
·
|
|
Re: [PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib
I think a global flag is justified; in the above approach,
"IsValidPlatformId" would not vary across "ProcessorNumber", so it does
look like useless generality.
Thanks
Laszlo
I think a global flag is justified; in the above approach,
"IsValidPlatformId" would not vary across "ProcessorNumber", so it does
look like useless generality.
Thanks
Laszlo
|
By
Laszlo Ersek
·
#54889
·
|
|
Re: [PATCH 1/2] UefiCpuPkg: LocalApicLib: Export StandardSignatureIsAuthenticAMD function
makes sense, thanks.
Laszlo
makes sense, thanks.
Laszlo
|
By
Laszlo Ersek
·
#54888
·
|
|
Re: [PATCH v3 6/6] OvmfPkg: add TCG Configuration menu to the Device Manager menu
Hi
I agree, I'll drop it for now. It can be added later.
Thanks
Hi
I agree, I'll drop it for now. It can be added later.
Thanks
|
By
Marc-André Lureau
·
#54887
·
|
|
Re: [PATCH edk2-stable202002] OvmfPkg/QemuVideoDxe: unbreak "secondary-vga" and "bochs-display" support
OK.
I think I had some misunderstanding here.
Thanks a lot for the full explanation.
Hopefully it will help others too :)
Now that I understand your patch:
Reviewed-by: Philippe Mathieu-Daude
OK.
I think I had some misunderstanding here.
Thanks a lot for the full explanation.
Hopefully it will help others too :)
Now that I understand your patch:
Reviewed-by: Philippe Mathieu-Daude
|
By
Philippe Mathieu-Daudé <philmd@...>
·
#54886
·
|
|
Re: [PATCH v3 2/6] OvmfPkg: detect TPM 1.2 in Tcg2ConfigPei
Reviewed-by: Stefan Berger <stefanb@...>
Reviewed-by: Stefan Berger <stefanb@...>
|
By
Stefan Berger
·
#54885
·
|
|
[PATCH 3/3] ArmPkg/ArmLib: ASSERT on set/way cache ops being used with MMU on
On ARMv7 and up, doing cache maintenance by set/way is only
permitted in the context of on/offlining a core, and any other
uses should be avoided. Add ASSERT()s in the right place to
ensure that any
On ARMv7 and up, doing cache maintenance by set/way is only
permitted in the context of on/offlining a core, and any other
uses should be avoided. Add ASSERT()s in the right place to
ensure that any
|
By
Ard Biesheuvel
·
#54884
·
|
|
[PATCH 2/3] ArmPkg/ArmLib: remove bogus protocol declaration
ArmLib is a BASE type library, which should not depend or
even be aware on DXE type protocols. So drop the reference
to gEfiCpuArchProtocolGuid.
Signed-off-by: Ard Biesheuvel
ArmLib is a BASE type library, which should not depend or
even be aware on DXE type protocols. So drop the reference
to gEfiCpuArchProtocolGuid.
Signed-off-by: Ard Biesheuvel
|
By
Ard Biesheuvel
·
#54883
·
|
|
[PATCH 1/3] ArmPkg/ArmLib: clean up library includes
Suspiciously, ArmLib's INF does not contain a [LibraryClasses]
section at all, but it turns out that all the library includes
it contains (except for ArmLib.h itself) are actually bogus so
let's just
Suspiciously, ArmLib's INF does not contain a [LibraryClasses]
section at all, but it turns out that all the library includes
it contains (except for ArmLib.h itself) are actually bogus so
let's just
|
By
Ard Biesheuvel
·
#54882
·
|
|
[PATCH 0/3] ArmPkg/ArmLib: ASSERT() on misuse of set/way ops
Talking to Leif on IRC, we decided that deprecating cache maintenance
by set/way, as I proposed in the series I just sent out [0] may be too
strict, especially considering that some v7 based
Talking to Leif on IRC, we decided that deprecating cache maintenance
by set/way, as I proposed in the series I just sent out [0] may be too
strict, especially considering that some v7 based
|
By
Ard Biesheuvel
·
#54881
·
|
|
[PATCH edk2-platforms 1/1] Silicon/SynQuacer/NetsecDxe: add missing GUID reference
Add a GUID reference that the NETSEC driver depends on, but does not
declare, and therefore gets satisfied transitively by ArmLib. That
ArmLib reference will be dropped so fix NetSec
Add a GUID reference that the NETSEC driver depends on, but does not
declare, and therefore gets satisfied transitively by ArmLib. That
ArmLib reference will be dropped so fix NetSec
|
By
Ard Biesheuvel
·
#54880
·
|
|
[PATCH 1/1] ArmPkg/MmCommunicationDxe: fix logic bug in DXE driver entrypoint
Commit 2fe25a74d6fee3c2 ("ArmPkg/MmCommunicationDxe: relay architected PI
events to MM context") update the ARM specific standalone MM client
driver to register for certain events in the entrypoint
Commit 2fe25a74d6fee3c2 ("ArmPkg/MmCommunicationDxe: relay architected PI
events to MM context") update the ARM specific standalone MM client
driver to register for certain events in the entrypoint
|
By
Ard Biesheuvel
·
#54879
·
|