|
Re: [PATCH V9 4/4] OvmfPkg: Enable TDX in ResetVector
Hi,
No need to modify ebx here, eax should do fine.
Strictly speaking this is not correct, you are already in Flat32 mode,
so this only loads cs.
See above, there is no need to modify ebx in
Hi,
No need to modify ebx here, eax should do fine.
Strictly speaking this is not correct, you are already in Flat32 mode,
so this only loads cs.
See above, there is no need to modify ebx in
|
By
Gerd Hoffmann
·
#81805
·
|
|
Re: [PATCH V9 3/4] OvmfPkg: Add IntelTdxMetadata.asm
Hi,
Brijesh? What are your plans? Do you want use this too?
If so, then the section types need some more structure. I think best
would be reserve blocks, something like 0x00 -> 0xff common types
Hi,
Brijesh? What are your plans? Do you want use this too?
If so, then the section types need some more structure. I think best
would be reserve blocks, something like 0x00 -> 0xff common types
|
By
Gerd Hoffmann
·
#81804
·
|
|
Re: [PATCH V9 2/4] OvmfPkg: Clear WORK_AREA_GUEST_TYPE in Main.asm
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
Acked-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
|
By
Gerd Hoffmann
·
#81803
·
|
|
Re: [PATCH V9 1/4] OvmfPkg: Copy Main.asm from UefiCpuPkg to OvmfPkg's ResetVector
You should mention that this is an unmodified copy (so no functional
change) and the actual changes for tdx come as incremental patches.
With that:
Acked-by: Gerd Hoffmann <kraxel@...>
take
You should mention that this is an unmodified copy (so no functional
change) and the actual changes for tdx come as incremental patches.
With that:
Acked-by: Gerd Hoffmann <kraxel@...>
take
|
By
Gerd Hoffmann
·
#81802
·
|
|
Re: [PATCH V3 00/12] Migrate ArmVirtPkg modules to OvmfPkg
Hi package maintainers,
The review process of this patch set is almost done and please allow me to merge it because the corresponding changes on edk2-platform is also required to merge.
Ard and
Hi package maintainers,
The review process of this patch set is almost done and please allow me to merge it because the corresponding changes on edk2-platform is also required to merge.
Ard and
|
By
Abner Chang
·
#81801
·
|
|
Re: [PATCH] MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleList
Hi Hua,
One minor comment inline, please check.
Thanks,
Dandan
Hi Hua,
One minor comment inline, please check.
Thanks,
Dandan
|
By
Dandan Bi
·
#81800
·
|
|
[Patch V4 1/1] BaseTools: Change RealPath to AbsPath
Currently the realpath is used when parse modules, which shows the
path with a drive letter in build log. In Windows 'subst' comand is
used to associates a path with a drive letter, when use the
Currently the realpath is used when parse modules, which shows the
path with a drive letter in build log. In Windows 'subst' comand is
used to associates a path with a drive letter, when use the
|
By
Yuwei Chen
·
#81799
·
|
|
Re: [PATCH v9 1/1] MdePkg/BaseLib: Add QuickSort function on BaseLib
@Liming Gao and @Kinney, Michael D
May I get one of yours help for the reviewed from MdePkg maintainer side ?
Have any concern, please also share for me.
Thanks,
Ian Kuo
@Liming Gao and @Kinney, Michael D
May I get one of yours help for the reviewed from MdePkg maintainer side ?
Have any concern, please also share for me.
Thanks,
Ian Kuo
|
By
IanX Kuo
·
#81798
·
|
|
[PATCH V9 4/4] OvmfPkg: Enable TDX in ResetVector
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology
that extends Virtual Machines Extensions (VMX) and Multi-Key Total
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology
that extends Virtual Machines Extensions (VMX) and Multi-Key Total
|
By
Min Xu
·
#81797
·
|
|
[PATCH V9 1/4] OvmfPkg: Copy Main.asm from UefiCpuPkg to OvmfPkg's ResetVector
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Previously OvmfPkg/ResetVector uses the Main.asm in
UefiCpuPkg/ReseteVector/Vtf0. In this Main.asm there is only Main16
entry point.
This
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Previously OvmfPkg/ResetVector uses the Main.asm in
UefiCpuPkg/ReseteVector/Vtf0. In this Main.asm there is only Main16
entry point.
This
|
By
Min Xu
·
#81796
·
|
|
[PATCH V9 0/4] Add Intel TDX support in OvmfPkg/ResetVector
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology
that extends Virtual Machines Extensions (VMX) and Multi-Key Total
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Intel's Trust Domain Extensions (Intel TDX) refers to an Intel technology
that extends Virtual Machines Extensions (VMX) and Multi-Key Total
|
By
Min Xu
·
#81795
·
|
|
[PATCH V9 3/4] OvmfPkg: Add IntelTdxMetadata.asm
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
In TDX when host VMM creates a new guest TD, some initial set of
TD-private pages are added using the TDH.MEM.PAGE.ADD function. These
pages
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
In TDX when host VMM creates a new guest TD, some initial set of
TD-private pages are added using the TDH.MEM.PAGE.ADD function. These
pages
|
By
Min Xu
·
#81794
·
|
|
[PATCH V9 2/4] OvmfPkg: Clear WORK_AREA_GUEST_TYPE in Main.asm
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Previously WORK_AREA_GUEST_TYPE was cleared in SetCr3ForPageTables64.
This is workable for Legacy guest and SEV guest. But it doesn't
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429
Previously WORK_AREA_GUEST_TYPE was cleared in SetCr3ForPageTables64.
This is workable for Legacy guest and SEV guest. But it doesn't
|
By
Min Xu
·
#81793
·
|
|
[Patch V3 1/1] BaseTools: Change RealPath to AbsPath
Currently the realpath is used when parse modules, which shows the
path with a drive letter in build log. In Windows 'subst' comand is
used to associates a path with a drive letter, when use the
Currently the realpath is used when parse modules, which shows the
path with a drive letter in build log. In Windows 'subst' comand is
used to associates a path with a drive letter, when use the
|
By
Yuwei Chen
·
#81792
·
|
|
回复: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 10/12/2021
#cal-reminder
Hi, all
The following issues will be reviewed this week.
3683
EDK2
Code
unassigned@...
UNCO
Microcode must be measured by
Hi, all
The following issues will be reviewed this week.
3683
EDK2
Code
unassigned@...
UNCO
Microcode must be measured by
|
By
gaoliming
·
#81791
·
|
|
Re: [PATCH v9 1/1] MdePkg/BaseLib: Add QuickSort function on BaseLib
Reviewed-by: Ray Ni <ray.ni@...>
Ian, please take the approval from maintainers of MdePkg as the formal approval.
Thanks,
Ray
Reviewed-by: Ray Ni <ray.ni@...>
Ian, please take the approval from maintainers of MdePkg as the formal approval.
Thanks,
Ray
|
By
Ni, Ray
·
#81790
·
|
|
Re: [edk2-platforms: PATCH v3 0/9] MinPlatformPkg: Support FSP 2.3 FSP_NON_VOLATILE_STORAGE_HOB2.
The "VariableReadLib.*BaseVariableReadLibNull.inf" belongs in edk2-platforms\Platform\Intel\MinPlatformPkg\Include\Dsc\CorePeiLib.dsc. The purpose of the common include is so we can make the same
The "VariableReadLib.*BaseVariableReadLibNull.inf" belongs in edk2-platforms\Platform\Intel\MinPlatformPkg\Include\Dsc\CorePeiLib.dsc. The purpose of the common include is so we can make the same
|
By
Oram, Isaac W
·
#81789
·
|
|
Re: [edk2-platforms: PATCH v3 6/9] TigerlakeOpenBoardPkg: Use same variable name for FspNvsHob.
Reviewed-by: Heng Luo <heng.luo@...>
Reviewed-by: Heng Luo <heng.luo@...>
|
By
Heng Luo
·
#81788
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 10/12/2021
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
10/12/2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
10/12/2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#81787
·
|
|
[PATCH] Test comit please ignore this message.
From: Joseph Hemann <Joseph.hemann@...>
Signed-off-by: Joseph Hemann <Joseph.hemann@...>
Change-Id: I11d8af6f1db0206019bd00c53c89b68323a295f7
---
patchtest | 1 +
1 file changed, 1
From: Joseph Hemann <Joseph.hemann@...>
Signed-off-by: Joseph Hemann <Joseph.hemann@...>
Change-Id: I11d8af6f1db0206019bd00c53c89b68323a295f7
---
patchtest | 1 +
1 file changed, 1
|
By
Joseph Hemann
·
#81786
·
|