more GX2 commit
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2185 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -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
|
@ -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
|
||||
|
Reference in New Issue
Block a user