Patrick Rudolph has uploaded this change for review.

View Change

cpu/qemu-x86: Fix timestamp and bist reporting

Change-Id: Id66a7f6767735862e138c58c4bcc9e68215dd3c5
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
---
M src/cpu/qemu-x86/cache_as_ram_bootblock.S
1 file changed, 3 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/43002/1
diff --git a/src/cpu/qemu-x86/cache_as_ram_bootblock.S b/src/cpu/qemu-x86/cache_as_ram_bootblock.S
index 30f9f9c..415ed24 100644
--- a/src/cpu/qemu-x86/cache_as_ram_bootblock.S
+++ b/src/cpu/qemu-x86/cache_as_ram_bootblock.S
@@ -29,11 +29,12 @@

/* Restore the BIST result and timestamps. */
#if defined(__x86_64__)
- movd %mm1, %rdi
+ movd %mm2, %rdi
shld %rdi, 32
movd %mm1, %rsi
or %rsi, %rdi
- movd %mm2, %rsi
+
+ movd %mm0, %rsi
#else
sub $4, %esp


To view, visit change 43002. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id66a7f6767735862e138c58c4bcc9e68215dd3c5
Gerrit-Change-Number: 43002
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Rudolph <siro@das-labor.org>
Gerrit-MessageType: newchange