|
Re: [PATCH 32/32] UefiPayloadPkg: Add build option for Above 4G Memory
Merged.
https://github.com/tianocore/edk2/pull/2590
Merged.
https://github.com/tianocore/edk2/pull/2590
|
By
Sheng Lean Tan
·
#88298
·
|
|
Re: [PATCH] UefiPayloadPkg: Make Boot Timeout configurable
Merged.
https://github.com/tianocore/edk2/commit/55637a2894babca97945eeca1da0d431f74f8627
Merged.
https://github.com/tianocore/edk2/commit/55637a2894babca97945eeca1da0d431f74f8627
|
By
Sheng Lean Tan
·
#88297
·
|
|
Re: [PATCH] UefiPayloadPkg: Make Boot Timeout configurable
[to keep record]
This is merged:
https://github.com/tianocore/edk2/commit/55637a2894babca97945eeca1da0d431f74f8627
[to keep record]
This is merged:
https://github.com/tianocore/edk2/commit/55637a2894babca97945eeca1da0d431f74f8627
|
By
Sheng Lean Tan
·
#88296
·
|
|
Re: [GSoC 2022] Introducing myself & seeking for project ideas
Hi Théo,
Welcome! Pleasure to meet you!
As a former GSoC student myself, I advise you to look for something you fancy instead of just looking for something that fits your skill set. It's way better
Hi Théo,
Welcome! Pleasure to meet you!
As a former GSoC student myself, I advise you to look for something you fancy instead of just looking for something that fits your skill set. It's way better
|
By
Pedro Falcato
·
#88295
·
|
|
Now: TianoCore edk2-test Bug Triage Meeting - 03/31/2022
#cal-notice
TianoCore edk2-test Bug Triage Meeting
When:
03/31/2022
10:00pm to 11:00pm
(UTC+08:00)
TianoCore edk2-test Bug Triage Meeting
When:
03/31/2022
10:00pm to 11:00pm
(UTC+08:00)
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#88294
·
|
|
Event: TianoCore edk2-test Bug Triage Meeting - 03/31/2022
#cal-reminder
Reminder: TianoCore edk2-test Bug Triage Meeting
When:
03/31/2022
10:00pm to 11:00pm
(UTC+08:00)
Reminder: TianoCore edk2-test Bug Triage Meeting
When:
03/31/2022
10:00pm to 11:00pm
(UTC+08:00)
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#88293
·
|
|
[Patch V4 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
·
#88292
·
|
|
[Patch V4 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
·
#88291
·
|
|
Re: [PATCH 2/2] OvmfPkg/ResetVector: Exclude SEV launch secrets page from pre-validation
Hi,
Probably it doesn't unless we split the entry into two, so we are
effectively trading making the reset vector more complicated vs.
making this list more complicated.
I guess it's not worth the
Hi,
Probably it doesn't unless we split the entry into two, so we are
effectively trading making the reset vector more complicated vs.
making this list more complicated.
I guess it's not worth the
|
By
Gerd Hoffmann
·
#88290
·
|
|
Re: [PATCH] Fix Setup numeric default value incorrect issue
Hi All,
Any comments about patch ?
Thanks,
Lin
Hi All,
Any comments about patch ?
Thanks,
Lin
|
By
Chen Lin Z
·
#88289
·
|
|
Re: [PATCH 2/2] OvmfPkg: Fix PciHostBridgeLibScan
Do you have a link to such a supported issue? Or could you elaborate?
Does it have to do with running out of 64-bit BAR space for resource
that could be located in a 32-bit region as well?
Do you have a link to such a supported issue? Or could you elaborate?
Does it have to do with running out of 64-bit BAR space for resource
that could be located in a 32-bit region as well?
|
By
Ard Biesheuvel
·
#88288
·
|
|
Re: [PATCH 3/3] UefiPayloadPkg: Add --quiet argument to Universal Payload build script
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#88287
·
|
|
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
·
|