spec
433 Bytes
#include "reboot.h"
/*
* ROM spec file
*/
beginseg
name "boot0"
flags BOOT OBJECT
entry boot0
stack bootStack + STACKSIZE
include "boot0obj.o"
endseg
beginseg
name "boot1"
flags OBJECT
address BOOT1_VADDR
include "boot1obj.o"
include "$(ROOT)/usr/lib/PR/rspboot.o"
include "$(ROOT)/usr/lib/PR/gspFast3D.dram.o"
endseg
beginwave
name "boot0"
include "boot0"
endwave
beginwave
name "boot1"
include "boot1"
endwave