Ignore:
Timestamp:
Apr 2, 2013, 5:53:52 PM (11 years ago)
Author:
cfuguet
Message:

Rearranging addresses in the function pointer table
to keep backward compatibility with applications using
the old values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/src/reset.S

    r348 r349  
    3030
    3131    .extern dtb_addr
    32     .extern boot_ioc_init
    3332    .extern boot_putc
    3433    .extern boot_getc
    35     .extern boot_puts
    36     .extern boot_putx
    3734    .extern boot_ioc_read
    3835    .extern boot_elf_loader
    3936    .extern boot_memcpy
     37    .extern boot_puts
     38    .extern boot_putx
     39    .extern boot_putd
     40    .extern boot_ioc_init
    4041
    4142    .globl  boot                    /* Make reset an external symbol */
     
    5354    .word   BOOT_VERSION            /* 0xbfc0008 */
    5455    .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 */
    6364
    6465_boot:
Note: See TracChangeset for help on using the changeset viewer.