From 33fcaf91ff825ad0adf0a2a483e6a296ed4e0e31 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 10 Oct 2018 22:44:20 +0200 Subject: arch/x86: Implement common CF9 reset It's very common across many x86 silicon vendors, so place it in `arch/x86/`. Change-Id: I06c27afa31e5eecfdb7093c02f703bdaabf0594c Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/29054 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/arch/x86/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/arch/x86/Kconfig') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 46e0c2d368..ff26a15449 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -315,3 +315,10 @@ config IDT_IN_EVERY_STAGE bool default n depends on ARCH_X86 + +config HAVE_CF9_RESET + bool + +config HAVE_CF9_RESET_PREPARE + bool + depends on HAVE_CF9_RESET -- cgit v1.2.3