Add AMD SB800 southbridge CIMx code.

The main CIMx code is in a src/vendorcode directory and should not be
changed with regard to coding style etc. in order to remain easily syncable
with the "upstream" AMD code.

Signed-off-by: Kerry She <Kerry.she@amd.com>
Acked-by: Stefan Reinauer <stepan@coreboot.org>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6229 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Kerry She
2011-01-01 17:44:07 +00:00
committed by Uwe Hermann
parent 123edb0f68
commit 799fed98ea
40 changed files with 10730 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <cpu/x86/mtrr/earlymtrr.c>
#include <northbridge/amd/amdfam10/raminit_amdmct.c>
#include <reset.h>
static void prep_fid_change(void);
static void init_fidvid_stage2(u32 apicid, u32 nodeid);