Changeset 45b26dad in mainline for boot/genarch/ofw.h


Ignore:
Timestamp:
2006-09-26T12:59:28Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b44939b
Parents:
6ff1f1e
Message:

sparc64 work:

  • Loader now starts all processors.
  • Kernel halts all but the bootstrup processor for now.
  • Read clock-frequency from the respective processor node in the device tree
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/genarch/ofw.h

    r6ff1f1e r45b26dad  
    9191extern uintptr_t ofw_cif;
    9292
    93 
    9493extern phandle ofw_chosen;
    9594extern ihandle ofw_stdout;
     
    114113
    115114extern int ofw(ofw_args_t *arg);
     115extern unsigned long ofw_call(const char *service, const int nargs, const int nret, ofw_arg_t *rets, ...);
    116116extern unsigned int ofw_get_address_cells(const phandle device);
    117117extern unsigned int ofw_get_size_cells(const phandle device);
Note: See TracChangeset for help on using the changeset viewer.