|
Re: [PATCH V4 29/31] UefiCpuPkg: Setting initial-count register as the last step
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#84885
·
|
|
Re: [PATCH V4 28/31] OvmfPkg: Rename XenTimerDxe to LocalApicTimerDxe
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#84884
·
|
|
Re: [PATCH V4 27/31] OvmfPkg: Update IoMmuDxe to support TDX
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#84883
·
|
|
Re: [PATCH V4 26/31] OvmfPkg/QemuFwCfgLib: Support Tdx in QemuFwCfgDxe
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
|
By
Gerd Hoffmann
·
#84882
·
|
|
Re: [PATCH V4 25/31] OvmfPkg/BaseMemEncryptTdxLib: Add TDX helper library
Can we move most of the code to a (x64) page table library instead of
cut+pasting like this, please?
Brijesh: BaseMemEncryptSevLib is in the same boat.
take care,
Gerd
Can we move most of the code to a (x64) page table library instead of
cut+pasting like this, please?
Brijesh: BaseMemEncryptSevLib is in the same boat.
take care,
Gerd
|
By
Gerd Hoffmann
·
#84881
·
|
|
Re: [PATCH V4 24/31] OvmfPkg: Add TdxDxe driver
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
|
By
Gerd Hoffmann
·
#84880
·
|
|
Re: [PATCH V4 23/31] OvmfPkg: Update AcpiPlatformDxe to alter MADT table
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
|
By
Gerd Hoffmann
·
#84879
·
|
|
Re: [PATCH V4 22/31] OvmfPkg: Update PlatformPei to support TDX
fwcfg patch adds a similar function. Can't we have a single function
somewhere, or have a #define for this check, instead of doing this
cut+paste programming?
Likewise, I've seen this before in
fwcfg patch adds a similar function. Can't we have a single function
somewhere, or have a #define for this check, instead of doing this
cut+paste programming?
Likewise, I've seen this before in
|
By
Gerd Hoffmann
·
#84878
·
|
|
Re: [PATCH v1 2/2] ArmPkg: MmCommunicationDxe: Update MM communicate input arguments checks
A bullet list like this is usually a strong hint that the patch should
be split up, and this case is no different. Please split this up into
3 separate patches so that us poor reviewers have an easier
A bullet list like this is usually a strong hint that the patch should
be split up, and this case is no different. Please split this up into
3 separate patches so that us poor reviewers have an easier
|
By
Ard Biesheuvel
·
#84877
·
|
|
Re: [PATCH edk2 v1 1/3] StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field
(+ Masahisa, Masami)
Could someone please check how this change of interpretation affects
standalone MM running on SynQuacer?
(+ Masahisa, Masami)
Could someone please check how this change of interpretation affects
standalone MM running on SynQuacer?
|
By
Ard Biesheuvel
·
#84876
·
|
|
Re: [PATCH 0/3] ArmPkg/SMBIOS: Update HII string settings for SMBIOS
<nhi@...> wrote:
Anyone care to review this?
<nhi@...> wrote:
Anyone care to review this?
|
By
Ard Biesheuvel
·
#84875
·
|
|
Re: [PATCH V4 21/31] UefiCpuPkg: Update AddressEncMask in CpuPageTable
Hmm?
With that dropped:
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
Hmm?
With that dropped:
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
|
By
Gerd Hoffmann
·
#84874
·
|
|
Re: [PATCH V4 20/31] MdeModulePkg: Add PcdTdxSharedBitMask
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#84873
·
|
|
Re: [PATCH V4 18/31] OvmfPkg: Check Tdx in QemuFwCfgPei to avoid DMA operation
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#84872
·
|
|
Re: [PATCH V4 17/31] OvmfPkg: Update Sec to support Tdx
You've zero-initialized everything above, no need to do that again.
You also can just use StartAddress1 + Length1 which uses 4k pages
anyway.
The logic is rather messy. It should become much simpler
You've zero-initialized everything above, no need to do that again.
You also can just use StartAddress1 + Length1 which uses 4k pages
anyway.
The logic is rather messy. It should become much simpler
|
By
Gerd Hoffmann
·
#84871
·
|
|
Re: [edk2-platforms PATCH 0/8] Update Arm platforms following addition of EFI_MP_SERVICES_PROTOCOL support in edk2
Acked-by: Ard Biesheuvel <ardb@...>
Acked-by: Ard Biesheuvel <ardb@...>
|
By
Ard Biesheuvel
·
#84870
·
|
|
Re: [PATCH] SecurityPkg: Debug trace package integration to enable debug message capture on all targets.
Thank you liming.
Let’s move discussion to Bugzilla.
Thank you liming.
Let’s move discussion to Bugzilla.
|
By
Yao, Jiewen
·
#84869
·
|
|
Re: [PATCH V4 15/31] OvmfPkg: Add TdxMailboxLib
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#84868
·
|
|
Re: [PATCH V4 14/31] OvmfPkg: Add IntelTdx.h in OvmfPkg/Include/IndustryStandard
Add pointer to the specs here?
take care,
Gerd
Add pointer to the specs here?
take care,
Gerd
|
By
Gerd Hoffmann
·
#84867
·
|
|
Re: [PATCH V4 13/31] UefiCpuPkg: Enable Tdx support in MpInitLib
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
|
By
Gerd Hoffmann
·
#84866
·
|