Sorting source tree a bit
[tpg/acess2.git] / KernelLand / Kernel / arch / armv7 / include / options.h
1 /*
2  * Acess2 ARMv7 Port
3  * - By John Hodge (thePowersGang)
4  *
5  * options.h
6  * - C/ASM Shared constants
7  */
8 #ifndef _ARMV7_OPTIONS_H_
9 #define _ARMV7_OPTIONS_H_
10
11 #define KERNEL_BASE     0x80000000
12
13 //#define PCI_PADDR     0x60000000      // Realview (Non-PB)
14
15 #if PLATFORM_is_realview_pb
16 # define UART0_PADDR    0x10009000      // Realview
17 # define GICI_PADDR     0x1e000000
18 # define GICD_PADDR     0x1e001000
19 # define PL110_BASE     0x10020000      // Integrator
20
21 #endif
22
23 #if PLATFORM_is_tegra2  // Tegra2
24 # define UART0_PADDR    0x70006000
25 # define GICD_PADDR     0x50041000
26 # define GICI_PADDR     0x50040100
27 //# define PL110_BASE   0x10020000      // Integrator
28 #endif
29
30 #define MM_KSTACK_SIZE  0x2000  // 2 Pages
31
32 #endif
33

UCC git Repository :: git.ucc.asn.au