OMAP3: Add EVM board
[oweals/u-boot.git] / include / mpc86xx.h
index 673bfed16e9832054835420e7e7d3ff4f5f3be53..a6fdea352fd0c4a052c081ef9cf9b625907a8cb5 100644 (file)
@@ -7,16 +7,18 @@
 #ifndef        __MPC86xx_H__
 #define __MPC86xx_H__
 
-#define EXC_OFF_SYS_RESET      0x0100  /* System reset offset */
+#include <asm/fsl_lbc.h>
 
+#define EXC_OFF_SYS_RESET      0x0100  /* System reset offset */
+#define _START_OFFSET          EXC_OFF_SYS_RESET
 
 /*
  * platform register addresses
  */
 
-#define GUTS_SVR       (CFG_CCSRBAR + 0xE00A4)
-#define MCM_ABCR       (CFG_CCSRBAR + 0x01000)
-#define MCM_DBCR       (CFG_CCSRBAR + 0x01008)
+#define GUTS_SVR       (CONFIG_SYS_CCSRBAR + 0xE00A4)
+#define MCM_ABCR       (CONFIG_SYS_CCSRBAR + 0x01000)
+#define MCM_DBCR       (CONFIG_SYS_CCSRBAR + 0x01008)
 
 /*
  * l2cr values.  Look in config_<BOARD>.h for the actual setup
@@ -82,6 +84,7 @@
 typedef struct {
        unsigned long freqProcessor;
        unsigned long freqSystemBus;
+       unsigned long freqLocalBus;
 } MPC86xx_SYS_INFO;
 
 #define l1icache_enable        icache_enable