The Platform Communication Channel Table (PCCT) generator collates the relevant information required for generating a PCCT table from configuration manager using the configuration manager protocol. The DynamicTablesManager then install the PCCT table. From ACPI 6.4, s14 PLATFORM COMMUNICATIONS CHANNEL (PCC): The platform communication channel (PCC) is a generic mechanism for OSPM to communicate with an entity in the platform. Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
31 lines
690 B
INI
31 lines
690 B
INI
## @file
|
|
# Pcct Table Generator
|
|
#
|
|
# Copyright (c) 2022, Arm Limited. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x0001001B
|
|
BASE_NAME = AcpiPcctLibArm
|
|
FILE_GUID = 38FE945C-D6ED-4CD6-8D20-FCEF3260D15A
|
|
VERSION_STRING = 1.0
|
|
MODULE_TYPE = DXE_DRIVER
|
|
LIBRARY_CLASS = NULL|DXE_DRIVER
|
|
CONSTRUCTOR = AcpiPcctLibConstructor
|
|
DESTRUCTOR = AcpiPcctLibDestructor
|
|
|
|
[Sources]
|
|
PcctGenerator.c
|
|
PcctGenerator.h
|
|
|
|
[Packages]
|
|
DynamicTablesPkg/DynamicTablesPkg.dec
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|