Whitespace/typo/cosmetic fixes (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5830 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2010-09-23 18:48:27 +00:00
parent d6b4f1cd0a
commit 16db6c3486
9 changed files with 48 additions and 42 deletions

View File

@@ -184,7 +184,7 @@ done_cache_as_ram_main:
/* clear boot_complete flag */
xorl %ebp, %ebp
__main:
post_code(0x11) /* post 11 */
post_code(0x11)
/* TODO For suspend/resume the cache will have to live between
* CONFIG_RAMBASE and CONFIG_RAMTOP
@@ -201,7 +201,7 @@ __main:
call copy_and_run
.Lhlt:
post_code(0xee) /* post fail ee */
post_code(0xee)
hlt
jmp .Lhlt

View File

@@ -210,7 +210,7 @@ done_cache_as_ram_main:
/* clear boot_complete flag */
xorl %ebp, %ebp
__main:
post_code(0x11) /* post 11 */
post_code(0x11)
/* TODO For suspend/resume the cache will have to live between
* CONFIG_RAMBASE and CONFIG_RAMTOP
@@ -227,7 +227,7 @@ __main:
call copy_and_run
.Lhlt:
post_code(0xee) /* post fail ee */
post_code(0xee)
hlt
jmp .Lhlt

View File

@@ -51,7 +51,7 @@ __protected_start:
/* Save the BIST value */
movl %eax, %ebp
post_code(0x10) /* post 10 */
post_code(0x10)
movw $ROM_DATA_SEG, %ax
movw %ax, %ds