|
Re: [PATCH 1/2] UefiCpuPkg: LocalApicLib: Export StandardSignatureIsAuthenticAMD function
Hi Eric,
I added EFIAPI as the function is now intended to be called externally, as a member of "LocalApicLib".
And to that end I added the function prototype in
Hi Eric,
I added EFIAPI as the function is now intended to be called externally, as a member of "LocalApicLib".
And to that end I added the function prototype in
|
By
Duran, Leo <leo.duran@...>
·
#54858
·
|
|
[PATCH v3 6/6] OvmfPkg: add TCG Configuration menu to the Device Manager menu
From: Marc-André Lureau <marcandre.lureau@...>
Matches TPM 2.0 commit 3103389043bd ("OvmfPkg: Add TCG2 Configuration
menu to the Device Manager menu", 2019-02-11).
Signed-off-by: Marc-André
From: Marc-André Lureau <marcandre.lureau@...>
Matches TPM 2.0 commit 3103389043bd ("OvmfPkg: Add TCG2 Configuration
menu to the Device Manager menu", 2019-02-11).
Signed-off-by: Marc-André
|
By
marcandre.lureau@...
·
#54857
·
|
|
[PATCH v3 5/6] 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@...
·
#54856
·
|
|
[PATCH v3 1/6] 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@...
·
#54855
·
|
|
[PATCH v3 0/6] 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@...
·
#54854
·
|
|
Re: [PATCH 1/2] UefiCpuPkg: LocalApicLib: Export StandardSignatureIsAuthenticAMD function
Indeed I noticed that too. I figured this change -- moving the code
around, beyond purely making it public -- was intentional. I assumed the
new position of the function within the source code made
Indeed I noticed that too. I figured this change -- moving the code
around, beyond purely making it public -- was intentional. I assumed the
new position of the function within the source code made
|
By
Laszlo Ersek
·
#54853
·
|
|
[PATCH 6/6] ArmPkg/ArmLib: deprecate set/way cache maintenance routines
Cache maintenance on ARMv7 systems and up should be done by virtual
address if the purpose is to manage the cached state of contents of
memory. Set/way operations are only intended to maintain the
Cache maintenance on ARMv7 systems and up should be done by virtual
address if the purpose is to manage the cached state of contents of
memory. Set/way operations are only intended to maintain the
|
By
Ard Biesheuvel
·
#54852
·
|
|
[PATCH 5/6] ArmPkg/ArmLib: move set/way helper functions into private header
The clean/invalidate helper functions that operate on a single cache
line identified by set, way and level in a special, architected format
are only used by the implementations of the clean/invalidate
The clean/invalidate helper functions that operate on a single cache
line identified by set, way and level in a special, architected format
are only used by the implementations of the clean/invalidate
|
By
Ard Biesheuvel
·
#54851
·
|
|
[PATCH 4/6] ArmPkg/ArmMmuLib AARCH64: cache-invalidate initial page table entries
In the AARCH64 version of ArmMmuLib, we are currently relying on
set/way invalidation to ensure that the caches are in a consistent
state with respect to main memory once we turn the MMU on. Even
In the AARCH64 version of ArmMmuLib, we are currently relying on
set/way invalidation to ensure that the caches are in a consistent
state with respect to main memory once we turn the MMU on. Even
|
By
Ard Biesheuvel
·
#54850
·
|
|
[PATCH 3/6] ArmPkg/ArmMmuLib ARM: cache-invalidate initial page table entries
In the ARM version of ArmMmuLib, we are currently relying on set/way
invalidation to ensure that the caches are in a consistent state with
respect to main memory once we turn the MMU on. Even if
In the ARM version of ArmMmuLib, we are currently relying on set/way
invalidation to ensure that the caches are in a consistent state with
respect to main memory once we turn the MMU on. Even if
|
By
Ard Biesheuvel
·
#54849
·
|
|
[PATCH 2/6] ArmPkg/ArmMmuLib ARM: split ArmMmuLibCore.c into core and update code
Unlike the AArch64 implementation of ArmMmuLib, which combines the
initial page table population code with the code that runs at later
stages to manage permission attributes in the page tables, ARM
Unlike the AArch64 implementation of ArmMmuLib, which combines the
initial page table population code with the code that runs at later
stages to manage permission attributes in the page tables, ARM
|
By
Ard Biesheuvel
·
#54848
·
|
|
[PATCH 1/6] ArmPkg/ArmMmuLib ARM: remove dummy constructor
Make the CONSTRUCTOR define in the .INF AARCH64 only, so we can drop
the empty stub that exists for ARM.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@...>
---
Make the CONSTRUCTOR define in the .INF AARCH64 only, so we can drop
the empty stub that exists for ARM.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@...>
---
|
By
Ard Biesheuvel
·
#54847
·
|
|
[PATCH 0/6] ArmPkg: eradicate and deprecate by set/way cache ops
As it turns out, there were still some instances of set/way ops left in
the core code, in ArmMmuLib to be precise.
This series fixes ArmMmuLib to perform the appropriate cache invalidation
when
As it turns out, there were still some instances of set/way ops left in
the core code, in ArmMmuLib to be precise.
This series fixes ArmMmuLib to perform the appropriate cache invalidation
when
|
By
Ard Biesheuvel
·
#54846
·
|
|
Re: A problem with live migration of UEFI virtual machines
Hi Andrew,
With live migration, the running guest doesn't notice anything. This is
a general requirement for live migration (regardless of UEFI or flash).
You are very correct to ask about
Hi Andrew,
With live migration, the running guest doesn't notice anything. This is
a general requirement for live migration (regardless of UEFI or flash).
You are very correct to ask about
|
By
Laszlo Ersek
·
#54845
·
|
|
Re: [edk2-platforms] [PATCH 2/2] CoffeelakeSiliconPkg: Add Missing Library
Hi Prince,
Please see my comments below inline.
Hi Prince,
Please see my comments below inline.
|
By
Chiu, Chasel
·
#54844
·
|
|
Re: [edk2-platforms] [PATCH 1/2] CoffeelakeSiliconPkg: Add Missing GUID
Please add BZ in commit message, with this update: Reviewed-by: Chasel Chiu <chasel.chiu@...>
Please add BZ in commit message, with this update: Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#54843
·
|
|
Re: [PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib
Leo:
Now, we enter into Hard Feature Freeze phase until edk2-stable202002 tag is created at 2020-02-28. Only critical bug fix is still allowed.
Do you request to catch this fix into this stable
Leo:
Now, we enter into Hard Feature Freeze phase until edk2-stable202002 tag is created at 2020-02-28. Only critical bug fix is still allowed.
Do you request to catch this fix into this stable
|
By
Liming Gao
·
#54842
·
|
|
Re: [PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib
Leo,
You are saying that PlatformId MSR access is not performed by CPU in old code because of the zero size uCode.
But now with Hao or Siyuan's change, the PlatformId MSR access is always performed
Leo,
You are saying that PlatformId MSR access is not performed by CPU in old code because of the zero size uCode.
But now with Hao or Siyuan's change, the PlatformId MSR access is always performed
|
By
Ni, Ray
·
#54841
·
|
|
Re: [PATCH 2/2] UefiCpuPkg: MpInitLib: Exclude code no pertinent to AMD processors.
Acked-by: Siyuan Fu <siyuan.fu@...>
Acked-by: Siyuan Fu <siyuan.fu@...>
|
By
Siyuan, Fu
·
#54840
·
|
|
Re: [PATCH 2/2] UefiCpuPkg: MpInitLib: Exclude code no pertinent to AMD processors.
+ Hao Wu and Siyuan Fu for review.
+ Hao Wu and Siyuan Fu for review.
|
By
Ni, Ray
·
#54839
·
|