|
[PATCH v1 0/1] Coding style violation fix
Hello edk2-devel list,
This is my first contribution to the EDK2 project. I was following
upstream howto creating this email / patch. Please let me know
in case I did something the wrong way.
Laszlo
Hello edk2-devel list,
This is my first contribution to the EDK2 project. I was following
upstream howto creating this email / patch. Please let me know
in case I did something the wrong way.
Laszlo
|
By
Paweł Poławski
·
#90741
·
|
|
Re: [PATCH v2] UefiPayloadPkg: Backward support with python 3.6
Why use PY 3.6?
Even PY 3.8 is about to be deprecated by Python community.
Why use PY 3.6?
Even PY 3.8 is about to be deprecated by Python community.
|
By
Ni, Ray
·
#90740
·
|
|
Re: BaseTools: Current status of BaseTools/Source/Python
Hi Ayush,
The migration is still working in progress.
In order to ensure the normal use of users, the current bug fixes are still based on BaseTools in edk2.
After all the migrations are completed,
Hi Ayush,
The migration is still working in progress.
In order to ensure the normal use of users, the current bug fixes are still based on BaseTools in edk2.
After all the migrations are completed,
|
By
Yuwei Chen
·
#90739
·
|
|
Re: [edk2-rfc] RFC v2: Static Analysis in edk2 CI
I have Coverity scan builds running in a GitHub Action and then uploaded to Coverity.
We should be able to configure a GitHub Action to run other analyzers.
Mike
I have Coverity scan builds running in a GitHub Action and then uploaded to Coverity.
We should be able to configure a GitHub Action to run other analyzers.
Mike
|
By
Michael D Kinney
·
#90738
·
|
|
Re: [PATCH 1/1] BaseTools/Ecc: Fix grammar in Ecc error message
Reviewed-by: Yuwei Chen<yuwei.chen@...>
Reviewed-by: Yuwei Chen<yuwei.chen@...>
|
By
Yuwei Chen
·
#90737
·
|
|
FW: help with a build in UDK2014.sp1.P1 environment with vs2012 x86 / python 2.7.3 on Windows 10
Looking for approval for the attached bounced email from edk2 below
Thanks
Peter
Looking for approval for the attached bounced email from edk2 below
Thanks
Peter
|
By
Peter Bisping <Peter.Bisping@...>
·
#90736
·
|
|
Re: [PATCH v6 0/5] Handling of multiple PCI
Thanks Ard for notifying.
I will post the fix in short, tested build locally and now running the CI pipeline (https://github.com/tianocore/edk2/pull/2938).
Best regards,
Nicolas
Amazon
Thanks Ard for notifying.
I will post the fix in short, tested build locally and now running the CI pipeline (https://github.com/tianocore/edk2/pull/2938).
Best regards,
Nicolas
Amazon
|
By
Ojeda Leon, Nicolas <ncoleon@...>
·
#90735
·
|
|
Re: [PATCH v2 2/2] [edk2-platforms] Silicon/Intel/FitGen: Support to override the MBZ byte in Startup ACM entries for other usages
This code is gratuitous on typecasting and pointer use.
As this change is making the use of these fields more confusing, I would like to see it simplified.
e.g. *(UINT32
This code is gratuitous on typecasting and pointer use.
As this change is making the use of these fields more confusing, I would like to see it simplified.
e.g. *(UINT32
|
By
Isaac Oram
·
#90734
·
|
|
Re: [PATCH v2 1/2] [edk2-platforms] Silicon/Intel/FitGen: Support multiple Startup ACM Type 2 entries in FitGen tool
Reviewed-by: Isaac Oram <isaac.w.oram@...>
Reviewed-by: Isaac Oram <isaac.w.oram@...>
|
By
Isaac Oram
·
#90733
·
|
|
[PATCH v4] UefiPayloadPkg: Add support for logging to CBMEM console
Writes TianoCore debug logs into the CBMEM console ringbuffer, from
where the user can retrieve them with the `cbmem` userspace utility.
The intention is to aid in debugging non-fatal issues even in
Writes TianoCore debug logs into the CBMEM console ringbuffer, from
where the user can retrieve them with the `cbmem` userspace utility.
The intention is to aid in debugging non-fatal issues even in
|
By
Benjamin Doron
·
#90732
·
|
|
[PATCH] Ovmf: Include HardwareInfoLib library classes for IntelTdx
Include HardwareInfoLib classes in the IntelTdxX64.dsc for this
platform to use it during build given that PciHostBridgeUtilityLib
depends on it.
Cc: Alexander Graf <graf@...>
Cc: Gerd Hoffmann
Include HardwareInfoLib classes in the IntelTdxX64.dsc for this
platform to use it during build given that PciHostBridgeUtilityLib
depends on it.
Cc: Alexander Graf <graf@...>
Cc: Gerd Hoffmann
|
By
Ojeda Leon, Nicolas
·
#90731
·
|
|
[PATCH 1/2] ArmVirtPkg: Include DxeHardwareInfoLib library class in dsc
Include DxeHardwareInfoLib class in the common ArmVirt.dsc.inc so that
ArmVirt* platforms use it during build given that PciHostBridgeUtilityLib
depends on it.
Cc: Alexander Graf <graf@...>
Cc:
Include DxeHardwareInfoLib class in the common ArmVirt.dsc.inc so that
ArmVirt* platforms use it during build given that PciHostBridgeUtilityLib
depends on it.
Cc: Alexander Graf <graf@...>
Cc:
|
By
Ojeda Leon, Nicolas
·
#90730
·
|
|
[PATCH 0/2] Include HardwareInfoLib in all platforms using
In past days, a patch series to support multiple PCI host bridges in Ovmf
was merged which caused an error in ArmVirtQemuKernel.dsc build, part
of the CI pipeline.
These 2 commits aim at fixing this
In past days, a patch series to support multiple PCI host bridges in Ovmf
was merged which caused an error in ArmVirtQemuKernel.dsc build, part
of the CI pipeline.
These 2 commits aim at fixing this
|
By
Ojeda Leon, Nicolas
·
#90729
·
|
|
[PATCH v2 2/2] [edk2-platforms] Silicon/Intel/FitGen: Support to override the MBZ byte in Startup ACM entries for other usages
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3959
As per FIT BIOS Specification 1.2 Rules, the size bytes (3 bytes)/
reserved byte (1 byte) /
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3959
As per FIT BIOS Specification 1.2 Rules, the size bytes (3 bytes)/
reserved byte (1 byte) /
|
By
Lin, Jason1
·
#90728
·
|
|
[PATCH v2 1/2] [edk2-platforms] Silicon/Intel/FitGen: Support multiple Startup ACM Type 2 entries in FitGen tool
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3958
Within current FitGen tool there had limitation only allow
one S-ACM to generate the Type 2
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3958
Within current FitGen tool there had limitation only allow
one S-ACM to generate the Type 2
|
By
Lin, Jason1
·
#90727
·
|
|
[PATCH v1 2/2] [edk2-platforms] Silicon/Intel/FitGen: Support to override the MBZ byte in Startup ACM entries for other usages
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3959
As per FIT BIOS Specification 1.2 Rules, the size bytes (3 bytes)/
reserved byte (1 byte) /
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3959
As per FIT BIOS Specification 1.2 Rules, the size bytes (3 bytes)/
reserved byte (1 byte) /
|
By
Lin, Jason1
·
#90726
·
|
|
[PATCH v1 1/2] [edk2-platforms] Silicon/Intel/FitGen: Support multiple Startup ACM Type 2 entries in FitGen tool
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3958
Within current FitGen tool there had limitation only allow
one S-ACM to generate the Type 2
From: Jason1 Lin <jason1.lin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3958
Within current FitGen tool there had limitation only allow
one S-ACM to generate the Type 2
|
By
Lin, Jason1
·
#90725
·
|
|
Now: TianoCore edk2-test Bug Triage Meeting - 06/23/2022
#cal-notice
TianoCore edk2-test Bug Triage Meeting
When:
06/23/2022
10:00pm to 11:00pm
(UTC+08:00)
TianoCore edk2-test Bug Triage Meeting
When:
06/23/2022
10:00pm to 11:00pm
(UTC+08:00)
|
By
Group Notification <noreply@...>
·
#90724
·
|
|
[edk2-platforms][PATCH v1 0/1] BoardModulePkg: Fix Boot0000 got overwritten
A simple fix to avoid overwrtiing Boot0000 when mBootMenuFile is not found.
James Wang (1):
BoardModulePkg: Fix Boot0000 got overwritten
A simple fix to avoid overwrtiing Boot0000 when mBootMenuFile is not found.
James Wang (1):
BoardModulePkg: Fix Boot0000 got overwritten
|
By
JamesWang [王家明] <jameswang@...>
·
#90723
·
|
|
[PATCH v1 1/1] BoardModulePkg: Fix Boot0000 got overwritten
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3522
Boot0000 will be overwritten when F7 is pressed and
Boot Menu is not found.
Check if mBootMenuOptionNumber is valid or not
before calling
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3522
Boot0000 will be overwritten when F7 is pressed and
Boot Menu is not found.
Check if mBootMenuOptionNumber is valid or not
before calling
|
By
JamesWang [王家明] <jameswang@...>
·
#90722
·
|