- Timestamp:
- 2010-06-17T20:58:50Z (16 years ago)
- 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. - Location:
- boot/arch/ia64
- Files:
-
- 3 edited
-
Makefile.inc (modified) (1 diff)
-
src/asm.S (modified) (2 diffs)
-
src/boot.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/Makefile.inc
rd0c82c5 r5387807 38 38 RD_SRVS_NON_ESSENTIAL += 39 39 40 RD_SRVS_ESSENTIAL += 40 RD_SRVS_ESSENTIAL += \ 41 $(USPACE_PATH)/srv/hw/char/i8042/i8042 41 42 42 43 SOURCES = \ -
boot/arch/ia64/src/asm.S
rd0c82c5 r5387807 97 97 adds r15 = -1, r15 98 98 add r17 = r14, in1 99 (p6) br.cond.dpnt 2b ;;99 (p6) br.cond.dpnt 2b ;; 100 100 mov ar.lc = r15 101 101 6: … … 112 112 113 113 jump_to_kernel: 114 alloc loc0 = ar.pfs, 1, 1, 0, 0115 mov r1 = in0; # Pass bootinfo address116 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 51 51 add r12 = -16, r12 52 52 53 ssm (1 << 19) ;; /* disable f32 - f127 */ 53 # 54 # Disable Floating-point High register set (f32 - f127) 55 # 56 ssm (1 << 19) ;; 54 57 srlz.i 55 58 srlz.d ;; 56 59 57 movl r18 = bootstrap ;; 58 mov b1 = r18 ;; 59 br.call.sptk.many b0 = b1 60 br.call.sptk.many rp = bootstrap 60 61 61 62 .bss
Note:
See TracChangeset
for help on using the changeset viewer.
