repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pc: Set fw_cfg data based on APIC ID calculation
[qemu/rayw.git]
/
hw
/
mips-bios.h
blob
b4b88ac43d33e04b2f06446a66ca1345b7c8fa11
1
#include
"cpu.h"
2
3
#define BIOS_SIZE (4 * 1024 * 1024)
4
#ifdef TARGET_WORDS_BIGENDIAN
5
#define BIOS_FILENAME
"mips_bios.bin"
6
#else
7
#define BIOS_FILENAME
"mipsel_bios.bin"
8
#endif