Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
of.c File Reference
#include <stdarg.h>
#include <stddef.h>
#include "types.h"
#include "elf.h"
#include "string.h"
#include "stdio.h"
#include "page.h"
#include "ops.h"
#include "of.h"

Go to the source code of this file.

Macros

#define PROG_START   0x01400000 /* only used on 64-bit systems */
 
#define RAM_END   (512<<20) /* Fixme: use OF */
 
#define ONE_MB   0x100000
 

Functions

void platform_init (unsigned long a1, unsigned long a2, void *promptr)
 

Macro Definition Documentation

#define ONE_MB   0x100000

Definition at line 23 of file of.c.

#define PROG_START   0x01400000 /* only used on 64-bit systems */

Definition at line 21 of file of.c.

#define RAM_END   (512<<20) /* Fixme: use OF */

Definition at line 22 of file of.c.

Function Documentation

void platform_init ( unsigned long  a1,
unsigned long  a2,
void promptr 
)

Definition at line 64 of file of.c.