|
Re: MdeModulePkg build fails for AARCH64 on Ubuntu 22.04
Hi Bob,
You are suggesting to knowingly break builds between one stable tag and another on a technicality, for one of the most common (and up to date) build operating systems.
The purpose of the
Hi Bob,
You are suggesting to knowingly break builds between one stable tag and another on a technicality, for one of the most common (and up to date) build operating systems.
The purpose of the
|
By
Leif Lindholm
·
#92802
·
|
|
Re: [Patch V2] UefiCpuPkg: Use Top of each AP's stack to save CpuMpData
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#92801
·
|
|
Re: [PATCH 1/1] OvmfPkg: Reserve the Ovmf work area as RT_DATA
Hi,
I mean this one.
take care,
Gerd
Hi,
I mean this one.
take care,
Gerd
|
By
Gerd Hoffmann
·
#92800
·
|
|
Re: [PATCH 1/1] OvmfPkg: Reserve the Ovmf work area as RT_DATA
As I mentioned CcProbe is used in BaseIoLib which is a basic library and it is used in SEC/PEI/DXE phases. Global variable cannot be used in SEC phase. Unless BaseIoLib is split into 2 instance, one
As I mentioned CcProbe is used in BaseIoLib which is a basic library and it is used in SEC/PEI/DXE phases. Global variable cannot be used in SEC phase. Unless BaseIoLib is split into 2 instance, one
|
By
Min Xu
·
#92799
·
|
|
Re: [PATCH 1/1] OvmfPkg: Reserve the Ovmf work area as RT_DATA
Hi,
When using RT_DATA is out of question there is no way around two
instances I think.
I don't see the point in reinventing the wheel though. We know what the
guest type is, why determine it
Hi,
When using RT_DATA is out of question there is no way around two
instances I think.
I don't see the point in reinventing the wheel though. We know what the
guest type is, why determine it
|
By
Gerd Hoffmann
·
#92798
·
|
|
Re: [PATCH v2 0/2] CloudHv/arm: Add specific mem info lib
Ping ...
Any comments?
Thanks
Jianyong
Ping ...
Any comments?
Thanks
Jianyong
|
By
Jianyong Wu
·
#92797
·
|
|
Re: [PATCH v2 5/8] SecurityPkg/SmmTcg2PhysicalPresenceLib: Add missing debug print specifier
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#92796
·
|
|
Re: [PATCH 1/1] OvmfPkg: Reserve the Ovmf work area as RT_DATA
One of the situation of CcProbe used is in BaseIoLib.
https://github.com/tianocore/edk2/blob/master/MdePkg/Library/BaseIoLibIntrinsic/IoLibInternalTdx.c#L35-L40
BaseIoLib is a basic library and it
One of the situation of CcProbe used is in BaseIoLib.
https://github.com/tianocore/edk2/blob/master/MdePkg/Library/BaseIoLibIntrinsic/IoLibInternalTdx.c#L35-L40
BaseIoLib is a basic library and it
|
By
Min Xu
·
#92795
·
|
|
[PATCH v2 8/8] OvmfPkg/LegacyBootManagerLib: Fix debug macro arguments
From: Michael Kubacki <michael.kubacki@...>
The DEBUG macro updated in this patch previously contained 11 print
specifiers in the debug string but passeed 13 arguments. This change
attempts
From: Michael Kubacki <michael.kubacki@...>
The DEBUG macro updated in this patch previously contained 11 print
specifiers in the debug string but passeed 13 arguments. This change
attempts
|
By
Michael Kubacki
·
#92794
·
|
|
[PATCH v2 7/8] NetworkPkg/TcpDxe: Fix debug macro arguments
From: Michael Kubacki <michael.kubacki@...>
Removes Status argument that is not needed from DEBUG macros.
Cc: Maciej Rabeda <maciej.rabeda@...>
Cc: Jiaxin Wu
From: Michael Kubacki <michael.kubacki@...>
Removes Status argument that is not needed from DEBUG macros.
Cc: Maciej Rabeda <maciej.rabeda@...>
Cc: Jiaxin Wu
|
By
Michael Kubacki
·
#92793
·
|
|
[PATCH v2 6/8] DynamicTablesPkg/AcpiPpttLibArm: Fix debug macro arguments
From: Michael Kubacki <michael.kubacki@...>
Cc: Sami Mujawar <Sami.Mujawar@...>
Cc: Alexei Fedorov <Alexei.Fedorov@...>
Signed-off-by: Michael Kubacki
From: Michael Kubacki <michael.kubacki@...>
Cc: Sami Mujawar <Sami.Mujawar@...>
Cc: Alexei Fedorov <Alexei.Fedorov@...>
Signed-off-by: Michael Kubacki
|
By
Michael Kubacki
·
#92792
·
|
|
[PATCH v2 5/8] SecurityPkg/SmmTcg2PhysicalPresenceLib: Add missing debug print specifier
From: Michael Kubacki <michael.kubacki@...>
The debug macro modified in this change was missing a print specifier
for a debug message argument given.
Cc: Jian J Wang
From: Michael Kubacki <michael.kubacki@...>
The debug macro modified in this change was missing a print specifier
for a debug message argument given.
Cc: Jian J Wang
|
By
Michael Kubacki
·
#92791
·
|
|
[PATCH v2 4/8] RedfishPkg/RedfishRestExDxe: Remove extra debug macro argument
From: Michael Kubacki <michael.kubacki@...>
The debug macro argument in this change is removed since it does
have a corresponding print specifier in the debug message string.
Cc: Abner
From: Michael Kubacki <michael.kubacki@...>
The debug macro argument in this change is removed since it does
have a corresponding print specifier in the debug message string.
Cc: Abner
|
By
Michael Kubacki
·
#92790
·
|
|
[PATCH v2 3/8] MdeModulePkg: Fix imbalanced debug macros
From: Michael Kubacki <michael.kubacki@...>
Updates debug macros in the package that have an imbalanced number
of print specifiers to arguments. These changes try to preserve
what was
From: Michael Kubacki <michael.kubacki@...>
Updates debug macros in the package that have an imbalanced number
of print specifiers to arguments. These changes try to preserve
what was
|
By
Michael Kubacki
·
#92789
·
|
|
[PATCH v2 2/8] FatPkg/FatPei: Remove extraneous debug message argument
From: Michael Kubacki <michael.kubacki@...>
This debug macro should take one argument based on the number of
print specifiers defined. However, two arguments are given.
It looks like the
From: Michael Kubacki <michael.kubacki@...>
This debug macro should take one argument based on the number of
print specifiers defined. However, two arguments are given.
It looks like the
|
By
Michael Kubacki
·
#92788
·
|
|
[PATCH v2 1/8] ArmPlatformPkg/NorFlashDxe: Remove unused debug print specifier
From: Michael Kubacki <michael.kubacki@...>
These debug messages are repeated in both NorFlashBlockIoReadBlocks()
and NorFlashBlockIoWriteBlocks():
From: Michael Kubacki <michael.kubacki@...>
These debug messages are repeated in both NorFlashBlockIoReadBlocks()
and NorFlashBlockIoWriteBlocks():
|
By
Michael Kubacki
·
#92787
·
|
|
[PATCH v2 0/8] Fix imbalanced debug macros
From: Michael Kubacki <michael.kubacki@...>
After noticing a few occurrences of DEBUG macros with a mismatched
number of arguments, I wrote a script to automatically detect this.
This
From: Michael Kubacki <michael.kubacki@...>
After noticing a few occurrences of DEBUG macros with a mismatched
number of arguments, I wrote a script to automatically detect this.
This
|
By
Michael Kubacki
·
#92786
·
|
|
Re: [PATCH 24/24] UnitTestFrameworkPkg: Remove duplicated words
In these changes:
updated with the address
the address
The text "A pointer..." became unaligned with the block. Likely due to the extra character added when changing "in" to "out".
Can you please
In these changes:
updated with the address
the address
The text "A pointer..." became unaligned with the block. Likely due to the extra character added when changing "in" to "out".
Can you please
|
By
Michael Kubacki
·
#92785
·
|
|
Re: [PATCH] UefiPayloadPkg/PayloadLoaderPeim: remove GCC build warning
Reviewed-by: James Lu <james.lu@...>
Thanks,
James
Reviewed-by: James Lu <james.lu@...>
Thanks,
James
|
By
Lu, James
·
#92784
·
|
|
[PATCH] UefiCpuPkg: Simplify the implementation when separate exception stacks
The API of InitializeSeparateExceptionStacks is just changed before, and
makes the struct CPU_EXCEPTION_INIT_DATA an internal definition.
Furthermore, we can even remove the struct to make core
The API of InitializeSeparateExceptionStacks is just changed before, and
makes the struct CPU_EXCEPTION_INIT_DATA an internal definition.
Furthermore, we can even remove the struct to make core
|
By
Zhiguang Liu
·
#92783
·
|