From 1c105903078f85dd1be805c737b4e4da6dea0618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sun, 23 Dec 2018 07:22:59 +0200 Subject: arch/x86: Use a common timestamp.inc with romcc bootblocks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The same file was replicated three times for certain soc/intel bootblocks, yet there are no indications or need to do chipset-specific initialisation. There is no harm in storing the TSC values in MMX registers even when they would not be used. Change-Id: Iec6fa0889f5887effca1d99ef830d383fb733648 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30393 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/soc/intel/broadwell/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/soc/intel/broadwell/Kconfig') diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig index 1a4a70aa0f..be9acc538e 100644 --- a/src/soc/intel/broadwell/Kconfig +++ b/src/soc/intel/broadwell/Kconfig @@ -204,8 +204,4 @@ config REFCODE_BLOB_FILE endif # HAVE_REFCODE_BLOB -config CHIPSET_BOOTBLOCK_INCLUDE - string - default "soc/intel/broadwell/bootblock/timestamp.inc" - endif -- cgit v1.2.3