From: Bob Moore Date: Mon, 31 Dec 2012 00:06:44 +0000 (+0000) Subject: ACPICA: iASL: Finish support for the TPM2 table. X-Git-Tag: v3.9-rc1~146^2~11^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e2e11abbe54b44c51eeb4f22c19ba7043c3cb88;p=thirdparty%2Flinux.git ACPICA: iASL: Finish support for the TPM2 table. Add disassembler, table compiler, and template support. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h index a067d7d0df7de..c4aae227d2539 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 */