Changeset 5387807 in mainline for boot/arch


Ignore:
Timestamp:
2010-06-17T20:58:50Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ef40329
Parents:
d0c82c5 (diff), 3193c05 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge progress from the ia64-revival branch.

Location:
boot/arch/ia64
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/Makefile.inc

    rd0c82c5 r5387807  
    3838RD_SRVS_NON_ESSENTIAL +=
    3939
    40 RD_SRVS_ESSENTIAL +=
     40RD_SRVS_ESSENTIAL += \
     41        $(USPACE_PATH)/srv/hw/char/i8042/i8042
    4142
    4243SOURCES = \
  • boot/arch/ia64/src/asm.S

    rd0c82c5 r5387807  
    9797        adds r15 = -1, r15
    9898        add r17 = r14, in1
    99 (p6)    br.cond.dpnt 2b ;;
     99(p6)    br.cond.dpnt 2b ;;
    100100        mov ar.lc = r15
    1011016:
     
    112112
    113113jump_to_kernel:
    114     alloc loc0 = ar.pfs, 1, 1, 0, 0
    115     mov r1 = in0;                       # Pass bootinfo address
    116     movl r8 = KERNEL_ADDRESS;;
    117     mov b1 = r8 ;;
    118     br.call.sptk.many b0 = b1;;
     114        alloc loc0 = ar.pfs, 1, 1, 0, 0
     115        mov r1 = in0 ;;                 # Pass bootinfo address
     116        movl r8 = KERNEL_ADDRESS;;
     117        mov b1 = r8 ;;
     118        br.call.sptk.many b0 = b1;;
  • boot/arch/ia64/src/boot.S

    rd0c82c5 r5387807  
    5151        add r12 = -16, r12
    5252
    53         ssm (1 << 19) ;;        /* disable f32 - f127 */
     53        #
     54        # Disable Floating-point High register set (f32 - f127)
     55        #
     56        ssm (1 << 19) ;;
    5457        srlz.i
    5558        srlz.d ;;
    5659
    57         movl r18 = bootstrap ;;
    58         mov b1 = r18 ;;
    59         br.call.sptk.many b0 = b1
     60        br.call.sptk.many rp = bootstrap
    6061
    6162.bss
Note: See TracChangeset for help on using the changeset viewer.