Linus Nielsen Feltzing | c69110c | 2004-10-06 13:28:02 +0000 | [diff] [blame] | 1 | /*************************************************************************** |
| 2 | * __________ __ ___. |
| 3 | * Open \______ \ ____ ____ | | _\_ |__ _______ ___ |
| 4 | * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / |
| 5 | * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < |
| 6 | * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ |
| 7 | * \/ \/ \/ \/ \/ |
| 8 | * $Id$ |
| 9 | * |
| 10 | * Copyright (C) 2004 by Linus Nielsen Feltzing |
| 11 | * |
Daniel Stenberg | 2acc0ac | 2008-06-28 18:10:04 +0000 | [diff] [blame^] | 12 | * 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 Feltzing | c69110c | 2004-10-06 13:28:02 +0000 | [diff] [blame] | 16 | * |
| 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 Stenberg | b41cd24 | 2004-10-06 17:20:47 +0000 | [diff] [blame] | 25 | #endif |
| 26 | #if CONFIG_CPU == MCF5249 |
Linus Nielsen Feltzing | c69110c | 2004-10-06 13:28:02 +0000 | [diff] [blame] | 27 | #include "mcf5249.h" |
| 28 | #endif |
Christian Gmeiner | 6109a3b | 2005-07-31 08:43:36 +0000 | [diff] [blame] | 29 | #if CONFIG_CPU == MCF5250 |
| 30 | #include "mcf5250.h" |
| 31 | #endif |
Jens Arnold | fe23dc8 | 2007-07-02 05:16:40 +0000 | [diff] [blame] | 32 | #if (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5022) |
Thom Johansen | 40729e9 | 2005-12-11 22:21:10 +0000 | [diff] [blame] | 33 | #include "pp5020.h" |
| 34 | #endif |
Dave Chapman | d16a8b8 | 2006-02-05 16:52:22 +0000 | [diff] [blame] | 35 | #if CONFIG_CPU == PP5002 |
| 36 | #include "pp5002.h" |
| 37 | #endif |
Daniel Stenberg | 0fc30d1 | 2006-08-01 22:28:14 +0000 | [diff] [blame] | 38 | #if CONFIG_CPU == PP5024 |
| 39 | #include "pp5024.h" |
| 40 | #endif |
Dave Chapman | d83e929 | 2006-01-12 00:35:50 +0000 | [diff] [blame] | 41 | #if CONFIG_CPU == PNX0101 |
| 42 | #include "pnx0101.h" |
| 43 | #endif |
Marcoen Hirschberg | 338e2bb | 2006-02-24 15:42:52 +0000 | [diff] [blame] | 44 | #if CONFIG_CPU == S3C2440 |
| 45 | #include "s3c2440.h" |
| 46 | #endif |
Karl Kurbjun | 7b97fe2 | 2007-09-20 04:46:41 +0000 | [diff] [blame] | 47 | #if CONFIG_CPU == DM320 |
| 48 | #include "dm320.h" |
| 49 | #endif |
Will Robertson | 590501c | 2007-09-21 15:51:53 +0000 | [diff] [blame] | 50 | #if CONFIG_CPU == IMX31L |
| 51 | #include "imx31l.h" |
| 52 | #endif |
Dave Chapman | 28f6ae4 | 2007-10-28 11:08:10 +0000 | [diff] [blame] | 53 | #ifdef CPU_TCC77X |
| 54 | #include "tcc77x.h" |
| 55 | #endif |
Rob Purchase | 47ea030 | 2008-01-14 22:04:48 +0000 | [diff] [blame] | 56 | #ifdef CPU_TCC780X |
| 57 | #include "tcc780x.h" |
| 58 | #endif |
Marcoen Hirschberg | 7b10ef9 | 2008-06-27 23:24:34 +0000 | [diff] [blame] | 59 | #if CONFIG_CPU == S5L8700 |
| 60 | #include "s5l8700.h" |
| 61 | #endif |