|
Re: [PATCH V2 09/10] OvmfPkg: Update DxeAcpiTimerLib to read HostBridgeDevId in PlatformInfoHob
Hi,
Hmm, wouldn't it be better to create and use the PlatformInfo for both
PEI-based and PEI-less boot?
We would not need that kind of checks in the first place then.
take care,
Gerd
Hi,
Hmm, wouldn't it be better to create and use the PlatformInfo for both
PEI-based and PEI-less boot?
We would not need that kind of checks in the first place then.
take care,
Gerd
|
By
Gerd Hoffmann
·
#86122
·
|
|
Event: TianoCore edk2-test Bug Triage Meeting - 01/27/2022
#cal-reminder
Reminder: TianoCore edk2-test Bug Triage Meeting
When:
01/27/2022
10:00pm to 11:00pm
(UTC+08:00)
Reminder: TianoCore edk2-test Bug Triage Meeting
When:
01/27/2022
10:00pm to 11:00pm
(UTC+08:00)
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#86121
·
|
|
Re: [PATCH V2 07/10] OvmfPkg/IntelTdx: Add Sec to bring up both Legacy and Tdx guest
Quite some code duplication here ...
... and possibly more.
I think these functions should move to the new PlatformInitLib too.
take care,
Gerd
Quite some code duplication here ...
... and possibly more.
I think these functions should move to the new PlatformInitLib too.
take care,
Gerd
|
By
Gerd Hoffmann
·
#86120
·
|
|
Re: [PATCH V2 05/10] OvmfPkg: Update EFI_HOB_PLATFORM_INFO with more platform settings
With this being more widely used it doesn't make sense to have it in IntelTdx.h ...
take care,
Gerd
With this being more widely used it doesn't make sense to have it in IntelTdx.h ...
take care,
Gerd
|
By
Gerd Hoffmann
·
#86119
·
|
|
Re: [PATCH V2 03/10] OvmfPkg: Add TdxWorkArea definition
Now you have the CONFIDENTIAL_COMPUTING_WORK_AREA_HEADER twice ...
take care,
Gerd
Now you have the CONFIDENTIAL_COMPUTING_WORK_AREA_HEADER twice ...
take care,
Gerd
|
By
Gerd Hoffmann
·
#86118
·
|
|
Re: [PATCH V2 02/10] UefiCpuPkg: Add PcdTdxWorkAreaBase
Why have both PcdSevEsWorkAreaBase and PcdTdxWorkAreaBase when
we have a shared work area?
take care,
Gerd
Why have both PcdSevEsWorkAreaBase and PcdTdxWorkAreaBase when
we have a shared work area?
take care,
Gerd
|
By
Gerd Hoffmann
·
#86117
·
|
|
Re: [PATCH 0/2] Migrate ArmVirtPkg BaseCachingPciExpressLib
Given you are mostly moving code around as git noticed ...
... it doesn't make sense to split that into two patches.
Just using "git mv" instead has the additional advantage to keep the git
history
Given you are mostly moving code around as git noticed ...
... it doesn't make sense to split that into two patches.
Just using "git mv" instead has the additional advantage to keep the git
history
|
By
Gerd Hoffmann
·
#86116
·
|
|
Re: [Patch 1/1] MdeModulePkg/Bus/Pci/PciBusDxe: Support platform PCI ROM override
<michael.d.kinney@...> wrote:
Acked-by: Ard Biesheuvel <ardb@...>
<michael.d.kinney@...> wrote:
Acked-by: Ard Biesheuvel <ardb@...>
|
By
Ard Biesheuvel
·
#86115
·
|
|
Re: [PATCH V5 27/33] OvmfPkg/BaseMemEncryptTdxLib: Add TDX helper library
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#86114
·
|
|
Re: [PATCH V5 25/33] OvmfPkg: Update PlatformPei to support Tdx guest
Hi,
So, what is the plan for this with pei-less boot?
I think we should move this to PlatformInitLib, then link either into
PlatformPei or the early dxe module for pei-less boot?
take care,
Gerd
Hi,
So, what is the plan for this with pei-less boot?
I think we should move this to PlatformInitLib, then link either into
PlatformPei or the early dxe module for pei-less boot?
take care,
Gerd
|
By
Gerd Hoffmann
·
#86113
·
|
|
Re: [PATCH V5 24/33] OvmfPkg: Update PlatformInitLib to support Tdx guest
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#86112
·
|
|
Re: question: is it feasible to execute a UEFI-BIOS using x86 instructions on non-x86 platforms?
https://www.suse.com/c/revolutionizing-arm-technology-x86_64-option-rom-aarch64/
https://www.workofard.com/2020/12/aarch64-option-roms-for-amd-gpus/
https://www.suse.com/c/revolutionizing-arm-technology-x86_64-option-rom-aarch64/
https://www.workofard.com/2020/12/aarch64-option-roms-for-amd-gpus/
|
By
Andrew Fish
·
#86111
·
|
|
Re: [PATCH 1/1] EmbeddedPkg: Fix a build error in FwVol.c in X64 arch
Merged.
By
Abner Chang
·
#86110
·
|
|
Re: [PATCH 1/1] EmbeddedPkg: Fix a build error in FwVol.c in X64 arch
This is the PR: https://github.com/tianocore/edk2/pull/2444
This is the PR: https://github.com/tianocore/edk2/pull/2444
|
By
Min Xu
·
#86109
·
|
|
Re: [PATCH 1/1] EmbeddedPkg: Fix a build error in FwVol.c in X64 arch
Reviewed-by: Abner Chang <abner.chang@...>
Please create a PR (give me the link) for running Core CI, I will merge it once it gets passed through.
Thanks
Abner
Reviewed-by: Abner Chang <abner.chang@...>
Please create a PR (give me the link) for running Core CI, I will merge it once it gets passed through.
Thanks
Abner
|
By
Abner Chang
·
#86108
·
|
|
Re: [PATCH V2 01/10] EmbeddedPkg: Fix a build error in FwVol.c in X64 arch
Sure. The standalone patch is sent out.
PR: https://github.com/tianocore/edk2/pull/2444
Sure. The standalone patch is sent out.
PR: https://github.com/tianocore/edk2/pull/2444
|
By
Min Xu
·
#86107
·
|
|
[PATCH 1/1] EmbeddedPkg: Fix a build error in FwVol.c in X64 arch
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3814
CompressedDataLength is declared as UINTN which is UINT64 in X64 arch.
But the second parameter of UefiDecompressGetInfo() is declared
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3814
CompressedDataLength is declared as UINTN which is UINT64 in X64 arch.
But the second parameter of UefiDecompressGetInfo() is declared
|
By
Min Xu
·
#86106
·
|
|
Re: [Patch 1/1] MdeModulePkg/Bus/Pci/PciBusDxe: Support platform PCI ROM override
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#86105
·
|
|
Re: [PATCH] BaseTools/GenFw: Enhance to add export table in PE-COFF
Hi Michael,
Thanks for your response.
Sorry I didn't give enough context for my question, I mean the ' SizeOfInitializedData' in Optional header of PE-COFF file.
SizeOfInitializedData
The size of
Hi Michael,
Thanks for your response.
Sorry I didn't give enough context for my question, I mean the ' SizeOfInitializedData' in Optional header of PE-COFF file.
SizeOfInitializedData
The size of
|
By
Huang, Li-Xia
·
#86104
·
|
|
Re: [PATCH 1/1] BaseTools: Enable GNU make parallel jobs by default
Hi Steven,
I'd suggest appending the threads number to the --jobs FLAG. The threads number can be got via build.py ThreadNum(),
and suggest testing the incremental build functionality.
Hi Steven,
I'd suggest appending the threads number to the --jobs FLAG. The threads number can be got via build.py ThreadNum(),
and suggest testing the incremental build functionality.
|
By
Bob Feng
·
#86103
·
|