~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to arch/arm/mach-realview/include/mach/board-eb.h

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#define REALVIEW_EB_USB_BASE            0x4F000000      /* USB */
48
48
 
49
49
#ifdef CONFIG_REALVIEW_EB_ARM11MP_REVB
50
 
#define REALVIEW_EB11MP_SCU_BASE        0x10100000      /* SCU registers */
51
 
#define REALVIEW_EB11MP_GIC_CPU_BASE    0x10100100      /* Generic interrupt controller CPU interface */
52
 
#define REALVIEW_EB11MP_TWD_BASE        0x10100600
53
 
#define REALVIEW_EB11MP_GIC_DIST_BASE   0x10101000      /* Generic interrupt controller distributor */
 
50
#define REALVIEW_EB11MP_PRIV_MEM_BASE   0x1F000000
54
51
#define REALVIEW_EB11MP_L220_BASE       0x10102000      /* L220 registers */
55
52
#define REALVIEW_EB11MP_SYS_PLD_CTRL1   0xD8            /* Register offset for MPCore sysctl */
56
53
#else
57
 
#define REALVIEW_EB11MP_SCU_BASE        0x1F000000      /* SCU registers */
58
 
#define REALVIEW_EB11MP_GIC_CPU_BASE    0x1F000100      /* Generic interrupt controller CPU interface */
59
 
#define REALVIEW_EB11MP_TWD_BASE        0x1F000600
60
 
#define REALVIEW_EB11MP_GIC_DIST_BASE   0x1F001000      /* Generic interrupt controller distributor */
 
54
#define REALVIEW_EB11MP_PRIV_MEM_BASE   0x1F000000
61
55
#define REALVIEW_EB11MP_L220_BASE       0x1F002000      /* L220 registers */
62
56
#define REALVIEW_EB11MP_SYS_PLD_CTRL1   0x74            /* Register offset for MPCore sysctl */
63
57
#endif
64
58
 
 
59
#define REALVIEW_EB11MP_PRIV_MEM_SIZE   SZ_8K
 
60
#define REALVIEW_EB11MP_PRIV_MEM_OFF(x) (REALVIEW_EB11MP_PRIV_MEM_BASE + (x))
 
61
 
 
62
#define REALVIEW_EB11MP_SCU_BASE        REALVIEW_EB11MP_PRIV_MEM_OFF(0)         /* SCU registers */
 
63
#define REALVIEW_EB11MP_GIC_CPU_BASE    REALVIEW_EB11MP_PRIV_MEM_OFF(0x0100)    /* Generic interrupt controller CPU interface */
 
64
#define REALVIEW_EB11MP_TWD_BASE        REALVIEW_EB11MP_PRIV_MEM_OFF(0x0600)
 
65
#define REALVIEW_EB11MP_GIC_DIST_BASE   REALVIEW_EB11MP_PRIV_MEM_OFF(0x1000)    /* Generic interrupt controller distributor */
 
66
 
65
67
/*
66
68
 * Core tile identification (REALVIEW_SYS_PROCID)
67
69
 */