Changeset 393f631 in mainline for arch/ppc/boot/boot.S


Ignore:
Timestamp:
2005-08-31T21:51:04Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
33ccb2c
Parents:
94f0ae4
Message:

many PPC stuff, platform dependent arch.h header files

File:
1 moved

Legend:

Unmodified
Added
Removed
  • arch/ppc/boot/boot.S

    r94f0ae4 r393f631  
    2727#
    2828
    29 .text
     29#include <asm/macro.h>
     30
     31.section BOOTSTRAP
    3032
    3133.global start
     34
    3235start:
    33                
     36        lis r4, ofw@ha
     37        addi r4, r4, ofw@l
     38        stw r5, 0(r4)
     39       
     40        bl init
     41       
     42        b bootstrap
Note: See TracChangeset for help on using the changeset viewer.