more GX2 commit

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2185 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo
2006-02-27 18:28:30 +00:00
parent 981367932d
commit a51e6f1e56
5 changed files with 70 additions and 72 deletions

View File

@ -9,7 +9,7 @@
/* copied for gx2 for ron minnich, as a placeholder */
/* USES: esi, ecx, eax */
#if 0
#include <cpu/amd/gx2def.h>
movl %eax, %ebp /* preserve bist */
@ -68,3 +68,4 @@ cpu_setup_end:
nop
movl %ebp, %eax /* Restore bist */
#endif

View File

@ -8,6 +8,7 @@
#include <cpu/amd/gx2def.h>
#if 0
movl %eax, %ebp /* Preserve bist */
gx_setup_start:
@ -45,3 +46,4 @@ gx_setup_end:
nop
movl %ebp, %eax /* Restore bist */
#endif