add cs5536 directory

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2261 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo 2006-04-20 21:21:13 +00:00
parent 965b5ad85b
commit 5c97d78b1a
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ static void cs5535_setup_cis_mode(void)
msr.lo |= 0x10;
__builtin_wrmsr(0x51000010, msr.lo, msr.hi);
//Only do this if we are building for 5535
//__builtin_wrmsr(0x54002010, 0x00000002, 0x00000000);
__builtin_wrmsr(0x54002010, 0x00000002, 0x00000000);
}
static void dummy(void)