Date:2010-01-08 10:01:13 (14 years 2 months ago)
Author:Xiangfu Liu
Commit:0c8e47178d103e4b2691d8d9b2a63c927e471cb0
Message:[xbboot] this patch make upload zImage work correct

Files: xbboot/target-stage1/head.S (1 diff)

Change Details

xbboot/target-stage1/head.S
2626    .word 0x0
2727
2828real_start:
29    li $8, 0x0040FC04
30    mtc0 $8, $12 // CP0_STATUS
31
32    li $9, 0x00800000
33    mtc0 $9, $13 // CP0_CAUSE
34
2935    la $29, 0x80004000 // setup stack (sp)
3036    j c_main
3137    nop

Archive Download the corresponding diff file



interactive