Hi gaoliming,
Thanks for your review! I have sent pull request to edk2 github:
https://github.com/tianocore/edk2/pull/6193
Joey Lee
On Fri, Sep 13, 2024 at 08:57:26AM +0800, gaoliming via groups.io wrote:
> Please submit it in Github Edk2 as pull request. I agree this is a good
> change.
>
>
Please submit it in Github Edk2 as pull request. I agree this is a good
change.
> -邮件原件-
> 发件人: devel@edk2.groups.io 代表 Chun-Yi Lee
> 发送时间: 2024年9月12日 14:52
> 收件人: devel@edk2.groups.io
> 抄送: Zhiguang Liu ; Michael D Kinney
> ; Chun-Yi Lee
> 主题: [edk2-devel] [PATCH] MdePkg DebugLib: Enab
On 9/12/2024 10:02 AM, Ard Biesheuvel via groups.io wrote:
On Thu, 29 Aug 2024 at 20:59, Ard Biesheuvel wrote:
On Thu, 29 Aug 2024 at 20:33, Oliver Smith-Denny
wrote:
edk2 PR https://github.com/tianocore/edk2/pull/6048 moved some architectural
pieces
from ArmPkg to MdePkg. This patch updat
On Thu, 29 Aug 2024 at 20:59, Ard Biesheuvel wrote:
>
> On Thu, 29 Aug 2024 at 20:33, Oliver Smith-Denny
> wrote:
> >
> > edk2 PR https://github.com/tianocore/edk2/pull/6048 moved some
> > architectural pieces
> > from ArmPkg to MdePkg. This patch updates all platforms (& etc.) in
> > edk2-plat
On 11/09/2024 12:51, Ard Biesheuvel wrote:
> On Wed, 11 Sept 2024 at 12:41, Usama Arif wrote:
>>
>> Looking at the TPM spec [1]
>>
>> If the ACPI TPM2 table contains the address and size of the Platform
>> Firmware TCG log, firmware “pins” the memory associated with the
>> Platform FirmwareTCG
Using __FILE_NAME__ is useful for reducing the size of debug image and
it's also good for reproducable builds. The gcc-12 also supported this
macro.
Ref:
https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=1a9b3f04c11eb467a8dc504a37dad57a371a0d4c
This patch removed the checking of __clang__ when usin