]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/e500.h
karo: tx48: only print message about cpu_clk, if it was actually changed
[karo-tx-uboot.git] / include / e500.h
1 /*
2  * Copyright 2003 Motorola,Inc.
3  * Xianghua Xiao(x.xiao@motorola.com)
4  */
5
6 #ifndef __E500_H__
7 #define __E500_H__
8
9 #ifndef __ASSEMBLY__
10
11 typedef struct
12 {
13   unsigned long freqProcessor[CONFIG_MAX_CPUS];
14   unsigned long freqSystemBus;
15   unsigned long freqDDRBus;
16   unsigned long freqLocalBus;
17   unsigned long freqQE;
18 #ifdef CONFIG_SYS_DPAA_FMAN
19   unsigned long freqFMan[CONFIG_SYS_NUM_FMAN];
20 #endif
21 #ifdef CONFIG_SYS_DPAA_QBMAN
22   unsigned long freqQMAN;
23 #endif
24 #ifdef CONFIG_SYS_DPAA_PME
25   unsigned long freqPME;
26 #endif
27 } MPC85xx_SYS_INFO;
28
29 #endif  /* _ASMLANGUAGE */
30
31 #define RESET_VECTOR    0xfffffffc
32
33 #endif  /* __E500_H__ */