summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Ta Lo <ollie@lanl.gov>2004-05-13 20:39:07 +0000
committerLi-Ta Lo <ollie@lanl.gov>2004-05-13 20:39:07 +0000
commit6a8745ae578531617deab7c5de04d4566e3d0b45 (patch)
treec0b970b91bfdf6fdbaaae6eaa75dc563eda0fdb3
parent5002af6a1895d53978e92217bd7a579f0fdf43e5 (diff)
downloadcoreboot-6a8745ae578531617deab7c5de04d4566e3d0b45.tar.xz
code reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1560 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/arch/i386/smp/ioapic.c1
-rw-r--r--src/boot/hardwaremain.c2
-rw-r--r--src/cpu/k8/earlymtrr.inc3
3 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/i386/smp/ioapic.c b/src/arch/i386/smp/ioapic.c
index 344b30d0dc..87d9a46560 100644
--- a/src/arch/i386/smp/ioapic.c
+++ b/src/arch/i386/smp/ioapic.c
@@ -1,7 +1,6 @@
#include <console/console.h>
#include <arch/ioapic.h>
-/* TODO: this must move to chip/intel */
/* we have to do more than we thought. I assumed Linux would do all the
* interesting parts, and I was wrong.
*/
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c
index 86ea097965..efaf59519d 100644
--- a/src/boot/hardwaremain.c
+++ b/src/boot/hardwaremain.c
@@ -152,7 +152,7 @@ void hardwaremain(int boot_complete)
unsigned long totalmem;
post_code(0x80);
-
+
CONFIGURE(CONF_PASS_PRE_CONSOLE);
/* displayinit MUST PRECEDE ALL PRINTK! */
diff --git a/src/cpu/k8/earlymtrr.inc b/src/cpu/k8/earlymtrr.inc
index 6f8537d255..d5c754742b 100644
--- a/src/cpu/k8/earlymtrr.inc
+++ b/src/cpu/k8/earlymtrr.inc
@@ -115,6 +115,7 @@ var_iorr_msr:
mem_top:
.long 0xC001001A, 0xC001001D
.long 0x000 /* NULL, end of table */
+
earlymtrr_end:
/* Restore the BIST value */
- movl %ebp, %eax \ No newline at end of file
+ movl %ebp, %eax