blob: f8c82661a2d18af069c2ee9aa75f139b45f5a082 [file] [log] [blame]
wdenk9c53f402003-10-15 23:53:47 +00001/*
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
11typedef struct
12{
Poonam Aggrwal4baef822009-07-31 12:08:14 +053013 unsigned long freqProcessor[CONFIG_MAX_CPUS];
wdenk9c53f402003-10-15 23:53:47 +000014 unsigned long freqSystemBus;
Kumar Gala07db1702007-12-07 04:59:26 -060015 unsigned long freqDDRBus;
Trent Piepho0b691fc2008-12-03 15:16:37 -080016 unsigned long freqLocalBus;
Haiying Wang61414682009-05-20 12:30:29 -040017 unsigned long freqQE;
wdenk9c53f402003-10-15 23:53:47 +000018} MPC85xx_SYS_INFO;
19
20#endif /* _ASMLANGUAGE */
21
wdenk9c53f402003-10-15 23:53:47 +000022#define RESET_VECTOR 0xfffffffc
wdenk9c53f402003-10-15 23:53:47 +000023
24#endif /* __E500_H__ */