Changeset 349
- Timestamp:
- Apr 2, 2013, 5:53:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/src/reset.S
r348 r349 30 30 31 31 .extern dtb_addr 32 .extern boot_ioc_init33 32 .extern boot_putc 34 33 .extern boot_getc 35 .extern boot_puts36 .extern boot_putx37 34 .extern boot_ioc_read 38 35 .extern boot_elf_loader 39 36 .extern boot_memcpy 37 .extern boot_puts 38 .extern boot_putx 39 .extern boot_putd 40 .extern boot_ioc_init 40 41 41 42 .globl boot /* Make reset an external symbol */ … … 53 54 .word BOOT_VERSION /* 0xbfc0008 */ 54 55 .word dtb_addr /* 0xbfc000c */ 55 .word boot_ getc /* 0xbfc0010 */56 .word boot_ putc /* 0xbfc0014 */57 .word boot_ puts/* 0xbfc0018 */58 .word boot_ putx/* 0xbfc001C */59 .word boot_ putd/* 0xbfc0020 */60 .word boot_ ioc_read/* 0xbfc0024 */61 .word boot_ elf_loader/* 0xbfc0028 */62 .word boot_ memcpy/* 0xbfc002C */56 .word boot_putc /* 0xbfc0010 */ 57 .word boot_getc /* 0xbfc0014 */ 58 .word boot_ioc_read /* 0xbfc0018 */ 59 .word boot_elf_loader /* 0xbfc001C */ 60 .word boot_memcpy /* 0xbfc0020 */ 61 .word boot_puts /* 0xbfc0024 */ 62 .word boot_putx /* 0xbfc0028 */ 63 .word boot_putd /* 0xbfc002C */ 63 64 64 65 _boot:
Note: See TracChangeset
for help on using the changeset viewer.