git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
hw: Add support for LSI SAS1068 (mptsas) device
[qemu.git]
/
include
/
hw
/
mips
/
bios.h
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