2010-04-08 23:04:45 +02:00
|
|
|
/*
|
|
|
|
* Copyright 2002 Eric Biederman
|
|
|
|
*
|
|
|
|
* This file is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License as
|
2010-04-09 12:12:18 +02:00
|
|
|
* published by the Free Software Foundation; version 2 of the License.
|
2010-04-08 23:04:45 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <arch/asm.h>
|
|
|
|
#include <arch/intel.h>
|
|
|
|
#include <console/loglevel.h>
|
|
|
|
|
|
|
|
/*
|
2010-04-09 13:37:58 +02:00
|
|
|
* This is the entry code.
|
|
|
|
* The code in the .reset section jumps to this address.
|
2010-04-08 23:04:45 +02:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
.section ".rom.data", "a", @progbits
|
|
|
|
.section ".rom.text", "ax", @progbits
|
|
|
|
|
|
|
|
post_code(0x01) /* delay for chipsets */
|
|
|
|
|