From c666a64395efd7472ff6f5de5589593c7d5f8e33 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 9 Apr 2010 11:37:58 +0000 Subject: drop unused files, and we only use ASM_LOG_LEVEL in one file now (LX CAR) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5390 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/init/crt0_prologue.inc | 9 ++------- src/arch/i386/lib/jmp_auto.inc | 3 --- src/arch/i386/lib/jmp_auto_out.inc | 5 ----- src/arch/i386/lib/noop_failover.inc | 9 --------- 4 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 src/arch/i386/lib/jmp_auto.inc delete mode 100644 src/arch/i386/lib/jmp_auto_out.inc delete mode 100644 src/arch/i386/lib/noop_failover.inc (limited to 'src') diff --git a/src/arch/i386/init/crt0_prologue.inc b/src/arch/i386/init/crt0_prologue.inc index f5d8b6f659..3c3fa1d859 100644 --- a/src/arch/i386/init/crt0_prologue.inc +++ b/src/arch/i386/init/crt0_prologue.inc @@ -6,18 +6,13 @@ * published by the Free Software Foundation; version 2 of the License. */ - #include #include #include -#ifndef ASM_CONSOLE_LOGLEVEL -#define ASM_CONSOLE_LOGLEVEL CONFIG_MAXIMUM_CONSOLE_LOGLEVEL -#endif - /* - * This is the entry code the code in .reset section - * jumps to this address. + * This is the entry code. + * The code in the .reset section jumps to this address. * */ .section ".rom.data", "a", @progbits diff --git a/src/arch/i386/lib/jmp_auto.inc b/src/arch/i386/lib/jmp_auto.inc deleted file mode 100644 index 5701922bae..0000000000 --- a/src/arch/i386/lib/jmp_auto.inc +++ /dev/null @@ -1,3 +0,0 @@ -/* -*- asm -*- */ - - jmp __fpu_start diff --git a/src/arch/i386/lib/jmp_auto_out.inc b/src/arch/i386/lib/jmp_auto_out.inc deleted file mode 100644 index 88b1728aab..0000000000 --- a/src/arch/i386/lib/jmp_auto_out.inc +++ /dev/null @@ -1,5 +0,0 @@ -/* -*- asm -*- */ - - /* clear boot_complete flag */ - xorl %ebp, %ebp - jmp __main diff --git a/src/arch/i386/lib/noop_failover.inc b/src/arch/i386/lib/noop_failover.inc deleted file mode 100644 index 70c10b0d3e..0000000000 --- a/src/arch/i386/lib/noop_failover.inc +++ /dev/null @@ -1,9 +0,0 @@ -/* Step 1: Test for cpu reset - * That is, did I just boot or is this a later boot since power on. - * The result of this test in %al - * %al == 1 -- We are rebooting - * %al == 0 -- This is the initial boot - * - */ - testb %al, %al - jnz __cpu_reset -- cgit v1.2.3