Add AMD Family 10 cpu support to northbridge folder
authorefdesign98 <efdesign98@gmail.com>
Thu, 14 Jul 2011 00:49:25 +0000 (17:49 -0700)
committerPatrick Georgi <patrick@georgi-clan.de>
Mon, 18 Jul 2011 19:55:59 +0000 (21:55 +0200)
commitb58640c5ef26ea49db8d94fa4962de3354bd2af2
tree553bb5d8a9e52de59ab5444025349ab7c6f79253
parentca8a68d26b28ec7cb54804be1126e1253d554e49
Add AMD Family 10 cpu support to northbridge folder

This change adds the AMD Family 10 cpu support to the northbridge
folder.  The northbridge/amd/agesa Kconfig and Makefile.inc are
changed as well.

Change-Id: Id76e9fa388c79ac469a673aaedaa4f1bfd7619d9
Signed-off-by: Frank Vibrans <frank.vibrans@amd.com>
Signed-off-by: efdesign98 <efdesign98@gmail.com>
Reviewed-on: http://review.coreboot.org/98
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
15 files changed:
src/northbridge/amd/Makefile.inc
src/northbridge/amd/agesa/Kconfig
src/northbridge/amd/agesa/Makefile.inc
src/northbridge/amd/agesa/family10/Kconfig [new file with mode: 0755]
src/northbridge/amd/agesa/family10/Makefile.inc [new file with mode: 0755]
src/northbridge/amd/agesa/family10/amdfam10.h [new file with mode: 0755]
src/northbridge/amd/agesa/family10/bootblock.c [new file with mode: 0755]
src/northbridge/amd/agesa/family10/chip.h [new file with mode: 0755]
src/northbridge/amd/agesa/family10/northbridge.c [new file with mode: 0755]
src/northbridge/amd/agesa/family10/northbridge.h [new file with mode: 0755]
src/northbridge/amd/agesa/family10/reset_test.h [new file with mode: 0755]
src/northbridge/amd/agesa/family10/root_complex/Kconfig [new file with mode: 0755]
src/northbridge/amd/agesa/family10/root_complex/chip.h [new file with mode: 0755]
src/northbridge/amd/agesa/family10/ssdt.asl [new file with mode: 0755]
src/northbridge/amd/amdfam10/reset_test.c