]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/e500.h
NAND: Fix integer overflow in ONFI detection of chips >= 4GiB
[people/ms/u-boot.git] / include / e500.h
CommitLineData
42d1f039
WD
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
11typedef struct
12{
0e870980 13 unsigned long freqProcessor[CONFIG_MAX_CPUS];
42d1f039 14 unsigned long freqSystemBus;
d4357932 15 unsigned long freqDDRBus;
ada591d2 16 unsigned long freqLocalBus;
b3d7f20f 17 unsigned long freqQE;
39aaca1f
KG
18#ifdef CONFIG_SYS_DPAA_FMAN
19 unsigned long freqFMan[CONFIG_SYS_NUM_FMAN];
20#endif
21#ifdef CONFIG_SYS_DPAA_PME
22 unsigned long freqPME;
23#endif
42d1f039
WD
24} MPC85xx_SYS_INFO;
25
26#endif /* _ASMLANGUAGE */
27
42d1f039 28#define RESET_VECTOR 0xfffffffc
42d1f039
WD
29
30#endif /* __E500_H__ */