Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
firebee.c File Reference
#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)
 

Macro Definition Documentation

#define FLASH_PHYS_ADDR   0xe0000000 /* Physical address of flash */

Definition at line 26 of file firebee.c.

#define FLASH_PHYS_SIZE   0x00800000 /* Size of flash */

Definition at line 27 of file firebee.c.

#define PART_BOOT_SIZE   0x00040000 /* 256k in size */

Definition at line 30 of file firebee.c.

#define PART_BOOT_START   0x00000000 /* Start at bottom of flash */

Definition at line 29 of file firebee.c.

#define PART_FPGA_SIZE   0x00100000 /* 1MB in size */

Definition at line 34 of file firebee.c.

#define PART_FPGA_START   0x00700000 /* Start at offset 7MB */

Definition at line 33 of file firebee.c.

#define PART_IMAGE_SIZE   0x006c0000 /* Most of flash */

Definition at line 32 of file firebee.c.

#define PART_IMAGE_START   0x00040000 /* Start after boot loader */

Definition at line 31 of file firebee.c.

Function Documentation

arch_initcall ( init_firebee  )