Sven Schnelle (svens@stackframe.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1117
-gerrit
commit f42c3ba0bd2cbc4fca87ce38b2e134679b84e126 Author: Sven Schnelle svens@stackframe.org Date: Wed Jun 20 15:36:53 2012 +0200
i5000: fix typos
Peter and Ron pointed out two typos. They have no side effects, but it's still worth to fix them.
Change-Id: I9aecccdbc72beb2623fbe558a06e4f1b050f6e74 Signed-off-by: Sven Schnelle svens@stackframe.org --- src/northbridge/intel/i5000/halt_second_bsp.S | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/northbridge/intel/i5000/halt_second_bsp.S b/src/northbridge/intel/i5000/halt_second_bsp.S index 2dc533a..30e6d89 100644 --- a/src/northbridge/intel/i5000/halt_second_bsp.S +++ b/src/northbridge/intel/i5000/halt_second_bsp.S @@ -14,11 +14,11 @@
/* perform hard reset */ movw $0xcf9, %dx - movw $0x06, %ax - outw %ax, %dx + movw $0x06, %al + outw %al, %dx
loop0: hlt - jmp loop + jmp loop0
no_reset: