]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ppc440.h
S5P: Use accessor functions instead of SoC specific defines to access the base address
[karo-tx-uboot.git] / include / ppc440.h
index e60fa13905e7d0eae5ef2bb3554fd9da4a516387..c807dda2ae768117970d47e19212fce89b9b6684 100644 (file)
 #define CPR0_SPCID     0x0120
 #define CPR0_ICFG      0x0140
 
+/* 440EPX boot strap options */
+#define BOOT_STRAP_OPTION_A    0x00000000
+#define BOOT_STRAP_OPTION_B    0x00000001
+#define BOOT_STRAP_OPTION_D    0x00000003
+#define BOOT_STRAP_OPTION_E    0x00000004
+
 /* 440gx sdr register definations */
 #define SDR0_SDSTP0    0x0020      /* */
 #define SDR0_SDSTP1    0x0021      /* */
 #define CPR0_PERD_PERDV0_MASK  0x07000000
 #endif
 
+#if defined(CONFIG_460EX) || defined(CONFIG_460GT)
+#define CPR0_ICFG_RLI_MASK     0x80000000
+
+#define CPR0_PLLC_RST          0x80000000
+#define CPR0_PLLC_ENG          0x40000000
+#endif
+
 /*-----------------------------------------------------------------------------
 | PCI Internal Registers et. al. (accessed via plb)
 +----------------------------------------------------------------------------*/