diff options
author | Ilya Yanok <yanok@emcraft.com> | 2009-06-08 04:12:45 +0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-06-21 16:18:13 +0200 |
commit | 1dc4da749dbde27ec862f5b65703e8e4541fbba3 (patch) | |
tree | a9a58974b5fe97e6d77c2c54225b78841d64ce2c /include/asm-arm/arch-mx27/asm-offsets.h | |
parent | dd2f6965a6c71f6f711ec98827880152e022c236 (diff) | |
download | u-boot-imx-1dc4da749dbde27ec862f5b65703e8e4541fbba3.zip u-boot-imx-1dc4da749dbde27ec862f5b65703e8e4541fbba3.tar.gz u-boot-imx-1dc4da749dbde27ec862f5b65703e8e4541fbba3.tar.bz2 |
mx27: basic cpu support
This patch adds generic code to support Freescale's i.MX27 SoCs.
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Diffstat (limited to 'include/asm-arm/arch-mx27/asm-offsets.h')
-rw-r--r-- | include/asm-arm/arch-mx27/asm-offsets.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx27/asm-offsets.h b/include/asm-arm/arch-mx27/asm-offsets.h new file mode 100644 index 0000000..497afe5 --- /dev/null +++ b/include/asm-arm/arch-mx27/asm-offsets.h @@ -0,0 +1,16 @@ +#define AIPI1_PSR0 0x10000000 +#define AIPI1_PSR1 0x10000004 +#define AIPI2_PSR0 0x10020000 +#define AIPI2_PSR1 0x10020004 +#define CSCR 0x10027000 +#define MPCTL0 0x10027004 +#define SPCTL0 0x1002700c +#define PCDR0 0x10027018 +#define PCDR1 0x1002701c +#define PCCR0 0x10027020 +#define PCCR1 0x10027024 +#define ESDCTL0_ROF 0x00 +#define ESDCFG0_ROF 0x04 +#define ESDCTL1_ROF 0x08 +#define ESDCFG1_ROF 0x0C +#define ESDMISC_ROF 0x10 |