|
[PATCH v1 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 used
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 used
|
By
Joey Gouly
· #74807
·
|
|
[PATCH v1 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 by othe
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 othe
|
By
Joey Gouly
· #74808
·
|
|
[PATCH v1 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 vi
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 vi
|
By
Joey Gouly
· #74809
·
|
|
[PATCH v1 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 tab
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 tab
|
By
Joey Gouly
· #74810
·
|
|
[PATCH v1 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 parsers. Si
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 parsers. Si
|
By
Joey Gouly
· #74811
·
|
|
[PATCH v1 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 appending
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 appending
|
By
Joey Gouly
· #74812
·
|
|
[PATCH v1 0/5] Dot graph generator for PPTT
The CI on github showed some coding style issues with this series. I will fix those locally but wait for more review comments before I send a v2. Thanks, Joey
The CI on github showed some coding style issues with this series. I will fix those locally but wait for more review comments before I send a v2. Thanks, Joey
|
By
Joey Gouly
· #74813
·
|
|
[PATCH] ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3
Hi, A little ping on this. Can someone take a look? There was a similar patch here, that addressed the same issue https://edk2.groups.io/g/devel/topic/82327316#74401 so I think it would be good get th
Hi, A little ping on this. Can someone take a look? There was a similar patch here, that addressed the same issue https://edk2.groups.io/g/devel/topic/82327316#74401 so I think it would be good get th
|
By
Joey Gouly
· #75445
·
|
|
[PATCH edk2-platforms v1 1/1] Platform/ARM: FVP: Fix variable usage in GetArmNameSpaceObject()
Building with Clang showed that `RootComplexCount` and `DeviceIdMappingArrayCount` were unused. Use the variables where they were intended to be used. Signed-off-by: Joey Gouly <joey.gouly@...> --
Building with Clang showed that `RootComplexCount` and `DeviceIdMappingArrayCount` were unused. Use the variables where they were intended to be used. Signed-off-by: Joey Gouly <joey.gouly@...> --
|
By
Joey Gouly
· #77421
·
|
|
[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 vi
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 vi
|
By
Joey Gouly
· #80812
·
|
|
[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 appending
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 appending
|
By
Joey Gouly
· #80813
·
|
|
[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 used
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 used
|
By
Joey Gouly
· #80814
·
|
|
[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 parsers. Si
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 parsers. Si
|
By
Joey Gouly
· #80815
·
|
|
[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 by othe
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 othe
|
By
Joey Gouly
· #80816
·
|
|
[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 tab
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 tab
|
By
Joey Gouly
· #80817
·
|
|
[PATCH v1 06/10] DynamicTablesPkg: Add Configuration Manager Object parser
Hi, This looks good to me! [...] This should just be Token, not GTBlockTimerFrameToken. [...] [...] The SubObjParser doesn't actually seem to be used by any of the objects? (Unless I misread when read
Hi, This looks good to me! [...] This should just be Token, not GTBlockTimerFrameToken. [...] [...] The SubObjParser doesn't actually seem to be used by any of the objects? (Unless I misread when read
|
By
Joey Gouly
· #81073
·
|
|
[PATCH v1 06/10] DynamicTablesPkg: Add Configuration Manager Object parser
Hi again, Replies inline, You linked to the `CmArmGTBlockInfo` struct, but I was talking about `CmArmItsGroupNode`: https://github.com/tianocore/edk2/blob/master/DynamicTablesPkg/Include/ArmNameSpaceO
Hi again, Replies inline, You linked to the `CmArmGTBlockInfo` struct, but I was talking about `CmArmItsGroupNode`: https://github.com/tianocore/edk2/blob/master/DynamicTablesPkg/Include/ArmNameSpaceO
|
By
Joey Gouly
· #81288
·
|
|
[PATCH edk2-platforms v1 2/2] Platform/ARM/Juno: Add RNG support using FW-TRNG interface
Hi Sami, Tested on Juno. Tested-by: Joey Gouly <joey.gouly@...> Thanks, Joey IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you ar
Hi Sami, Tested on Juno. Tested-by: Joey Gouly <joey.gouly@...> Thanks, Joey IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you ar
|
By
Joey Gouly
· #81371
·
|
|
[PATCH v1 9/9] ArmVirtPkg: Kvmtool: Add RNG support using FW-TRNG interface
Hi Sami, Tested on Juno running kvmtool. Tested-by: Joey Gouly <joey.gouly@...> Thanks, Joey
Hi Sami, Tested on Juno running kvmtool. Tested-by: Joey Gouly <joey.gouly@...> Thanks, Joey
|
By
Joey Gouly
· #81372
·
|
|
[PATCH v4 01/15] DynamicTablesPkg: Definition for HwInfoParser interface
Hi Pierre, Reviewed-by: Joey Gouly <joey.gouly@...> Thanks, Joey
Hi Pierre, Reviewed-by: Joey Gouly <joey.gouly@...> Thanks, Joey
|
By
Joey Gouly
· #84820
·
|