diff options
author | Bruce Griffith <Bruce.Griffith@se-eng.com> | 2014-10-22 03:37:57 -0600 |
---|---|---|
committer | Dave Frodin <dave.frodin@se-eng.com> | 2015-02-21 00:24:44 +0100 |
commit | fa0ab8cfc25074632124b5dbbc07dda07f1070f9 (patch) | |
tree | 72bb9b4d5896a7ed6cb3330863a3f5377ef0eb08 /src/cpu/amd/pi/Kconfig | |
parent | e5ccbfd290e830a068721b39f16177333301da29 (diff) |
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 <Bruce.Griffith@se-eng.com>
Signed-off-by: Dave Frodin <dave.frodin@se-eng.com>
Reviewed-on: http://review.coreboot.org/7248
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/cpu/amd/pi/Kconfig')
-rw-r--r-- | src/cpu/amd/pi/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/amd/pi/Kconfig b/src/cpu/amd/pi/Kconfig index 88c4745754..3fa62636fa 100644 --- a/src/cpu/amd/pi/Kconfig +++ b/src/cpu/amd/pi/Kconfig @@ -19,6 +19,7 @@ config CPU_AMD_PI bool + default y if CPU_AMD_PI_00630F01 default y if CPU_AMD_PI_00730F01 default n select ARCH_BOOTBLOCK_X86_32 @@ -74,4 +75,5 @@ config S3_DATA_SIZE endif # CPU_AMD_PI +source src/cpu/amd/pi/00630F01/Kconfig source src/cpu/amd/pi/00730F01/Kconfig |