forked from Imagelibrary/rtems
2010-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/start/start.S: Finish merging change.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* shared/start/start.S: Finish merging change.
|
||||||
|
|
||||||
2010-05-07 Michael Walle <michael@walle.cc>
|
2010-05-07 Michael Walle <michael@walle.cc>
|
||||||
|
|
||||||
* shared/start/start.S: Add support for qemu-system-lm32 shutdown
|
* shared/start/start.S: Add support for qemu-system-lm32 shutdown
|
||||||
|
|||||||
@@ -156,6 +156,7 @@ crt0:
|
|||||||
scall
|
scall
|
||||||
#else
|
#else
|
||||||
# on qemu-lm32
|
# on qemu-lm32
|
||||||
|
#define SYS_CTRL_REG 0xffff0000
|
||||||
mvhi r7, hi(SYS_CTRL_REG)
|
mvhi r7, hi(SYS_CTRL_REG)
|
||||||
ori r7, r7, lo(SYS_CTRL_REG)
|
ori r7, r7, lo(SYS_CTRL_REG)
|
||||||
sw (r7+0), r0
|
sw (r7+0), r0
|
||||||
|
|||||||
Reference in New Issue
Block a user