summaryrefslogtreecommitdiff
path: root/src/cpu/x86/car/copy_and_run.c
diff options
context:
space:
mode:
authorarch import user (historical) <svn@openbios.org>2005-07-06 18:17:43 +0000
committerarch import user (historical) <svn@openbios.org>2005-07-06 18:17:43 +0000
commitfb07bf4acaf7a86b2dd5c38beaa43f5d06c54e7b (patch)
tree874af742fb52988ed4553664f8e70dddd203ecb1 /src/cpu/x86/car/copy_and_run.c
parent59140ccdf384346ab0a6112baee175a01ed5bd9f (diff)
downloadcoreboot-fb07bf4acaf7a86b2dd5c38beaa43f5d06c54e7b.tar.xz
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-62
Creator: Yinghai Lu <yhlu@tyan.com> add eswar code in intel car to disable Hyperthreading git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1980 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/x86/car/copy_and_run.c')
-rw-r--r--src/cpu/x86/car/copy_and_run.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/x86/car/copy_and_run.c b/src/cpu/x86/car/copy_and_run.c
index 89a864d4fc..ae77e50956 100644
--- a/src/cpu/x86/car/copy_and_run.c
+++ b/src/cpu/x86/car/copy_and_run.c
@@ -62,6 +62,8 @@ static void copy_and_run(unsigned cpu_reset)
print_debug("src="); print_debug_hex32(src); print_debug("\r\n");
print_debug("dst="); print_debug_hex32(dst); print_debug("\r\n");
#endif
+
+// dump_mem(src, src+0x100);
for(;;) {
unsigned int m_off, m_len;