From 085a2268083cfe1d22f696c9070726dcf2dc160f Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 4 Jan 2019 16:11:50 +0100 Subject: superio/*: Link early initialization into bootblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows to set up the SuperIO in the C_ENVIRONMENT_BOOTBLOCK bootblocks. It is likely unnecessary to do this in verstage. This also renames COMMON_ROMSTAGE to COMMON_PRE_RAM. Change-Id: I3d999611baa1e79c79fe6b1f01822ebaa5f85daf Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/30672 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Felix Held --- src/superio/ite/it8716f/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/superio/ite/it8716f/Kconfig') diff --git a/src/superio/ite/it8716f/Kconfig b/src/superio/ite/it8716f/Kconfig index 6b0b79d864..969e7882d9 100644 --- a/src/superio/ite/it8716f/Kconfig +++ b/src/superio/ite/it8716f/Kconfig @@ -16,10 +16,10 @@ config SUPERIO_ITE_IT8716F bool - select SUPERIO_ITE_COMMON_ROMSTAGE + select SUPERIO_ITE_COMMON_PRE_RAM config SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL bool depends on SUPERIO_ITE_IT8716F default n - select SUPERIO_ITE_COMMON_ROMSTAGE + select SUPERIO_ITE_COMMON_PRE_RAM -- cgit v1.2.3