Changeset 971cf31f in mainline for arch/ppc32/src/boot/boot.S


Ignore:
Timestamp:
2006-06-10T11:05:21Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0182a665
Parents:
88636f68
Message:

update mips32 boot loading API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/src/boot/boot.S

    r88636f68 r971cf31f  
    4949        # r4 contains size of bootinfo_t
    5050       
     51        cmpwi r4, 0
     52        beq bootinfo_end
     53       
    5154        addis r3, r3, 0x8000
    5255
    5356        lis r31, bootinfo@ha
    5457        addi r31, r31, bootinfo@l  # r31 = bootinfo
    55        
    56         cmpwi r4, 0
    57         beq bootinfo_end
    5858       
    5959        bootinfo_loop:
Note: See TracChangeset for help on using the changeset viewer.