source:
branches/release-1_0/loader/a3300/entry.S
@
1617
| Revision 1617, 219 bytes checked in by philmoz, 16 months ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | .section .entry |
| 2 | |
| 3 | // looks like idle cycle is required for proper shutdown |
| 4 | MOV R3, #0xF0000 |
| 5 | 1: |
| 6 | SUB R3, R3, #1 |
| 7 | CMP R3, #0 |
| 8 | BNE 1b |
| 9 | |
| 10 | // ordinary startup... |
| 11 | |
| 12 | MOV SP, #0x1900 |
| 13 | MOV R11, #0 |
| 14 | B my_restart |
Note: See TracBrowser
for help on using the repository browser.