diff --git a/include/ChangeLog b/include/ChangeLog index 1d3b2fef..51d1820d 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2003-02-04 Marcel Telka + + * arm/platform.h: Removed unused file. + * arm/platform/wep.h: Ditto. + * arm/platform/wid.h: Ditto. + 2003-01-31 Marcel Telka * arm/pxa2x0/dma.h (DCSR_BUSERRINTR): Fixed typo in macro name (patch 678112). diff --git a/include/Makefile.am b/include/Makefile.am index 15940056..747621ad 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -37,9 +37,6 @@ nobase_openwinceinc_HEADERS = \ cexcept.h \ stdint.h \ arm/arm.h \ - arm/platform.h \ - arm/platform/wid.h \ - arm/platform/wep.h \ arm/sa11x0/gpclk.h \ arm/sa11x0/gpio.h \ arm/sa11x0/hssp.h \ diff --git a/include/NEWS b/include/NEWS index e88808b0..f222d672 100644 --- a/include/NEWS +++ b/include/NEWS @@ -14,6 +14,7 @@ $Id$ - fixed typo in DCSR_BUSERRINTR macro name (patch 678112, Daniel Samek) * Added UCB1400_ADCC_AI_* declarations for UCB1400 (suggested by Juraj Fabo) * Moved ac97.h and ucb1400.h files to device/codec directory + * Removed arm/platform.h and arm/platform/* files. * Minor fixes. include-0.2 (2002-11-08): diff --git a/include/arm/platform.h b/include/arm/platform.h deleted file mode 100644 index 1a1b3a04..00000000 --- a/include/arm/platform.h +++ /dev/null @@ -1,50 +0,0 @@ -/* - * $Id$ - * - * ARM Platform specific declarations - * Copyright (C) 2002 ETC s.r.o. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. Neither the name of the ETC s.r.o. nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * Written by Marcel Telka , 2002. - * - */ - -#ifndef PLATFORM_H -#define PLATFORM_H - -#ifdef HAVE_CONFIG_H -#include -#endif - -#ifdef WID -#include -#endif - -#ifdef WEP -#include -#endif - -#endif /* PLATFORM_H */ diff --git a/include/arm/platform/.cvsignore b/include/arm/platform/.cvsignore deleted file mode 100644 index e69de29b..00000000 diff --git a/include/arm/platform/wep.h b/include/arm/platform/wep.h deleted file mode 100644 index fda71b1a..00000000 --- a/include/arm/platform/wep.h +++ /dev/null @@ -1,50 +0,0 @@ -/* - * $Id$ - * - * ETC WEP specific declarations (PXA250 based device) - * Copyright (C) 2002 ETC s.r.o. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. Neither the name of the ETC s.r.o. nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * Written by Marcel Telka , 2002. - * - * Documentation: - * [1] Intel Corporation, "Intel PXA250 and PXA210 Application Processors - * Developer's Manual", February 2002, Order Number: 278522-001 - * - */ - -#ifndef PLATFORM_WEP_H -#define PLATFORM_WEP_H - -/* WEP board variations */ -#define EP250 0 - -#define DEBUG_PORT_BASE BTUART_BASE - -#define RAM_AREA_START 0xA0000000 -#define RAM_AREA_LENGTH 0x10000000 - -#endif /* PLATFORM_WEP_H */ diff --git a/include/arm/platform/wid.h b/include/arm/platform/wid.h deleted file mode 100644 index 8d14ff33..00000000 --- a/include/arm/platform/wid.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * $Id$ - * - * ETC WID specific declarations (SA-1110 based device) - * Copyright (C) 2002 ETC s.r.o. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. Neither the name of the ETC s.r.o. nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * Written by Marcel Telka , 2002. - * - * Documentation: - * [1] Intel Corporation, "Intel StrongARM SA-1110 Microprocessor - * Developer's Manual", October 2001, Order Number: 278240-004 - * - */ - -#ifndef PLATFORM_WID_H -#define PLATFORM_WID_H - -/* WID board variations */ -#define EI370 0 -#define EP002 1 -#define EP202 2 - -#define PPCR_CCF_CLOCK PPCR_CCF_206_4 -#define DEBUG_PORT_BASE UART3_BASE - -#define WID_GPIO_BCR_MASK bit(17) - -#define RAM_AREA_START 0xC0000000 -#define RAM_AREA_LENGTH 0x20000000 - -#endif /* PLATFORM_WID_H */