|
[RFC PATCH 0/3] ArmVirtPkg: Disable the TPM 2 platform hierarchy
This series of patches disables the TPM 2 platform hierarchy.
We just added the same functionality to the OvmfPkg. However, on x86, we
could use the notification mechanism around
This series of patches disables the TPM 2 platform hierarchy.
We just added the same functionality to the OvmfPkg. However, on x86, we
could use the notification mechanism around
|
By
Stefan Berger
·
#80828
·
|
|
Re: [edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/Build: Reduce debug output for default boot.
Is it a big increase in messages to have both INFO and LOAD?
Is it a big increase in messages to have both INFO and LOAD?
|
By
Nate DeSimone
·
#80827
·
|
|
Re: [edk2-platforms][PATCH V1 1/1] MinPlatformPkg/Variable*Lib: Build VariableRead and VariableWrite libs
Pushed: https://github.com/tianocore/edk2-platforms/commit/2cd3be4
Pushed: https://github.com/tianocore/edk2-platforms/commit/2cd3be4
|
By
Nate DeSimone
·
#80826
·
|
|
Re: [edk2-platforms][PATCH V1 1/1] MinPlatformPkg/Variable*Lib: Build VariableRead and VariableWrite libs
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...>
|
By
Nate DeSimone
·
#80825
·
|
|
Re: [PATCH] MdeModulePkg/PciBusDxe: Enumerator to check for RCiEP before looking for RP
I was looking for anything that wouldn’t include reading register but only thing that distinguish device PCI_IO_DEVICE instances with root bridge instances is population of BusNumberRanges
I was looking for anything that wouldn’t include reading register but only thing that distinguish device PCI_IO_DEVICE instances with root bridge instances is population of BusNumberRanges
|
By
Bassa, Damian <damian.bassa@...>
·
#80824
·
|
|
Re: RFC: Add BaseLib/QuickSort in MdePkg
Just to double confirm, will we have the null instance of QuickSort in MdePkg?
Regards,
Amy
Just to double confirm, will we have the null instance of QuickSort in MdePkg?
Regards,
Amy
|
By
Chan, Amy <amy.chan@...>
·
#80823
·
|
|
[PATCH v3 3/3] RFC: OvmfPkg/PlatformPei: stop using cmos for memory detection
Not needed for qemu 1.7 (released in 2013) and newer.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3593
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
OvmfPkg/PlatformPei/MemDetect.c |
Not needed for qemu 1.7 (released in 2013) and newer.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3593
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
OvmfPkg/PlatformPei/MemDetect.c |
|
By
Gerd Hoffmann
·
#80822
·
|
|
[PATCH v3 2/3] OvmfPkg/PlatformPei: prefer etc/e820 for memory detection
Prefer the e820 map provided via qemu firmware config interface
for memory detection. Use rtc cmos only as fallback, which should
be rarely needed these days as qemu supports etc/e820 since
Prefer the e820 map provided via qemu firmware config interface
for memory detection. Use rtc cmos only as fallback, which should
be rarely needed these days as qemu supports etc/e820 since
|
By
Gerd Hoffmann
·
#80821
·
|
|
[PATCH v3 1/3] OvmfPkg/PlatformPei: ScanOrAdd64BitE820Ram improvements
Add a bool parameter to ScanOrAdd64BitE820Ram to explicitly specify
whenever ScanOrAdd64BitE820Ram should add HOBs for high memory (above
4G) or scan only.
Also add a lowmem parameter so
Add a bool parameter to ScanOrAdd64BitE820Ram to explicitly specify
whenever ScanOrAdd64BitE820Ram should add HOBs for high memory (above
4G) or scan only.
Also add a lowmem parameter so
|
By
Gerd Hoffmann
·
#80820
·
|
|
[PATCH v3 0/3] OvmfPkg/PlatformPei: prefer etc/e820 for memory detection
Don't use cmos for memory detection if possible.
qemu provides the etc/e820 firmware config file
as alternative since 2013.
v2:
- fix lowmem detection.
- pick up review tags.
- add rfc patch to
Don't use cmos for memory detection if possible.
qemu provides the etc/e820 firmware config file
as alternative since 2013.
v2:
- fix lowmem detection.
- pick up review tags.
- add rfc patch to
|
By
Gerd Hoffmann
·
#80819
·
|
|
Re: [PATCH 1/1] ArmPkg/ProcessorSubClassDxe: Fix the format of ProcessorId
Acked-by: Leif Lindholm <leif@...>
Pushed as ac6388add4ad.
Thanks!
Acked-by: Leif Lindholm <leif@...>
Pushed as ac6388add4ad.
Thanks!
|
By
Leif Lindholm
·
#80818
·
|
|
[PATCH v2 3/5] ShellPkg: add a Graph option to the Parser Flags
From: Marc Moisson-Franckhauser <marc.moisson-franckhauser@...>
Bugzilla: 3378 (https://bugzilla.tianocore.org/show_bug.cgi?id=3378)
This option informs the parser to generate a dot graph of a
From: Marc Moisson-Franckhauser <marc.moisson-franckhauser@...>
Bugzilla: 3378 (https://bugzilla.tianocore.org/show_bug.cgi?id=3378)
This option informs the parser to generate a dot graph of a
|
By
Joey Gouly
·
#80817
·
|
|
[PATCH v2 0/5] Dot graph generator for PPTT
This series adds functionality to print a dot graph of a PPTT table.
This helps with understanding and debugging PPTT tables.
The dot graph generator functionality is generic and could be used
This series adds functionality to print a dot graph of a PPTT table.
This helps with understanding and debugging PPTT tables.
The dot graph generator functionality is generic and could be used
|
By
Joey Gouly
·
#80816
·
|
|
[PATCH v2 1/5] ShellPkg: Replace 'Trace' parameter with 'ParseFlags'
From: Marc Moisson-Franckhauser <marc.moisson-franckhauser@...>
Bugzilla: 3378 (https://bugzilla.tianocore.org/show_bug.cgi?id=3378)
This is preparation for adding a second flag to the
From: Marc Moisson-Franckhauser <marc.moisson-franckhauser@...>
Bugzilla: 3378 (https://bugzilla.tianocore.org/show_bug.cgi?id=3378)
This is preparation for adding a second flag to the
|
By
Joey Gouly
·
#80815
·
|
|
[PATCH v2 5/5] ShellPkg: add PPTT dot file genration
From: Marc Moisson-Franckhauser <marc.moisson-franckhauser@...>
Bugzilla: 3378 (https://bugzilla.tianocore.org/show_bug.cgi?id=3378)
This generates a dot file from the PPTT table that can be
From: Marc Moisson-Franckhauser <marc.moisson-franckhauser@...>
Bugzilla: 3378 (https://bugzilla.tianocore.org/show_bug.cgi?id=3378)
This generates a dot file from the PPTT table that can be
|
By
Joey Gouly
·
#80814
·
|
|
[PATCH v2 2/5] ShellPkg: add a helper function for getting a new file name
From: Marc Moisson-Franckhauser <marc.moisson-franckhauser@...>
Bugzilla: 3378 (https://bugzilla.tianocore.org/show_bug.cgi?id=3378)
This new helper will not overwrite existing files, by
From: Marc Moisson-Franckhauser <marc.moisson-franckhauser@...>
Bugzilla: 3378 (https://bugzilla.tianocore.org/show_bug.cgi?id=3378)
This new helper will not overwrite existing files, by
|
By
Joey Gouly
·
#80813
·
|
|
[PATCH v2 4/5] ShellPkg: add dot file generator functions
From: Marc Moisson-Franckhauser <marc.moisson-franckhauser@...>
Bugzilla: 3378 (https://bugzilla.tianocore.org/show_bug.cgi?id=3378)
These can be used to generate dot files, that can be used to
From: Marc Moisson-Franckhauser <marc.moisson-franckhauser@...>
Bugzilla: 3378 (https://bugzilla.tianocore.org/show_bug.cgi?id=3378)
These can be used to generate dot files, that can be used to
|
By
Joey Gouly
·
#80812
·
|
|
Re: [PATCH v2] UefiCpuPkg: SecCoreNative without ResetVector
This will also help with PE file alignment in FD, as SecCore no longer needs to be pinned to the very top. Thank you!
Best regards,
Marvin
This will also help with PE file alignment in FD, as SecCore no longer needs to be pinned to the very top. Thank you!
Best regards,
Marvin
|
By
Marvin Häuser <mhaeuser@...>
·
#80811
·
|
|
[PATCH v2] UefiCpuPkg: SecCoreNative without ResetVector
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3492
Currently SecCore.inf having the resetvector code under IA32. if the
user wants to use both SecCore and UefiCpuPkg ResetVector it's
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3492
Currently SecCore.inf having the resetvector code under IA32. if the
user wants to use both SecCore and UefiCpuPkg ResetVector it's
|
By
Ashraf Ali S
·
#80810
·
|
|
Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, September 17, 2021
#cal-cancelled
Cancelled: TianoCore Design Meeting - APAC/NAMO
This event has been cancelled.
When:
Friday, September 17, 2021
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray
Cancelled: TianoCore Design Meeting - APAC/NAMO
This event has been cancelled.
When:
Friday, September 17, 2021
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#80809
·
|