blob: 67cea01aae84b7242ee0729f9a19b127dd60a6d1 [file] [log] [blame]
Kumar Gala47d41cc2009-02-05 20:40:57 -06001/*
Poonam Aggrwalb8cdd012011-01-13 21:39:27 +05302 * Copyright 2009-2011 Freescale Semiconductor, Inc.
Kumar Gala47d41cc2009-02-05 20:40:57 -06003 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of
7 * the License, or (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
17 * MA 02111-1307 USA
18 *
19 */
20
21#ifndef _ASM_CONFIG_H_
22#define _ASM_CONFIG_H_
23
Kumar Gala243be8e2011-01-19 03:05:26 -060024#ifdef CONFIG_MPC85xx
25#include <asm/config_mpc85xx.h>
26#endif
27
28#ifdef CONFIG_MPC86xx
29#include <asm/config_mpc86xx.h>
30#endif
31
York Sun7ac3cc22012-08-17 09:00:54 +000032#ifndef HWCONFIG_BUFFER_SIZE
33 #define HWCONFIG_BUFFER_SIZE 256
34#endif
35
Mingkai Hu273feaf2011-04-26 16:31:16 +080036/* CONFIG_HARD_SPI triggers SPI bus initialization in PowerPC */
37#if defined(CONFIG_MPC8XXX_SPI) || defined(CONFIG_FSL_ESPI)
38# ifndef CONFIG_HARD_SPI
39# define CONFIG_HARD_SPI
40# endif
41#endif
42
Mike Frysingera16028d2009-11-03 11:35:59 -050043#define CONFIG_LMB
John Rigbyfca43cc2010-10-13 13:57:35 -060044#define CONFIG_SYS_BOOT_RAMDISK_HIGH
45#define CONFIG_SYS_BOOT_GET_CMDLINE
46#define CONFIG_SYS_BOOT_GET_KBD
Mike Frysingera16028d2009-11-03 11:35:59 -050047
Kumar Gala87c90632009-02-05 20:40:58 -060048#ifndef CONFIG_MAX_MEM_MAPPED
York Sund29d17d2011-08-26 11:32:44 -070049#if defined(CONFIG_4xx) || \
50 defined(CONFIG_E500) || \
51 defined(CONFIG_MPC86xx) || \
52 defined(CONFIG_E300)
Kumar Gala87c90632009-02-05 20:40:58 -060053#define CONFIG_MAX_MEM_MAPPED ((phys_size_t)2 << 30)
54#else
Stefan Roese2ede8792009-02-11 09:37:12 +010055#define CONFIG_MAX_MEM_MAPPED (256 << 20)
Kumar Gala87c90632009-02-05 20:40:58 -060056#endif
57#endif
58
Peter Tyserf732a752009-07-15 00:01:08 -050059/* Check if boards need to enable FSL DMA engine for SDRAM init */
60#if !defined(CONFIG_FSL_DMA) && defined(CONFIG_DDR_ECC)
61#if (defined(CONFIG_MPC83xx) && defined(CONFIG_DDR_ECC_INIT_VIA_DMA)) || \
62 ((defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)) && \
63 !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER))
Peter Tyser017f11f2009-06-30 17:15:40 -050064#define CONFIG_FSL_DMA
Kumar Gala47d41cc2009-02-05 20:40:57 -060065#endif
Peter Tyser017f11f2009-06-30 17:15:40 -050066#endif
67
Kumar Gala243be8e2011-01-19 03:05:26 -060068#ifndef CONFIG_MAX_CPUS
Kumar Gala7e4259b2009-03-19 02:39:17 -050069#define CONFIG_MAX_CPUS 1
Poonam Aggrwal0e870982009-07-31 12:08:14 +053070#endif
71
Peter Tyser5ccd29c2009-10-23 15:55:47 -050072/*
73 * Provide a default boot page translation virtual address that lines up with
74 * Freescale's default e500 reset page.
75 */
76#if (defined(CONFIG_E500) && defined(CONFIG_MP))
77#ifndef CONFIG_BPTR_VIRT_ADDR
78#define CONFIG_BPTR_VIRT_ADDR 0xfffff000
79#endif
80#endif
81
Kim Phillips929a2132010-06-01 12:24:27 -050082/*
83 * SEC (crypto unit) major compatible version determination
84 */
Kumar Gala243be8e2011-01-19 03:05:26 -060085#if defined(CONFIG_MPC83xx)
Kim Phillips929a2132010-06-01 12:24:27 -050086#define CONFIG_SYS_FSL_SEC_COMPAT 2
87#endif
88
Becky Brucef51cdaf2010-06-17 11:37:20 -050089/* Since so many PPC SOCs have a semi-common LBC, define this here */
90#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx) || \
91 defined(CONFIG_MPC83xx)
Dipen Dudhatd789b5f2011-01-20 16:29:35 +053092#if !defined(CONFIG_FSL_IFC)
Becky Brucef51cdaf2010-06-17 11:37:20 -050093#define CONFIG_FSL_LBC
94#endif
Dipen Dudhatd789b5f2011-01-20 16:29:35 +053095#endif
Becky Brucef51cdaf2010-06-17 11:37:20 -050096
Andy Fleming063c1262011-04-08 02:10:54 -050097/* The TSEC driver uses the PHYLIB infrastructure */
98#ifndef CONFIG_PHYLIB
99#if defined(CONFIG_TSEC_ENET)
100#define CONFIG_PHYLIB
101
102#include <config_phylib_all_drivers.h>
103#endif /* TSEC_ENET */
104#endif /* !CONFIG_PHYLIB */
105
Kumar Galac916d7c2011-04-13 08:37:44 -0500106/* The FMAN driver uses the PHYLIB infrastructure */
107#if defined(CONFIG_FMAN_ENET)
108#define CONFIG_PHYLIB
109#endif
110
Albert Aribaudf2a37fc2010-08-08 05:17:05 +0530111/* All PPC boards must swap IDE bytes */
112#define CONFIG_IDE_SWAP_IO
113
Peter Tyser017f11f2009-06-30 17:15:40 -0500114#endif /* _ASM_CONFIG_H_ */