From 21cde8b83227fa324f246672b1e2d58408ea6bf8 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Sun, 7 May 2017 16:47:36 -0600 Subject: soc/amd/stoneyridge: Add CPU files Copy cpu/amd/pi/00670F00 to soc/amd/stoneyridge and soc/amd/common. This is the second patch in the process of converting Stoney Ridge to soc/. Changes: - update Kconfig and Makefiles - update vendorcode/amd for new soc/ path Change-Id: I8b6b1991372c2c6a02709777a73615a86e78ac26 Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/19723 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/vendorcode/amd/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/vendorcode/amd/Kconfig') diff --git a/src/vendorcode/amd/Kconfig b/src/vendorcode/amd/Kconfig index 978170f00a..89c5a90448 100644 --- a/src/vendorcode/amd/Kconfig +++ b/src/vendorcode/amd/Kconfig @@ -1,7 +1,7 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2013-2014 Sage Electronic Engineering, LLC +# Copyright (C) 2013-2017 Sage Electronic Engineering, LLC # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -13,13 +13,14 @@ # GNU General Public License for more details. # -if CPU_AMD_PI +if CPU_AMD_PI || SOC_AMD_PI menu "AMD Platform Initialization" choice prompt "AGESA source" default CPU_AMD_AGESA_BINARY_PI if CPU_AMD_PI + default CPU_AMD_AGESA_BINARY_PI if SOC_AMD_PI default CPU_AMD_AGESA_OPENSOURCE help Select the method for including the AMD Platform Initialization -- cgit v1.2.3