diff options
author | Bob Moore <robert.moore@intel.com> | 2012-12-31 00:06:44 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-01-10 12:36:21 +0100 |
commit | 7e2e11abbe54b44c51eeb4f22c19ba7043c3cb88 (patch) | |
tree | d3d57c91eed0f8898b4ed4f8f9176beae0df5c1a /include/acpi | |
parent | e6750be9572c2359584d0cbaf318c10766c0640b (diff) |
ACPICA: iASL: Finish support for the TPM2 table.
Add disassembler, table compiler, and template support.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/actbl3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h index a067d7d0df7d..c4aae227d253 100644 --- a/include/acpi/actbl3.h +++ b/include/acpi/actbl3.h @@ -75,7 +75,6 @@ /* Reserved table signatures */ -#define ACPI_SIG_CSRT "CSRT" /* Core System Resources Table */ #define ACPI_SIG_MATR "MATR" /* Memory Address Translation Table */ #define ACPI_SIG_MSDM "MSDM" /* Microsoft Data Management Table */ #define ACPI_SIG_WPBT "WPBT" /* Windows Platform Binary Table */ |