xref: /openbmc/u-boot/include/configs/P4080DS.h (revision d1712369)
1*d1712369SKumar Gala /*
2*d1712369SKumar Gala  * Copyright 2009-2010 Freescale Semiconductor, Inc.
3*d1712369SKumar Gala  *
4*d1712369SKumar Gala  * See file CREDITS for list of people who contributed to this
5*d1712369SKumar Gala  * project.
6*d1712369SKumar Gala  *
7*d1712369SKumar Gala  * This program is free software; you can redistribute it and/or
8*d1712369SKumar Gala  * modify it under the terms of the GNU General Public License as
9*d1712369SKumar Gala  * published by the Free Software Foundation; either version 2 of
10*d1712369SKumar Gala  * the License, or (at your option) any later version.
11*d1712369SKumar Gala  *
12*d1712369SKumar Gala  * This program is distributed in the hope that it will be useful,
13*d1712369SKumar Gala  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14*d1712369SKumar Gala  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15*d1712369SKumar Gala  * GNU General Public License for more details.
16*d1712369SKumar Gala  *
17*d1712369SKumar Gala  * You should have received a copy of the GNU General Public License
18*d1712369SKumar Gala  * along with this program; if not, write to the Free Software
19*d1712369SKumar Gala  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
20*d1712369SKumar Gala  * MA 02111-1307 USA
21*d1712369SKumar Gala  */
22*d1712369SKumar Gala 
23*d1712369SKumar Gala /*
24*d1712369SKumar Gala  * P4080 DS board configuration file
25*d1712369SKumar Gala  */
26*d1712369SKumar Gala #define CONFIG_P4080DS
27*d1712369SKumar Gala #define CONFIG_PHYS_64BIT
28*d1712369SKumar Gala #define CONFIG_PPC_P4080
29*d1712369SKumar Gala #define CONFIG_SYS_NUM_FMAN		2
30*d1712369SKumar Gala #define CONFIG_SYS_NUM_FM1_DTSEC	4
31*d1712369SKumar Gala #define CONFIG_SYS_NUM_FM2_DTSEC	4
32*d1712369SKumar Gala #define CONFIG_SYS_NUM_FM1_10GEC	1
33*d1712369SKumar Gala #define CONFIG_SYS_NUM_FM2_10GEC	1
34*d1712369SKumar Gala #define CONFIG_NUM_DDR_CONTROLLERS	2
35*d1712369SKumar Gala 
36*d1712369SKumar Gala #define CONFIG_SYS_P4080_ERRATUM_CPU22
37*d1712369SKumar Gala #define CONFIG_SYS_P4080_ERRATUM_SERDES8
38*d1712369SKumar Gala 
39*d1712369SKumar Gala #include "corenet_ds.h"
40