|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/io.h>#include <linux/platform_device.h>#include <linux/mtd/mtd.h>#include <linux/mtd/partitions.h>#include <linux/mtd/physmap.h>#include <asm/coldfire.h>#include <asm/mcfsim.h>Go to the source code of this file.
Macros | |
| #define | FLASH_PHYS_ADDR 0xe0000000 /* Physical address of flash */ |
| #define | FLASH_PHYS_SIZE 0x00800000 /* Size of flash */ |
| #define | PART_BOOT_START 0x00000000 /* Start at bottom of flash */ |
| #define | PART_BOOT_SIZE 0x00040000 /* 256k in size */ |
| #define | PART_IMAGE_START 0x00040000 /* Start after boot loader */ |
| #define | PART_IMAGE_SIZE 0x006c0000 /* Most of flash */ |
| #define | PART_FPGA_START 0x00700000 /* Start at offset 7MB */ |
| #define | PART_FPGA_SIZE 0x00100000 /* 1MB in size */ |
Functions | |
| arch_initcall (init_firebee) | |
| #define FLASH_PHYS_ADDR 0xe0000000 /* Physical address of flash */ |
| #define PART_BOOT_START 0x00000000 /* Start at bottom of flash */ |
| #define PART_FPGA_START 0x00700000 /* Start at offset 7MB */ |
| #define PART_IMAGE_START 0x00040000 /* Start after boot loader */ |
| arch_initcall | ( | init_firebee | ) |
1.8.2