b06eaf76b5
For the moment we make use of Trinity f15tn AGESA for Richland f15rl support until we have properly worked out the discrepancies. Adds RL-A1 Richland stepping cpuid to F15TnLogicalIdTables lookup. We later wish to merge f15tn and f15rl support into the AGESA in any case. Change-Id: Ia9070d4e392ce7eb912771d1c7b3ef1440f8e8a8 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7559 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Nicolas Reinecke <nr@das-labor.org>
7 lines
351 B
Makefile
7 lines
351 B
Makefile
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY10) += f10
|
|
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY12) += f12
|
|
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY14) += f14
|
|
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15) += f15
|
|
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15_TN) += f15tn
|
|
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15_RL) += f15tn
|
|
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY16_KB) += f16kb
|