Changeset bbeb5e4 in mainline for arch/ppc32/loader/asm.S


Ignore:
Timestamp:
2006-06-01T06:22:24Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4a9da01
Parents:
4520dc02
Message:

more debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/asm.S

    r4520dc02 rbbeb5e4  
    140140
    141141real_mode:
    142 
     142       
     143        DEBUG_INIT
    143144        DEBUG_real_mode
    144145       
     
    163164                lwz r29, 0(r5)
    164165               
     166                DEBUG_INIT
     167                DEBUG_copy_loop
     168               
    165169                copy_loop:
    166170                       
     
    176180                       
    177181                        bdnz copy_loop
     182                       
     183                        DEBUG_end_copy_loop
    178184               
    179185                addi r5, r5, 4
     
    181187       
    182188        copy_end:
     189       
     190        DEBUG_segments
    183191       
    184192        # initially fill segment registers
     
    199207        # invalidate block address translation registers
    200208       
     209        DEBUG_bat
     210       
    201211        li r30, 0
    202212       
     
    227237        # create identity mapping
    228238       
     239        DEBUG_mapping
     240       
    229241        # FIXME: map exactly the size of RAM
    230242       
     
    241253        mtspr dbat0l, r30
    242254       
     255        DEBUG_tlb
     256       
    243257        tlbia
    244258        tlbsync
     259       
     260        DEBUG_prepare
    245261       
    246262        # start the kernel
Note: See TracChangeset for help on using the changeset viewer.