drop unused files, and we only use ASM_LOG_LEVEL in one file now

(LX CAR)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5390 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2010-04-09 11:37:58 +00:00 committed by Stefan Reinauer
parent 6a445e8126
commit c666a64395
4 changed files with 2 additions and 24 deletions

View File

@ -6,18 +6,13 @@
* published by the Free Software Foundation; version 2 of the License. * published by the Free Software Foundation; version 2 of the License.
*/ */
#include <arch/asm.h> #include <arch/asm.h>
#include <arch/intel.h> #include <arch/intel.h>
#include <console/loglevel.h> #include <console/loglevel.h>
#ifndef ASM_CONSOLE_LOGLEVEL
#define ASM_CONSOLE_LOGLEVEL CONFIG_MAXIMUM_CONSOLE_LOGLEVEL
#endif
/* /*
* This is the entry code the code in .reset section * This is the entry code.
* jumps to this address. * The code in the .reset section jumps to this address.
* *
*/ */
.section ".rom.data", "a", @progbits .section ".rom.data", "a", @progbits

View File

@ -1,3 +0,0 @@
/* -*- asm -*- */
jmp __fpu_start

View File

@ -1,5 +0,0 @@
/* -*- asm -*- */
/* clear boot_complete flag */
xorl %ebp, %ebp
jmp __main

View File

@ -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