blob: 83beab2fdfd2ff47ec76971d38fd6f142b51bc83 [file] [log] [blame]
Linus Nielsen Feltzingc69110c2004-10-06 13:28:02 +00001/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2004 by Linus Nielsen Feltzing
11 *
Daniel Stenberg2acc0ac2008-06-28 18:10:04 +000012 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
Linus Nielsen Feltzingc69110c2004-10-06 13:28:02 +000016 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21#include "config.h"
22
23#if CONFIG_CPU == SH7034
24#include "sh7034.h"
Daniel Stenbergb41cd242004-10-06 17:20:47 +000025#endif
26#if CONFIG_CPU == MCF5249
Linus Nielsen Feltzingc69110c2004-10-06 13:28:02 +000027#include "mcf5249.h"
28#endif
Christian Gmeiner6109a3b2005-07-31 08:43:36 +000029#if CONFIG_CPU == MCF5250
30#include "mcf5250.h"
31#endif
Jens Arnoldfe23dc82007-07-02 05:16:40 +000032#if (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5022)
Thom Johansen40729e92005-12-11 22:21:10 +000033#include "pp5020.h"
34#endif
Dave Chapmand16a8b82006-02-05 16:52:22 +000035#if CONFIG_CPU == PP5002
36#include "pp5002.h"
37#endif
Daniel Stenberg0fc30d12006-08-01 22:28:14 +000038#if CONFIG_CPU == PP5024
39#include "pp5024.h"
40#endif
Dave Chapmand83e9292006-01-12 00:35:50 +000041#if CONFIG_CPU == PNX0101
42#include "pnx0101.h"
43#endif
Marcoen Hirschberg338e2bb2006-02-24 15:42:52 +000044#if CONFIG_CPU == S3C2440
45#include "s3c2440.h"
46#endif
Karl Kurbjun7b97fe22007-09-20 04:46:41 +000047#if CONFIG_CPU == DM320
48#include "dm320.h"
49#endif
Will Robertson590501c2007-09-21 15:51:53 +000050#if CONFIG_CPU == IMX31L
51#include "imx31l.h"
52#endif
Dave Chapman28f6ae42007-10-28 11:08:10 +000053#ifdef CPU_TCC77X
54#include "tcc77x.h"
55#endif
Rob Purchase47ea0302008-01-14 22:04:48 +000056#ifdef CPU_TCC780X
57#include "tcc780x.h"
58#endif
Marcoen Hirschberg7b10ef92008-06-27 23:24:34 +000059#if CONFIG_CPU == S5L8700
60#include "s5l8700.h"
61#endif