public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v5 0/3] DynamicTablesPkg: _CPC support
@ 2022-09-22 20:36 Jeff Brasen
  2022-09-22 20:36 ` [PATCH v5 1/3] DynamicTablesPkg: Add CM_ARM_CPC_INFO object Jeff Brasen
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jeff Brasen @ 2022-09-22 20:36 UTC (permalink / raw)
  To: devel
  Cc: ardb+tianocore, Alexei.Fedorov, pierre.gondois, nd, sami.mujawar,
	Jeff Brasen

Add generator for creating the _CPC object for CPU nodes.

If viewing this review by a pull request is helpful one exists here:
https://github.com/NVIDIA/edk2/pull/12

Change Log:
v1 - Initial Revision
v2 - Added revision to object, improved error handling, changed to ACPI 6.4 structures.
v3 - Minor review feedback
v4 - Convert CpcInfo to structure and use that for APIs
v5 - Cleanup parameter checks, add token to parser

Jeff Brasen (3):
  DynamicTablesPkg: Add CM_ARM_CPC_INFO object
  DynamicTablesPkg: AML Code generation to add _CPC entries
  DynamicTablesPkg: SSDT CPU _CPC generator

 .../Include/ArmNameSpaceObjects.h             |  60 ++-
 DynamicTablesPkg/Include/Library/AmlCpcInfo.h | 124 +++++
 .../Include/Library/AmlLib/AmlLib.h           |  54 ++
 .../SsdtCpuTopologyGenerator.c                | 133 ++++-
 .../Common/AmlLib/CodeGen/AmlCodeGen.c        | 475 ++++++++++++++++++
 .../ConfigurationManagerObjectParser.c        | 115 ++++-
 6 files changed, 921 insertions(+), 40 deletions(-)
 create mode 100644 DynamicTablesPkg/Include/Library/AmlCpcInfo.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-09-23 17:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-22 20:36 [PATCH v5 0/3] DynamicTablesPkg: _CPC support Jeff Brasen
2022-09-22 20:36 ` [PATCH v5 1/3] DynamicTablesPkg: Add CM_ARM_CPC_INFO object Jeff Brasen
2022-09-22 20:36 ` [PATCH v5 2/3] DynamicTablesPkg: AML Code generation to add _CPC entries Jeff Brasen
2022-09-22 20:36 ` [PATCH v5 3/3] DynamicTablesPkg: SSDT CPU _CPC generator Jeff Brasen
2022-09-23 16:55 ` [PATCH v5 0/3] DynamicTablesPkg: _CPC support Sami Mujawar
2022-09-23 17:05   ` Jeff Brasen
2022-09-23 17:22     ` Sami Mujawar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox