3c3fa1d859013f8184407d7ade16b150c3be3d16
[coreboot.git] / src / arch / i386 / init / crt0_prologue.inc
1 /* 
2  * Copyright 2002 Eric Biederman
3  *
4  * This file is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License as
6  * published by the Free Software Foundation; version 2 of the License.
7  */
8
9 #include <arch/asm.h>
10 #include <arch/intel.h>
11 #include <console/loglevel.h>   
12
13 /*
14  * This is the entry code.
15  * The code in the .reset section jumps to this address.
16  *
17  */
18 .section ".rom.data", "a", @progbits
19 .section ".rom.text", "ax", @progbits
20
21         post_code(0x01)             /* delay for chipsets */
22