mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
[MIPS] Qemu system shutdown support
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
eae89076e6
commit
c583122c26
4 changed files with 45 additions and 1 deletions
|
@ -21,4 +21,10 @@
|
|||
*/
|
||||
#define QEMU_C0_COUNTER_CLOCK 100000000
|
||||
|
||||
/*
|
||||
* Magic qemu system control location.
|
||||
*/
|
||||
#define QEMU_RESTART_REG 0xBFBF0000
|
||||
#define QEMU_HALT_REG 0xBFBF0004
|
||||
|
||||
#endif /* __ASM_QEMU_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue