- Add support for Intel Pentium III MSRs

- pmbase is on southbridge function 3 on I82371XX

Signed-off-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de>
Acked-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6128 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Tobias Diedrich
2010-11-27 14:44:19 +00:00
committed by Tobias Diedrich
parent e87c38e0af
commit 3645e61608
4 changed files with 98 additions and 4 deletions

View File

@@ -322,7 +322,7 @@ int main(int argc, char *argv[])
}
if (dump_pmbase) {
print_pmbase(sb);
print_pmbase(sb, pacc);
printf("\n\n");
}