|
Re: [PATCH 0/4] CI: Use Fedora 35 container for Linux jobs
Will do.
There is a related discussion about CI and containers here:
https://github.com/tianocore/edk2/discussions/2614#discussioncomment-2595253
as well as in the meeting recording attached in that
Will do.
There is a related discussion about CI and containers here:
https://github.com/tianocore/edk2/discussions/2614#discussioncomment-2595253
as well as in the meeting recording attached in that
|
By
Oliver Steffen
·
#89133
·
|
|
[edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Add build macros
This change adds the build macros for edk2 Redfish schema C to JSON
drivers and libraries. These macros are controlled by the edk2 build tool
according to the x-uefi language used in the UNI
This change adds the build macros for edk2 Redfish schema C to JSON
drivers and libraries. These macros are controlled by the edk2 build tool
according to the x-uefi language used in the UNI
|
By
Abner Chang
·
#89132
·
|
|
Re: [PATCH 0/4] CI: Use Fedora 35 container for Linux jobs
Thanks for the explanation.
Please put information like this in the commit logs, rather than
assuming it will obvious to everyone without providing any background.
For these changes,
Acked-by: Ard
Thanks for the explanation.
Please put information like this in the commit logs, rather than
assuming it will obvious to everyone without providing any background.
For these changes,
Acked-by: Ard
|
By
Ard Biesheuvel
·
#89131
·
|
|
Re: [PATCH v2 09/14] OvmfPkg: Remove UefiCpuLib from module INFs.
Acked-by: Ard Biesheuvel <ardb@...>
Acked-by: Ard Biesheuvel <ardb@...>
|
By
Ard Biesheuvel
·
#89130
·
|
|
Re: [PATCH v2 04/14] OvmfPkg: Add CpuLib to module INFs that depend on UefiCpuLib.
Acked-by: Ard Biesheuvel <ardb@...>
Acked-by: Ard Biesheuvel <ardb@...>
|
By
Ard Biesheuvel
·
#89129
·
|
|
Re: 回复: [PATCH v2 1/1] MdePkg/Include: Use DEBUG_FILE_PATH to specify debug file path.
Hi Liming,
I just add ```-D DEBUG_FILE_PATH=gEfiCallerBaseName``` to BuildOptions
Thanks
Guomin
Hi Liming,
I just add ```-D DEBUG_FILE_PATH=gEfiCallerBaseName``` to BuildOptions
Thanks
Guomin
|
By
Guomin Jiang
·
#89128
·
|
|
Re: [edk2-platforms PATCH] Marvell/SolidRun: Rework Readme.md files
Pushed as fe223fb30f74..c06b98a171be
Thanks,
Pushed as fe223fb30f74..c06b98a171be
Thanks,
|
By
Ard Biesheuvel
·
#89127
·
|
|
Re: [edk2-platforms PATCH 0/8] Marvell Pp2Dxe fixes
Pushed as 170f455d1b1b..fe223fb30f74
Thanks all,
Pushed as 170f455d1b1b..fe223fb30f74
Thanks all,
|
By
Ard Biesheuvel
·
#89126
·
|
|
Re: [PATCH V3 5/9] OvmfPkg/IntelTdx: Measure Td HobList and Configuration FV
Hi,
Measurement will only record hashes for verification later on.
It will not prevent running possibly buggy/compromised code.
So, no matter what the order is, you'll figure the system
Hi,
Measurement will only record hashes for verification later on.
It will not prevent running possibly buggy/compromised code.
So, no matter what the order is, you'll figure the system
|
By
Gerd Hoffmann
·
#89125
·
|
|
[PATCH v2 0/1] BaseTools: disable stack protector (gcc, AARCH64)
PR: https://github.com/tianocore/edk2/pull/2795
Explicity disable the stack protection with
-fno-stack-protection for builds using GCC on
AARCH64.
The gcc on Ubuntu enables
PR: https://github.com/tianocore/edk2/pull/2795
Explicity disable the stack protection with
-fno-stack-protection for builds using GCC on
AARCH64.
The gcc on Ubuntu enables
|
By
Oliver Steffen
·
#89124
·
|
|
[PATCH v2 1/1] BaseTools: disable stack protector (gcc, AARCH64)
Explicity disable the stack protection with
-fno-stack-protection for builds using GCC on
AARCH64.
The gcc on Ubuntu enables -fstack-protector-strong
by default starting with Ubuntu 21.10.
GenFw
Explicity disable the stack protection with
-fno-stack-protection for builds using GCC on
AARCH64.
The gcc on Ubuntu enables -fstack-protector-strong
by default starting with Ubuntu 21.10.
GenFw
|
By
Oliver Steffen
·
#89123
·
|
|
Re: [edk2-platforms][PATCH V2 0/9] Upadate the ACPI tables for RD platforms
Hi Ard,
Thanks for your time in reviewing this patch series. Please find my response inline.
Hi Ard,
Thanks for your time in reviewing this patch series. Please find my response inline.
|
By
Pranav Madhu
·
#89122
·
|
|
Re: [edk2-platforms][PATCH V1 1/1] Platform/Sgi: Remove SLC entry from PPTT table
Hi Ard,
Please find my response inline.
Hi Ard,
Please find my response inline.
|
By
Pranav Madhu
·
#89121
·
|
|
Re: [PATCH v4 0/8] Add Variable Flash Info HOB
For the series,
Acked-by: Ard Biesheuvel <ardb@...>
For the series,
Acked-by: Ard Biesheuvel <ardb@...>
|
By
Ard Biesheuvel
·
#89120
·
|
|
Re: [edk2-platforms][PATCH V2 0/9] Upadate the ACPI tables for RD platforms
Why is this necessary? By doing this, you will lose the ability to
boot an OS that implements ACPI 6.2 but not ACPI 6.4, and so this
should only be done if you are actually relying on a feature that
Why is this necessary? By doing this, you will lose the ability to
boot an OS that implements ACPI 6.2 but not ACPI 6.4, and so this
should only be done if you are actually relying on a feature that
|
By
Ard Biesheuvel
·
#89119
·
|
|
Re: 回复: [edk2-devel] [PATCH 1/1] BaseTools: disable stack protector (gcc, AARCH64)
A valid point.
GCC 4.8 accepts -fno-stack-protector.
For IA32 and X64 this option is set in GCC48_$ARCH_CC_FLAGS.
Setting it for AARCH64 starting with GCC4.8 would be more consistent
than setting it
A valid point.
GCC 4.8 accepts -fno-stack-protector.
For IA32 and X64 this option is set in GCC48_$ARCH_CC_FLAGS.
Setting it for AARCH64 starting with GCC4.8 would be more consistent
than setting it
|
By
Oliver Steffen
·
#89118
·
|
|
Re: [edk2-platforms][PATCH V1 1/1] Platform/Sgi: Remove SLC entry from PPTT table
Could you elaborate? Why does the former justify/imply the latter?
Could you elaborate? Why does the former justify/imply the latter?
|
By
Ard Biesheuvel
·
#89117
·
|
|
Re: [PATCH 0/4] CI: Use Fedora 35 container for Linux jobs
^^^ this for example.
The idea is to (a) switch linux CI builds from vm images to container
images, and (b) use our own, custom container images.
This allows to roll the dependencies needed for CI
^^^ this for example.
The idea is to (a) switch linux CI builds from vm images to container
images, and (b) use our own, custom container images.
This allows to roll the dependencies needed for CI
|
By
Gerd Hoffmann
·
#89116
·
|
|
Re: [PATCH 1/1] CryptoPkg/Crt: fix strcpy build on older VS compilers
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#89115
·
|
|
Re: [PATCH V2 1/1] OvmfPkg/OvmfPkgX64: Adjust load sequence of TdxDxe and AmdSevDxe driver
Thanks Min.
Would you please add some comment in the APRIORI section, to explain why the order is in this way?
It also reminds people that the order should not be changed.
With comment added,
Thanks Min.
Would you please add some comment in the APRIORI section, to explain why the order is in this way?
It also reminds people that the order should not be changed.
With comment added,
|
By
Yao, Jiewen
·
#89114
·
|