diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 00:59:24 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 00:59:24 +0200 |
commit | c97a2aaf27032b9046d70c18274ffdbe38aeef6a (patch) | |
tree | 9f2e2567a6b582566862f9d7139890ab4a1c4158 /include/asm-arm/arch-arm1136/omap2420.h | |
parent | 265817c7e6e55f1c2d05b8aa2080145291968b2e (diff) | |
download | u-boot-imx-c97a2aaf27032b9046d70c18274ffdbe38aeef6a.zip u-boot-imx-c97a2aaf27032b9046d70c18274ffdbe38aeef6a.tar.gz u-boot-imx-c97a2aaf27032b9046d70c18274ffdbe38aeef6a.tar.bz2 |
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.h | 6 |
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 a2a9798..eba385c 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) |