summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-arm1136/omap2420.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-25 00:59:24 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-25 00:59:24 +0200
commitc97a2aaf27032b9046d70c18274ffdbe38aeef6a (patch)
tree9f2e2567a6b582566862f9d7139890ab4a1c4158 /include/asm-arm/arch-arm1136/omap2420.h
parent265817c7e6e55f1c2d05b8aa2080145291968b2e (diff)
downloadtalos-obmc-uboot-c97a2aaf27032b9046d70c18274ffdbe38aeef6a.tar.gz
talos-obmc-uboot-c97a2aaf27032b9046d70c18274ffdbe38aeef6a.zip
OMAP242x fix for GP device booting
- Add SRAM unlock for GP devices. - Change DDR DLL unlock value to allow DPLLout*1 operation. Patches by Richard Woodruff, 21 Jan 2005:
Diffstat (limited to 'include/asm-arm/arch-arm1136/omap2420.h')
-rw-r--r--include/asm-arm/arch-arm1136/omap2420.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-arm1136/omap2420.h b/include/asm-arm/arch-arm1136/omap2420.h
index a2a97981b6..eba385cea3 100644
--- a/include/asm-arm/arch-arm1136/omap2420.h
+++ b/include/asm-arm/arch-arm1136/omap2420.h
@@ -31,6 +31,12 @@
* 2420 specific Section
*/
+/* L3 Firewall */
+#define A_REQINFOPERM0 0x68005048
+#define A_READPERM0 0x68005050
+#define A_WRITEPERM0 0x68005058
+#define GP_DEVICE (BIT8|BIT9)
+
/* CONTROL */
#define OMAP2420_CTRL_BASE (0x48000000)
#define CONTROL_STATUS (OMAP2420_CTRL_BASE + 0x2F8)
OpenPOWER on IntegriCloud