AMD Bald Eagle: Add CPU subdirectory files for new AMD processor

Hardware / Coreboot - Bruce Griffith [se-eng.com] - 20 February 2015 17:24 UTC

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

fa0ab8c AMD Bald Eagle: Add CPU subdirectory files for new AMD processor
src/cpu/amd/pi/00630F01/Kconfig | 69 +++++++++++++++
src/cpu/amd/pi/00630F01/Makefile.inc | 35 ++++++++
src/cpu/amd/pi/00630F01/acpi/cpu.asl | 111 +++++++++++++++++++++++
src/cpu/amd/pi/00630F01/chip_name.c | 24 +++++
src/cpu/amd/pi/00630F01/fixme.c | 91 +++++++++++++++++++
src/cpu/amd/pi/00630F01/model_15_init.c | 147 +++++++++++++++++++++++++++++++
src/cpu/amd/pi/00630F01/udelay.c | 45 ++++++++++
src/cpu/amd/pi/Kconfig | 2 +
src/cpu/amd/pi/Makefile.inc | 1 +
src/cpu/amd/pi/heapmanager.c | 4 +-
10 files changed, 527 insertions(+), 2 deletions(-)

Upstream: review.coreboot.org


  • Share