RTEMS 6.1-rc1
|
Architecture dependent parts of OpenFirmware interface. More...
#include <boot/ofwarch.h>
#include <boot/ofw.h>
#include <string.h>
#include <boot/register.h>
#include <boot/main.h>
Functions | |
int | ofw_translate_failed (ofw_arg_t flag) |
int | ofw_cpu (uint16_t mid_mask, uintptr_t physmem_start) |
int | ofw_get_physmem_start (uintptr_t *start) |
Architecture dependent parts of OpenFirmware interface.
int ofw_cpu | ( | uint16_t | mid_mask, |
uintptr_t | physmem_start | ||
) |
Finds out the current CPU's MID and wakes up all AP processors.
int ofw_get_physmem_start | ( | uintptr_t * | start | ) |
Get physical memory starting address.
start | Pointer to variable where the physical memory starting address will be stored. |