|
Linux Kernel
3.7.1
|
#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 "reg.h"#include "io.h"#include "dcr.h"#include "4xx.h"#include "44x.h"#include "libfdt.h"Go to the source code of this file.
Macros | |
| #define | MAX_RANKS 0x4 |
| #define | DDR3_MR0CF 0x80010011U |
| #define | SPRN_PIR 0x11E /* Processor Indentification Register */ |
Functions | |
| BSS_STACK (4096) | |
| void | platform_init (void) |
| #define DDR3_MR0CF 0x80010011U |
Definition at line 40 of file treeboot-currituck.c.
| #define MAX_RANKS 0x4 |
Definition at line 39 of file treeboot-currituck.c.
| #define SPRN_PIR 0x11E /* Processor Indentification Register */ |
Definition at line 83 of file treeboot-currituck.c.
| BSS_STACK | ( | 4096 | ) |
Definition at line 84 of file treeboot-currituck.c.
1.8.2