|
Re: [PATCH 2/3] UefiPayloadPkg: Fix build on IA32
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#88286
·
|
|
Re: [Patch V3 1/2] UefiPayloadPkg: Add a new DebugPrintErrorLevelLib instance
+} UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL;
+
+#pragma pack()
+
+#define UNIVERSAL_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL_REVISION 1
Please change above macro to
+} UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL;
+
+#pragma pack()
+
+#define UNIVERSAL_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL_REVISION 1
Please change above macro to
|
By
Ni, Ray
·
#88285
·
|
|
回复: [edk2-devel] [PATCH v2 1/1] Basetools: fix gcc workaround
Christine:
Can you try the option -Wno-unknown-warning to see whether it disables the
warning about an unrecognized command line option?
Thanks
Liming
we
"-Wno-error=stringop-overflow"
Christine:
Can you try the option -Wno-unknown-warning to see whether it disables the
warning about an unrecognized command line option?
Thanks
Liming
we
"-Wno-error=stringop-overflow"
|
By
gaoliming
·
#88284
·
|
|
[GSoC 2022] Introducing myself & seeking for project ideas
Hello,
I’m Théo, a French 1st year master’s student, specialized in embedded
systems engineering. I’m interested in joining EDK II development as
part of the Google Summer of Code
Hello,
I’m Théo, a French 1st year master’s student, specialized in embedded
systems engineering. I’m interested in joining EDK II development as
part of the Google Summer of Code
|
By
Théo Jehl
·
#88283
·
|
|
Re: [PATCH V12 00/47] Enable Intel TDX in OvmfPkg (Config-A)
Thanks Min
Series: Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Thanks Min
Series: Reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#88282
·
|
|
Re: [PATCH v2 1/1] Basetools: fix gcc workaround
Since the gcc12 has the incompatible change from GCC5.4, I'd also suggest we could create a new TOOL CHAIN for gcc12.
The error reports I collected show in gcc5.4 , "-Wno-error=stringop-overflow" is
Since the gcc12 has the incompatible change from GCC5.4, I'd also suggest we could create a new TOOL CHAIN for gcc12.
The error reports I collected show in gcc5.4 , "-Wno-error=stringop-overflow" is
|
By
Yuwei Chen
·
#88281
·
|
|
回复: [edk2-devel] [PATCH v1 00/41] Add PrmPkg
Acked-by: Liming Gao <gaoliming@...>
the
from
in
valuable
is
following
series.
planned at
for
and
Samples
the
functionality
100644
Acked-by: Liming Gao <gaoliming@...>
the
from
in
valuable
is
following
series.
planned at
for
and
Samples
the
functionality
100644
|
By
gaoliming
·
#88280
·
|
|
回复: [edk2-devel] [PATCH v1 00/15] Merge UefiCpuLib to CpuLib
The change in MdePkg is good to me. Reviewed-by: Liming Gao
<gaoliming@...>
The change in MdePkg is good to me. Reviewed-by: Liming Gao
<gaoliming@...>
|
By
gaoliming
·
#88279
·
|
|
Re: [PATCH v2 1/1] Basetools: fix gcc workaround
Hi Hoffmann,
I received some reports that some platforms are using gcc5.4. With this patch, these platform builds are still broken.
Would you like to revert the original commits?
Thanks,
Christine
Hi Hoffmann,
I received some reports that some platforms are using gcc5.4. With this patch, these platform builds are still broken.
Would you like to revert the original commits?
Thanks,
Christine
|
By
Yuwei Chen
·
#88278
·
|
|
[Patch V3 2/2] UefiPayloadPkg: Consume the new added DebugPrintErrorLevelLib instance
Change the DebugPrintErrorLevelLib instance in UefiPayloadPkg.dsc to
allow bootloader to config DebugPrintErrorLevel.
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin
Change the DebugPrintErrorLevelLib instance in UefiPayloadPkg.dsc to
allow bootloader to config DebugPrintErrorLevel.
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin
|
By
Yuanhao Xie
·
#88277
·
|
|
[Patch V3 1/2] UefiPayloadPkg: Add a new DebugPrintErrorLevelLib instance
It consumes the HOB defined in
UefiPayloadPkg/Include/Guid/DebugPrintErrorLevel.h, and allow bootloader
to config DebugPrintErrorLevel.
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma
It consumes the HOB defined in
UefiPayloadPkg/Include/Guid/DebugPrintErrorLevel.h, and allow bootloader
to config DebugPrintErrorLevel.
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma
|
By
Yuanhao Xie
·
#88276
·
|
|
Re: [Patch V2 1/2] UefiPayloadPkg: Add a new DebugPrintErrorLevelLib instance
This patch has both UNIVERSAL_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL and UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL.
Please double check this patch if it could pass build.
Thanks,
Guo
This patch has both UNIVERSAL_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL and UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL.
Please double check this patch if it could pass build.
Thanks,
Guo
|
By
Guo Dong
·
#88275
·
|
|
Re: [PATCH 1/2] UefiPayloadPkg: Fix PciHostBridgeLib
Reviewed-by: Guo Dong <guo.dong@...>
Reviewed-by: Guo Dong <guo.dong@...>
|
By
Guo Dong
·
#88274
·
|
|
Does anyone know why the measured boot log seems to be recording the hash of PEIFV wrongly?
When I do a measured boot of OVMF, I get a load of records including
the two EV_EFI_PLATFORM_FIRMWARE_BLOB events, which, according to the
code in Tcg2Pei.c are supposed to be measuring PEIFV and
When I do a measured boot of OVMF, I get a load of records including
the two EV_EFI_PLATFORM_FIRMWARE_BLOB events, which, according to the
code in Tcg2Pei.c are supposed to be measuring PEIFV and
|
By
James Bottomley
·
#88273
·
|
|
Re: [GSoC 2022] How to begin contributing?
Hey Tejesh,
Sorry your mail doesn't get much activity. I think parsing-related things are most important:
- String functions in BaseLib:
Hey Tejesh,
Sorry your mail doesn't get much activity. I think parsing-related things are most important:
- String functions in BaseLib:
|
By
Marvin Häuser <mhaeuser@...>
·
#88272
·
|
|
Re: [PATCH 2/2] OvmfPkg/ResetVector: Exclude SEV launch secrets page from pre-validation
How does the PEI phase know that this page in the middle is still unvalidated?
I see this code:
STATIC SNP_PRE_VALIDATED_RANGE mPreValidatedRange[] = {
// The below address
How does the PEI phase know that this page in the middle is still unvalidated?
I see this code:
STATIC SNP_PRE_VALIDATED_RANGE mPreValidatedRange[] = {
// The below address
|
By
Dov Murik
·
#88271
·
|
|
Re: [PATCH 2/2] OvmfPkg/ResetVector: Exclude SEV launch secrets page from pre-validation
Yes, that should be alright as long as the SNP_SEC_MEM_BASE_DESC_3 start from PcdOvmfSecPeiTempRamBase. In PEI phase, we validate all the unvalidated range. So, as long as SEC phase is not using
Yes, that should be alright as long as the SNP_SEC_MEM_BASE_DESC_3 start from PcdOvmfSecPeiTempRamBase. In PEI phase, we validate all the unvalidated range. So, as long as SEC phase is not using
|
By
Brijesh Singh
·
#88270
·
|
|
Re: [PATCH 2/2] OvmfPkg/ResetVector: Exclude SEV launch secrets page from pre-validation
Gerd actually wants to change SNP_SEC_MEM_BASE_DESC_3 to start from
PcdOvmfSecPeiTempRamBase, which is 0x010000.
Supposedly no one uses the single page at 0x00F000 .
-Dov
Gerd actually wants to change SNP_SEC_MEM_BASE_DESC_3 to start from
PcdOvmfSecPeiTempRamBase, which is 0x010000.
Supposedly no one uses the single page at 0x00F000 .
-Dov
|
By
Dov Murik
·
#88269
·
|
|
Re: [PATCH 2/2] OvmfPkg/ResetVector: Exclude SEV launch secrets page from pre-validation
Lets look at the OvmfPkgX64.fdf is
...
0x00E000|0x001000
Lets look at the OvmfPkgX64.fdf is
...
0x00E000|0x001000
|
By
Brijesh Singh
·
#88268
·
|
|
Re: [PATCH 1/2] UefiPayloadPkg: Fix PciHostBridgeLib
Reviewed-by Sean Rhodes <sean@...>
Reviewed-by Sean Rhodes <sean@...>
|
By
Sean Rhodes
·
#88267
·
|