|
Now: Tools, CI, Code base construction meeting series - 08/08/2022
#cal-notice
Tools, CI, Code base construction meeting series
When:
08/08/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
Tools, CI, Code base construction meeting series
When:
08/08/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
|
By
Group Notification <noreply@...>
·
#92224
·
|
|
Re: [PATCH v1 2/3] UserAuthFeaturePkg: Included DXE versions are mutually exclusive
Benjamin,
Can you update the readme with descriptions of the modules and their functionality?
Can you comment the PcdUseVersion1 declaration in the DEC file?
If you can think of a more descriptive
Benjamin,
Can you update the readme with descriptions of the modules and their functionality?
Can you comment the PcdUseVersion1 declaration in the DEC file?
If you can think of a more descriptive
|
By
Isaac Oram
·
#92223
·
|
|
Re: [PATCH v1 0/5] Add support to build PRM for AARCH64 using GCC
Responses inline.
Okay, no problem I had just not seen it before.
I did build it with Project Mu picking up PrmPkg as a submodule. Yes, I will investigate enabling this in edk2.
Responses inline.
Okay, no problem I had just not seen it before.
I did build it with Project Mu picking up PrmPkg as a submodule. Yes, I will investigate enabling this in edk2.
|
By
Michael Kubacki
·
#92222
·
|
|
Re: [edk2-platforms][PATCH V3 1/1] MinPlatformPkg/AcpiTables: Add additional thread mapping in MADT
Pushed as d85e4251ce..306c2d1cef
Pushed as d85e4251ce..306c2d1cef
|
By
Isaac Oram
·
#92221
·
|
|
Re: [edk2-platforms][PATCH V3 1/1] MinPlatformPkg/AcpiTables: Add additional thread mapping in MADT
Reviewed-by: Isaac Oram <isaac.w.oram@...>
Reviewed-by: Isaac Oram <isaac.w.oram@...>
|
By
Isaac Oram
·
#92220
·
|
|
Event: Tools, CI, Code base construction meeting series - 08/08/2022
#cal-reminder
Reminder: Tools, CI, Code base construction meeting series
When:
08/08/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
Reminder: Tools, CI, Code base construction meeting series
When:
08/08/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
|
By
Group Notification <noreply@...>
·
#92219
·
|
|
[edk2-platforms][PATCH V3 1/1] MinPlatformPkg/AcpiTables: Add additional thread mapping in MADT
Add mapping for all enabled and disabled threads in MADT
Cc: Isaac Oram <isaac.w.oram@...>
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Eric Dong <eric.dong@...>
Signed-off-by:
Add mapping for all enabled and disabled threads in MADT
Cc: Isaac Oram <isaac.w.oram@...>
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Eric Dong <eric.dong@...>
Signed-off-by:
|
By
Ankit Sinha
·
#92218
·
|
|
Re: [PATCH v3 0/6] Enhance DynamicTablesPkg modules
Hi Sami,
Thanks for the deep dive on those patches. I will work on the patches and reply on those threads.
Regards,
Kun
Hi Sami,
Thanks for the deep dive on those patches. I will work on the patches and reply on those threads.
Regards,
Kun
|
By
Kun Qin
·
#92217
·
|
|
Re: [PATCH v1 1/3] AcpiDebugFeaturePkg: Included modules are mutually exclusive
Pushed as edc718521e..d85e4251ce
Pushed as edc718521e..d85e4251ce
|
By
Isaac Oram
·
#92216
·
|
|
Re: [PATCH v1 1/3] AcpiDebugFeaturePkg: Included modules are mutually exclusive
Reviewed-by: Isaac Oram <isaac.w.oram@...>
Reviewed-by: Isaac Oram <isaac.w.oram@...>
|
By
Isaac Oram
·
#92215
·
|
|
Re: [edk2-platforms][PATCH V2 1/1] Features/Intel/PlatformPayloadPkg: add platform payload FV
Pushed as 60053f3077..edc718521e
Pushed as 60053f3077..edc718521e
|
By
Isaac Oram
·
#92214
·
|
|
Re: [edk2-platforms][PATCH v1 1/1] MinPlatformPkg/TestPointCheckLib: Remove unnecessary GetVariable2() call
Pushed as ea2a520c83..60053f3077
Pushed as ea2a520c83..60053f3077
|
By
Isaac Oram
·
#92213
·
|
|
Re: [edk2-platforms][PATCH v1 1/1] MinPlatformPkg/TestPointCheckLib: Prevent modification of HOB data
Pushed as 436a8612ae..ea2a520c83
Pushed as 436a8612ae..ea2a520c83
|
By
Isaac Oram
·
#92212
·
|
|
Re: [PATCH 1/1] Ext4Pkg: Sanity check the inode size
Reviewed-by: Marvin Häuser <mhaeuser@...>
Reviewed-by: Marvin Häuser <mhaeuser@...>
|
By
Marvin Häuser <mhaeuser@...>
·
#92211
·
|
|
[PATCH 1/1] AsfPkg: Add Alert standard format support
Hi,
I would like to propose to add Alert standard format support which is based
on ASF2.0 specification(DSP0136).
REF:https://www.dmtf.org/sites/default/files/standards/documents/DSP0136.pdf
Could
Hi,
I would like to propose to add Alert standard format support which is based
on ASF2.0 specification(DSP0136).
REF:https://www.dmtf.org/sites/default/files/standards/documents/DSP0136.pdf
Could
|
By
CrystalLee [李怡萱] <CrystalLee@...>
·
#92210
·
|
|
[edk2-platform][PATCH] Silicon/NXP: avoid integer overflow when computing Serdes protocol map
SerDesProtocolMap is a UINT64, but BIT0 is an unadorned int. Shifting
BIT0 left by more than 31 bits is undefined behaviour. This would cause
SerDesProtocolMap to be filled with incorrect values when
SerDesProtocolMap is a UINT64, but BIT0 is an unadorned int. Shifting
BIT0 left by more than 31 bits is undefined behaviour. This would cause
SerDesProtocolMap to be filled with incorrect values when
|
By
Dan Callaghan
·
#92209
·
|
|
[PATCH] ShellPkg/SmbiosView: Smbiosview tool is not show Extended Speed and Extended Configured Memory Speed in type 17.
From: Shengfengx Xue <shengfengx.xue@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4014
if Configured Memory Speed is 65,535 MT/s or greater,
and the actual speed is stored in the
From: Shengfengx Xue <shengfengx.xue@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4014
if Configured Memory Speed is 65,535 MT/s or greater,
and the actual speed is stored in the
|
By
xueshengfeng <xueshengfeng@...>
·
#92208
·
|
|
[PATCH] Local Buffer allocated for Copy of data, is not freed in ShellPkg for CP command
---
ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c
---
ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c
|
By
Prarthana Sagar V <prarthanasv@...>
·
#92207
·
|
|
Re: [PATCH v3 0/6] Enhance DynamicTablesPkg modules
Hi Kun,
I have just replied to your patch series. I think patches 4 & 5 may need some adjustment.
Can you look into those, please?
Regards,
Sami Mujawar
On 08/08/2022, 16:34, "Kun Qin"
Hi Kun,
I have just replied to your patch series. I think patches 4 & 5 may need some adjustment.
Can you look into those, please?
Regards,
Sami Mujawar
On 08/08/2022, 16:34, "Kun Qin"
|
By
Sami Mujawar
·
#92206
·
|
|
Re: [PATCH v3 4/6] DynamicTablesPkg: DynamicTableManagerDxe: Added check for installed tables
Hi Kun,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] When running Kvmtool guest firmware I break from here with EFI_NOT_FOUND. The problem is
Hi Kun,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] When running Kvmtool guest firmware I break from here with EFI_NOT_FOUND. The problem is
|
By
Sami Mujawar
·
#92205
·
|