From fa0ab8cfc25074632124b5dbbc07dda07f1070f9 Mon Sep 17 00:00:00 2001 From: Bruce Griffith Date: Wed, 22 Oct 2014 03:37:57 -0600 Subject: AMD Bald Eagle: Add CPU subdirectory files for new AMD processor This adds the AMD Family 15h model 30 CPU. S3 suspend/resume currently is not supported. Tested on the amd/lamar platform. Change-Id: Ifef55747a5d715b17937fc75ab9d35945b59f0e6 Signed-off-by: Bruce Griffith Signed-off-by: Dave Frodin Reviewed-on: http://review.coreboot.org/7248 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/cpu/amd/pi/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/amd/pi/Makefile.inc') diff --git a/src/cpu/amd/pi/Makefile.inc b/src/cpu/amd/pi/Makefile.inc index 8228b12182..4909e3e95f 100644 --- a/src/cpu/amd/pi/Makefile.inc +++ b/src/cpu/amd/pi/Makefile.inc @@ -17,6 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # +subdirs-$(CONFIG_CPU_AMD_PI_00630F01) += 00630F01 subdirs-$(CONFIG_CPU_AMD_PI_00730F01) += 00730F01 romstage-y += s3_resume.c -- cgit v1.2.3