Changeset dfbc229 in mainline for arch/ppc/src/ppc.c


Ignore:
Timestamp:
2005-08-30T12:05:06Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
288a204
Parents:
bcdd9aa
Message:

OpenFirmware support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc/src/ppc.c

    rbcdd9aa rdfbc229  
    11/*
    2  * Copyright (C) 2001-2004 Jakub Jermar
     2 * Copyright (C) 2005 Martin Decky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
     29#include <arch.h>
     30#include <arch/ppc.h>
     31#include <arch/drivers/ofw.h>
     32
     33void early_init(int r3, int r4, int r5)
     34{
     35        ofw = (ofw_entry) r5;
     36        ofw_init();
     37}
Note: See TracChangeset for help on using the changeset viewer.