X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fmpc86xx.h;h=673bfed16e9832054835420e7e7d3ff4f5f3be53;hb=e04acb2eba4782489417240eff76e20e176aec10;hp=4edeae1647776f6a0cea2f6b5d3836d7b46a332a;hpb=5c9efb36a6b5431423f52888a0e3b4b515fe7eca;p=oweals%2Fu-boot.git diff --git a/include/mpc86xx.h b/include/mpc86xx.h index 4edeae1647..673bfed16e 100644 --- a/include/mpc86xx.h +++ b/include/mpc86xx.h @@ -1,6 +1,6 @@ /* * Copyright 2006 Freescale Semiconductor. - * Jeffrey Brown (jeffrey@freescale.com) + * Jeffrey Brown * Srikanth Srinivasan (srikanth.srinivasan@freescale.com) */ @@ -9,6 +9,15 @@ #define EXC_OFF_SYS_RESET 0x0100 /* System reset offset */ + +/* + * platform register addresses + */ + +#define GUTS_SVR (CFG_CCSRBAR + 0xE00A4) +#define MCM_ABCR (CFG_CCSRBAR + 0x01000) +#define MCM_DBCR (CFG_CCSRBAR + 0x01008) + /* * l2cr values. Look in config_.h for the actual setup */ @@ -70,10 +79,9 @@ #ifndef __ASSEMBLY__ -typedef struct -{ - unsigned long freqProcessor; - unsigned long freqSystemBus; +typedef struct { + unsigned long freqProcessor; + unsigned long freqSystemBus; } MPC86xx_SYS_INFO; #define l1icache_enable icache_enable @@ -115,5 +123,3 @@ static __inline__ unsigned long get_l2cr (void) #endif /* _ASMLANGUAGE */ #endif /* __MPC86xx_H__ */ - -