aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTim Chu <Tim.Chu@quantatw.com>2020-09-07 02:30:19 -0700
committerPatrick Georgi <pgeorgi@google.com>2020-10-12 08:42:57 +0000
commitf2f53c447aaac242f45eaaa2e9af7e3c76047baa (patch)
treea6ea4e998a34b8ce0247ae50500f625e071d0ea2 /src/include
parent27bf0c8efcfcd15a6068ba7ac8dc892b0e64d375 (diff)
arch/x86/smbios: Update SMBIOS type 0 ec version
Update embedded controller firmware version for SMBIOS type 0. TEST=Execute "dmidecode -t 0" to check if the ec version is correct Signed-off-by: Tim Chu <Tim.Chu@quantatw.com> Change-Id: Ibd5ee27a1b8fa4e5bc66e359d3b62e052e19e8a2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45138 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jonathan Zhang <jonzhang@fb.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/smbios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/smbios.h b/src/include/smbios.h
index 521339e401..8033d6ca98 100644
--- a/src/include/smbios.h
+++ b/src/include/smbios.h
@@ -54,6 +54,8 @@ const char *smbios_chassis_version(void);
const char *smbios_chassis_serial_number(void);
const char *smbios_processor_serial_number(void);
+void smbios_ec_revision(uint8_t *ec_major_revision, uint8_t *ec_minor_revision);
+
unsigned int smbios_processor_external_clock(void);
unsigned int smbios_processor_characteristics(void);
struct cpuid_result;