summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/dedede/variants/baseboard/include/baseboard/variants.h
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-10-15 00:04:36 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-10-21 12:38:08 +0000
commitfb620109a4dc96f4cba47a24fe93cd954dba902a (patch)
tree0c5420387cb239c7ed1a322d53bcc8b46419ebb0 /src/mainboard/google/dedede/variants/baseboard/include/baseboard/variants.h
parent63032439f4278125b3a01d33d056761dd1ae8cba (diff)
downloadcoreboot-fb620109a4dc96f4cba47a24fe93cd954dba902a.tar.gz
coreboot-fb620109a4dc96f4cba47a24fe93cd954dba902a.tar.bz2
coreboot-fb620109a4dc96f4cba47a24fe93cd954dba902a.zip
mb/google/dedede: drop obsolete ISST workaround
Early JSL silicon hang while booting Linux with ISST enabled. The malfunctioning silicon revisions have been used only for development purposes and have been phased out. Thus, drop the ISST workaround. Change-Id: Ic335c0bf03a5b07130f79c24107a1b1b0ae75611 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46459 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/google/dedede/variants/baseboard/include/baseboard/variants.h')
-rw-r--r--src/mainboard/google/dedede/variants/baseboard/include/baseboard/variants.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/dedede/variants/baseboard/include/baseboard/variants.h b/src/mainboard/google/dedede/variants/baseboard/include/baseboard/variants.h
index bd94ef4df37a..dc855c63cdc9 100644
--- a/src/mainboard/google/dedede/variants/baseboard/include/baseboard/variants.h
+++ b/src/mainboard/google/dedede/variants/baseboard/include/baseboard/variants.h
@@ -36,7 +36,4 @@ int variant_memory_sku(void);
*/
bool variant_mem_is_half_populated(void);
-/* Variant Intel Speed Shift Technology override */
-void variant_isst_override(void);
-
#endif /*__BASEBOARD_VARIANTS_H__ */