AGESA: Drop CONFIG_CBB and CONFIG_CDB
commit3d3152eec7efe9bf02499c42b92b4ad22bd7fd4e
authorKyösti Mälkki <kyosti.malkki@gmail.com>
Thu, 10 Jan 2019 07:05:30 +0000 (10 09:05 +0200)
committerKyösti Mälkki <kyosti.malkki@gmail.com>
Mon, 14 Jan 2019 19:08:34 +0000 (14 19:08 +0000)
treed8c4c0677fdd43274cc3511645e6a309823970d9
parentbbd237702a0e6cc63d88308c6e164451f87300b4
AGESA: Drop CONFIG_CBB and CONFIG_CDB

Static values, copy paste from multi-node fam15 code.

Add header that shall have declarations of functions
common to different families factored out.

Change-Id: I07bc046c74280f49e46793c119d36b87b8789949
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/30732
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
13 files changed:
src/cpu/amd/agesa/family12/Kconfig
src/cpu/amd/agesa/family14/Kconfig
src/cpu/amd/agesa/family15tn/Kconfig
src/cpu/amd/agesa/family16kb/Kconfig
src/northbridge/amd/agesa/family12/amdfam12_conf.c
src/northbridge/amd/agesa/family12/northbridge.c
src/northbridge/amd/agesa/family14/amdfam14_conf.c
src/northbridge/amd/agesa/family14/northbridge.c
src/northbridge/amd/agesa/family15tn/northbridge.c
src/northbridge/amd/agesa/family16kb/northbridge.c
src/northbridge/amd/agesa/nb_common.h [new file with mode: 0644]
src/southbridge/amd/cimx/sb800/reset.c
src/southbridge/amd/cimx/sb900/reset.c