#include <linux/init.h>
#include <linux/mm.h>
#include <linux/bootmem.h>
#include <linux/pfn.h>
#include <linux/string.h>
#include <asm/bootinfo.h>
#include <asm/page.h>
#include <asm/sections.h>
#include <asm/mips-boards/prom.h>
#include <asm/mach-powertv/asic.h>
#include <asm/mach-powertv/ioremap.h>
#include "init.h"
Go to the source code of this file.
#define BLDR_ALIAS 0x10000000 /* Bootloader address */ |
#define KIBIBYTE |
( |
|
n | ) |
((n) * 1024) /* Number of kibibytes */ |
#define LOW_MEM_END 0x20000000 /* Highest low memory address */ |
#define MEBIBYTE |
( |
|
n | ) |
((n) * KIBIBYTE(1024)) /* Number of mebibytes */ |
#define PHYS_TO_DMA |
( |
|
paddr | ) |
((paddr) + (CONFIG_LOW_RAM_DMA - LOW_RAM_ALIAS)) |
#define RV_PHYS 0x1fc00000 /* Reset vector address */ |
Initial value:
Definition at line 76 of file memory.c.
unsigned long ptv_memsize |