|
@@ -49,7 +49,6 @@
|
|
|
#define BRIDGE_VIRT_BASE (KIRKWOOD_REGS_VIRT_BASE | 0x20000)
|
|
#define BRIDGE_VIRT_BASE (KIRKWOOD_REGS_VIRT_BASE | 0x20000)
|
|
|
#define CPU_CONTROL (BRIDGE_VIRT_BASE | 0x0104)
|
|
#define CPU_CONTROL (BRIDGE_VIRT_BASE | 0x0104)
|
|
|
#define CPU_RESET 0x00000002
|
|
#define CPU_RESET 0x00000002
|
|
|
-//#define L2_WRITETHROUGH 0x00020000
|
|
|
|
|
#define RSTOUTn_MASK (BRIDGE_VIRT_BASE | 0x0108)
|
|
#define RSTOUTn_MASK (BRIDGE_VIRT_BASE | 0x0108)
|
|
|
#define SOFT_RESET_OUT_EN 0x00000004
|
|
#define SOFT_RESET_OUT_EN 0x00000004
|
|
|
#define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE | 0x010c)
|
|
#define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE | 0x010c)
|
|
@@ -65,6 +64,8 @@
|
|
|
#define IRQ_CAUSE_HIGH_OFF 0x0010
|
|
#define IRQ_CAUSE_HIGH_OFF 0x0010
|
|
|
#define IRQ_MASK_HIGH_OFF 0x0014
|
|
#define IRQ_MASK_HIGH_OFF 0x0014
|
|
|
#define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300)
|
|
#define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300)
|
|
|
|
|
+#define L2_CONFIG_REG (BRIDGE_VIRT_BASE | 0x0128)
|
|
|
|
|
+#define L2_WRITETHROUGH 0x00000010
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
* Register Map
|
|
* Register Map
|