summaryrefslogtreecommitdiffstats
path: root/src/include/elog.h
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2018-12-03 16:10:33 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-12-05 13:31:10 +0000
commitd61839c3ea6dd5e35f680ce56b9e2f8247833116 (patch)
tree356b646a3172c07b76253f35f8d1fb02a57bb589 /src/include/elog.h
parent8b04dc730ddcf6c80c556e89e1e17a64fdf39db7 (diff)
downloadcoreboot-d61839c3ea6dd5e35f680ce56b9e2f8247833116.tar.gz
coreboot-d61839c3ea6dd5e35f680ce56b9e2f8247833116.tar.bz2
coreboot-d61839c3ea6dd5e35f680ce56b9e2f8247833116.zip
elog: make elog's SMM handler code follow everything else
Instead of ELOG_GSMI_APM_CNT use APM_CNT_ELOG_GSMI and define it in cpu/x86/smm.h Change-Id: I3a3e2f823c91b475d1e15b8c20e9cf5f3fd9de83 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/30022 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/elog.h')
-rw-r--r--src/include/elog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/elog.h b/src/include/elog.h
index 8aecf2c29b72..31891e01ec20 100644
--- a/src/include/elog.h
+++ b/src/include/elog.h
@@ -16,9 +16,6 @@
#ifndef ELOG_H_
#define ELOG_H_
-/* SMI command code for GSMI event logging */
-#define ELOG_GSMI_APM_CNT 0xEF
-
#define MAX_EVENT_SIZE 0x7F
/* End of log */