summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-08 06:29:25 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-08 06:29:25 +0000
commit4a71b21a6375549aa514e4680449a29f9c64802f (patch)
tree97f8683ca5371f3488bccad2f3cdac6313792d8d /IntelFrameworkPkg/Include/Protocol/AcpiSupport.h
parentf42be64210ea5ef394835a3c35f0444086537f66 (diff)
downloadedk2-4a71b21a6375549aa514e4680449a29f9c64802f.zip
edk2-4a71b21a6375549aa514e4680449a29f9c64802f.tar.gz
edk2-4a71b21a6375549aa514e4680449a29f9c64802f.tar.bz2
Add more comments for IntelFramework's header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5003 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/AcpiSupport.h')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/AcpiSupport.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h b/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h
index 8955e8e..c22f637 100644
--- a/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h
+++ b/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h
@@ -1,6 +1,15 @@
/** @file
- Definition of the ACPI Support protocol.
+ This protocol provides some basic services to support publishing ACPI system tables. The
+ services handle many of the more mundane tasks that are required to publish a set of tables. The
+ services will do the following:
+ - Generate common tables.
+ - Update the table links.
+ - Ensure that tables are properly aligned and use correct types of memory.
+ - Update checksum values and IDs.
+ - Complete the final installation of the tables.
+ This is defined in the ACPI Specification 0.9.
+
Copyright (c) 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -10,11 +19,6 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- Module Name: AcpiSupport.h
-
- @par Revision Reference:
- This is defined in the ACPI Specification 0.9.
-
**/
#ifndef _ACPI_SUPPORT_PROTOCOL_H_