Changeset 634 for trunk/softs/tsar_boot
- Timestamp:
- Feb 17, 2014, 5:05:28 PM (12 years ago)
- File:
- 
          - 1 edited
 
 - 
          trunk/softs/tsar_boot/src/reset.S (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/softs/tsar_boot/src/reset.Sr606 r634 66 66 /* Addresses of the functions provided by this reset code */ 67 67 68 preloader_vector: 68 69 .word RESET_VERSION /* 0xbfc0008 */ 69 70 .word dtb_addr /* 0xbfc000c */ … … 181 182 * Processor O jumps to the entry address defined in the .elf file, 182 183 * and returned by reset_elf_loader function. 183 * All function arguments are 0 184 */ 185 186 move a0, zero 184 * First argument is pointer to the preloader function vectors 185 * other function arguments are 0 186 */ 187 188 la a0, preloader_vector 187 189 move a1, zero 188 190 move a2, zero 
Note: See TracChangeset
          for help on using the changeset viewer.
      
