deal with different reset vector addresses

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1052 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-07-28 21:17:25 +00:00
parent cc6b6c4c83
commit 06550b75e5
1 changed files with 5 additions and 15 deletions

View File

@ -5,26 +5,16 @@
#include "ppcreg.h"
#include <ppc_asm.tmpl>
.section ".rom.data", "a", @progbits
.section ".rom.text", "ax", @progbits
.section ".rom.reset", "ax", @progbits
.globl _start
.type _start, @function
.globl __bss_end
.globl __start_address_check
/*
* Locate at hreset vector
*/
.space (0x100)
_start:
b system_reset
/*
* Space for exception table
*/
.space (0x3000)
%%EXCEPTION_VECTOR_TABLE%%
.section ".rom.data", "a", @progbits
.section ".rom.text", "ax", @progbits
system_reset: