|
[PATCH v8 03/12] EmulatorPkg: CI: use Python version from defaults template
Use the default Python version from the defaults template
(.azurepipelines/templates/defaults.yml) in the Windows
CI jobs.
Previous changes to the CI job templates make it necessary
to specify a
Use the default Python version from the defaults template
(.azurepipelines/templates/defaults.yml) in the Windows
CI jobs.
Previous changes to the CI job templates make it necessary
to specify a
|
By
Oliver Steffen
·
#96748
·
|
|
[PATCH v8 00/12] CI: Use Fedora 35 container for Linux jobs
Update CI, run all Linux (aka Ubuntu-GCC5) based jobs in custom
containers. This decouples the CI environment from the virtual machine
images that Azure DevOps provides. The currently used
Update CI, run all Linux (aka Ubuntu-GCC5) based jobs in custom
containers. This decouples the CI environment from the virtual machine
images that Azure DevOps provides. The currently used
|
By
Oliver Steffen
·
#96747
·
|
|
Re: [PATCH v7 2/2] tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS
Gerd,
Sorry, gotta ask: does this make much difference in the size of the compiled code? That's a constraint on many real-hardware X64 platforms, especially for 32-bit code.
Brian J. Johnson
Gerd,
Sorry, gotta ask: does this make much difference in the size of the compiled code? That's a constraint on many real-hardware X64 platforms, especially for 32-bit code.
Brian J. Johnson
|
By
Brian J. Johnson
·
#96746
·
|
|
[PATCH] ShellPkg/AcpiView: ERST Parser
Add a new parser for the Error Record Serialization Table.
The ERST table describes how an OS can save and retrieve
hardware error information to and from a persistent store.
Signed-off-by: Jeshua
Add a new parser for the Error Record Serialization Table.
The ERST table describes how an OS can save and retrieve
hardware error information to and from a persistent store.
Signed-off-by: Jeshua
|
By
Jeshua Smith
·
#96744
·
|
|
Re: [PATCH v7 1/6] CI: make Python version configurable
I'm fine for it to come in a separate patch if necessary. If you end up deferring it, maybe file a brief BZ to track it.
Thanks,
Michael
I'm fine for it to come in a separate patch if necessary. If you end up deferring it, maybe file a brief BZ to track it.
Thanks,
Michael
|
By
Michael Kubacki
·
#96743
·
|
|
Re: [PATCH v7 0/6] CI: Use Fedora 35 container for Linux jobs
Sean,
Quoting Sean Brogan (2022-11-30 01:28:45)
Yes. Done.
Added the gcc release from the LoongSon GitHub page.
This is a 13.0.0 20220906 (experimental), and not yet available via
regular
Sean,
Quoting Sean Brogan (2022-11-30 01:28:45)
Yes. Done.
Added the gcc release from the LoongSon GitHub page.
This is a 13.0.0 20220906 (experimental), and not yet available via
regular
|
By
Oliver Steffen
·
#96742
·
|
|
Re: [PATCH v7 1/6] CI: make Python version configurable
Hi Michael
<mikuback@...> wrote:
Yes, it sounds like a good idea.
Can we work on this in a separate patch set?
I am experimenting with this now, but I fear this might delay
these
Hi Michael
<mikuback@...> wrote:
Yes, it sounds like a good idea.
Can we work on this in a separate patch set?
I am experimenting with this now, but I fear this might delay
these
|
By
Oliver Steffen
·
#96741
·
|
|
Re: [PATCH] MdeModulePkg/RegularExpressionDxe: Fix GCC build error
Hi,
I see the following pattern in the RedfishPkg to cover all CPUs
#if defined (MDE_CPU_X64) || defined (MDE_CPU_AARCH64) || defined (MDE_CPU_RISCV64)
//
// With GCC we would normally
Hi,
I see the following pattern in the RedfishPkg to cover all CPUs
#if defined (MDE_CPU_X64) || defined (MDE_CPU_AARCH64) || defined (MDE_CPU_RISCV64)
//
// With GCC we would normally
|
By
Michael D Kinney
·
#96740
·
|
|
[edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Fix typo
Fix typo in RedfishPlatformConfigImpl.c
Signed-off-by: Nickle Wang <nicklew@...>
Cc: Abner Chang <abner.chang@...>
Cc: Igor Kulchytskyy <igork@...>
Cc: Nick Ramirez
Fix typo in RedfishPlatformConfigImpl.c
Signed-off-by: Nickle Wang <nicklew@...>
Cc: Abner Chang <abner.chang@...>
Cc: Igor Kulchytskyy <igork@...>
Cc: Nick Ramirez
|
By
Nickle Wang
·
#96739
·
|
|
[PATCH] MdeModulePkg/RegularExpressionDxe: Fix GCC build error
Fix GCC build error on AARCH64 system.
Signed-off-by: Nickle Wang <nicklew@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao <gaoliming@...>
Cc: Nick Ramirez
Fix GCC build error on AARCH64 system.
Signed-off-by: Nickle Wang <nicklew@...>
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao <gaoliming@...>
Cc: Nick Ramirez
|
By
Nickle Wang
·
#96738
·
|
|
[edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Fix GCC build error
Fix below GCC build error:
1) "Head" dereference issue.
2) "BooleanArrayBuffer" uninitialized variable issue.
3) Multiple definition of mRedfishVariableGuid.
4) Multiple definition of
Fix below GCC build error:
1) "Head" dereference issue.
2) "BooleanArrayBuffer" uninitialized variable issue.
3) Multiple definition of mRedfishVariableGuid.
4) Multiple definition of
|
By
Nickle Wang
·
#96737
·
|
|
[PATCH v1 1/1] CryptPkg: Enable CryptoPkg BaseCryptLib ParallelHash for PEI and DXE
From: Zhihao Li <zhihao.li@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4097
The BaseCryptLib in the CryptoPkg currently supports ParallelHash
algorithm for SMM. The MP Services
From: Zhihao Li <zhihao.li@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4097
The BaseCryptLib in the CryptoPkg currently supports ParallelHash
algorithm for SMM. The MP Services
|
By
Li, Zhihao
·
#96736
·
|
|
Re: [PATCH v7 1/6] CI: make Python version configurable
This distributes the Python version (as a default value) across several files - ">=3.10.6". For maintainability, we'd like to manage versioning more centrally to reduce likelihood of misses on
This distributes the Python version (as a default value) across several files - ">=3.10.6". For maintainability, we'd like to manage versioning more centrally to reduce likelihood of misses on
|
By
Michael Kubacki
·
#96735
·
|
|
Event: TianoCore edk2-test Bug Triage Meeting - Thursday, December 1, 2022
#cal-reminder
Reminder: TianoCore edk2-test Bug Triage Meeting
When:
Thursday, December 1, 2022
10:00pm to 11:00pm
(UTC+08:00)
Reminder: TianoCore edk2-test Bug Triage Meeting
When:
Thursday, December 1, 2022
10:00pm to 11:00pm
(UTC+08:00)
|
By
Group Notification <noreply@...>
·
#96734
·
|
|
Re: [edk2-platforms][PATCH V2 1/1] Silicon/ARM/NeoverseN1Soc: Update CCIX PNP ID
Acked-by: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@...>
Acked-by: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@...>
|
By
Samer El-Haj-Mahmoud
·
#96733
·
|
|
[edk2-platforms][PATCH V2 1/1] Silicon/ARM/NeoverseN1Soc: Update CCIX PNP ID
There is no need for a separate ID for CCIX host bridge,
therefore reusing PCIe PNP ID for CCIX.
Signed-off-by: sahil <sahil@...>
---
Notes:
v2:
- removed licence fix, to be pushed
There is no need for a separate ID for CCIX host bridge,
therefore reusing PCIe PNP ID for CCIX.
Signed-off-by: sahil <sahil@...>
---
Notes:
v2:
- removed licence fix, to be pushed
|
By
sahil
·
#96732
·
|
|
[PATCH v7 1/2] tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGS
They are not used anywhere. Remove them.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
BaseTools/Conf/tools_def.template | 2 --
1 file changed, 2 deletions(-)
diff --git
They are not used anywhere. Remove them.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
BaseTools/Conf/tools_def.template | 2 --
1 file changed, 2 deletions(-)
diff --git
|
By
Gerd Hoffmann
·
#96731
·
|
|
[PATCH v7 0/2] Fix stack switching.
Gerd Hoffmann (2):
tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGS
tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS
BaseTools/Conf/tools_def.template | 6 ++----
1 file
Gerd Hoffmann (2):
tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGS
tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS
BaseTools/Conf/tools_def.template | 6 ++----
1 file
|
By
Gerd Hoffmann
·
#96730
·
|
|
[PATCH v7 2/2] tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS
Fixes problems due to code assuming it runs with frame pointers and thus
updates rbp / ebp registers when switching stacks.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
Fixes problems due to code assuming it runs with frame pointers and thus
updates rbp / ebp registers when switching stacks.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
|
By
Gerd Hoffmann
·
#96729
·
|
|
Re: [PATCH v1] From: Mateusz Mówka <mateusz.mowka@intel.com> Subject: [edk2-libc] Add strnlen function wrapper
Hi,
I'd like to know what's the status of the review?
Mateusz
Hi,
I'd like to know what's the status of the review?
Mateusz
|
By
mateusz-mowka
·
#96728
·
|