public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/5] Add ACPI support for Kvmtool
@ 2021-06-23 14:06 PierreGondois
  2021-06-23 14:06 ` [PATCH v1 1/5] ArmVirtPkg: Add cspell exceptions PierreGondois
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: PierreGondois @ 2021-06-23 14:06 UTC (permalink / raw)
  To: devel, Sami Mujawar, Laszlo Ersek
  Cc: Ard Biesheuvel, Leif Lindholm, Akanksha Jain, Alexandru Elisei

From: Pierre Gondois <Pierre.Gondois@arm.com>

Kvmtool dynamically generates a device tree describing the platform
to boot on. Using the patch-sets listed below, the DynamicTables
framework generates ACPI tables describing a similar platform.

This patch-set:
 - adds a ConfigurationManager allowing to generate ACPI tables
   for Kvmtool
 - adds the acpiview command line utility to the ArmVirtPkg
 - update ArmVirtPkg.ci.yaml to add new words and use the
   DynamicTablesPkg

This patch sets also set the default platform description format
to ACPI instead of the device tree (c.f.: PcdForceNoAcpi is set
to FALSE).

The changes can be seen at: https://github.com/PierreARM/edk2/tree/1456_Add_ACPI_support_for_Kvmtool_v1
The results of the CI can be seen at: https://github.com/tianocore/edk2/pull/1753

This patch-set is dependent over the following patch-sets:
  [PATCH v1 00/10] Various DynamicTablesPkg modifications 
  https://edk2.groups.io/g/devel/message/76929
and:
  [PATCH v1 00/13] Create a SSDT CPU topology generator 
  https://edk2.groups.io/g/devel/message/76941
and:
  [PATCH v1 0/7] Create a SSDT PCIe generator 
  https://edk2.groups.io/g/devel/message/76958
and:
  [PATCH v1 00/14] Implement a FdtHwInfoParserLib
  https://edk2.groups.io/g/devel/message/76967
and:
  [PATCH v1 0/5] Add DynamicPlatRepoLib
  https://edk2.groups.io/g/devel/message/76984

Pierre Gondois (1):
  ArmVirtPkg: Add cspell exceptions

Sami Mujawar (4):
  ArmVirtPkg: Add DSDT ACPI table for Kvmtool firmware
  ArmVirtPkg: Add Configuration Manager for Kvmtool firmware
  ArmVirtPkg: Enable ACPI support for Kvmtool
  ArmVirtPkg: Enable Acpiview for ArmVirtPkg

 ArmVirtPkg/ArmVirt.dsc.inc                    |   3 +-
 ArmVirtPkg/ArmVirtKvmTool.dsc                 |  18 +-
 ArmVirtPkg/ArmVirtKvmTool.fdf                 |  11 +
 ArmVirtPkg/ArmVirtPkg.ci.yaml                 |   3 +
 .../KvmtoolCfgMgrDxe/AslTables/Dsdt.asl       |  19 +
 .../KvmtoolCfgMgrDxe/ConfigurationManager.c   | 948 ++++++++++++++++++
 .../KvmtoolCfgMgrDxe/ConfigurationManager.h   |  94 ++
 .../ConfigurationManagerDxe.inf               |  58 ++
 8 files changed, 1151 insertions(+), 3 deletions(-)
 create mode 100644 ArmVirtPkg/KvmtoolCfgMgrDxe/AslTables/Dsdt.asl
 create mode 100644 ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManager.c
 create mode 100644 ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManager.h
 create mode 100644 ArmVirtPkg/KvmtoolCfgMgrDxe/ConfigurationManagerDxe.inf

-- 
2.17.1


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

end of thread, other threads:[~2021-06-24 13:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-23 14:06 [PATCH v1 0/5] Add ACPI support for Kvmtool PierreGondois
2021-06-23 14:06 ` [PATCH v1 1/5] ArmVirtPkg: Add cspell exceptions PierreGondois
2021-06-24 11:11   ` [edk2-devel] " Laszlo Ersek
2021-06-23 14:06 ` [PATCH v1 2/5] ArmVirtPkg: Add DSDT ACPI table for Kvmtool firmware PierreGondois
2021-06-24 11:13   ` [edk2-devel] " Laszlo Ersek
2021-06-23 14:06 ` [PATCH v1 3/5] ArmVirtPkg: Add Configuration Manager " PierreGondois
2021-06-24 12:30   ` [edk2-devel] " Laszlo Ersek
2021-06-24 12:35   ` Laszlo Ersek
2021-06-23 14:06 ` [PATCH v1 4/5] ArmVirtPkg: Enable ACPI support for Kvmtool PierreGondois
2021-06-24 12:50   ` [edk2-devel] " Laszlo Ersek
2021-06-23 14:06 ` [PATCH v1 5/5] ArmVirtPkg: Enable Acpiview for ArmVirtPkg PierreGondois
2021-06-24 12:59   ` [edk2-devel] " Laszlo Ersek
2021-06-24 13:07     ` Laszlo Ersek
2021-06-24 11:51 ` [edk2-devel] [PATCH v1 0/5] Add ACPI support for Kvmtool Laszlo Ersek
2021-06-24 13:02 ` Laszlo Ersek

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