]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/arm/xscale/pxa2x0/v2_0/ChangeLog
94105ea32f71bdc2b2d912444992ad5db23d8a08
[karo-tx-redboot.git] / packages / hal / arm / xscale / pxa2x0 / v2_0 / ChangeLog
1 2005-04-22  Ian Campbell  <icampbell@arcom.com>
2
3         * include/hal_pxa2x0.h: OSCC was incorrectly name CSCC.
4
5 2005-04-12  Alexander Neundorf <alexander.neundorf@jenoptik.com>
6
7         * src/pxa2x0_misc.c (hal_IRQ_handler): also check interrupt bits 
8         for GPIO81..85
9
10 2005-03-03  Andrew Lunn  <andrew.lunn@ascom.ch>
11
12         * src/pxa2x0_misc.c (_pxa2x0_set_GPIO_mode): Fix compiler warning
13         about discarded qualifier.
14
15 2003-12-05  Daniel Schmidt <sc_da@gmx.de>
16
17         * include/hal_var_ints.h: Added CYGNUM_HAL_INTERRUPT_GPIO81..85
18         for PXA255. Changed CYGNUM_HAL_ISR_MIN to 0 because of missing
19         vector translation in arm/arch/current/include/hal_intr.h
20
21 2003-12-05  Andrew Lunn  <andrew.lunn@ascom.ch>
22
23         * include/hal_diag.h: hal_delay_us() is a C function.
24
25 2003-08-08  Gary Thomas  <gary@mind.be>
26
27         * src/pxa2x0_misc.c: 
28         * include/hal_pxa2x0.h: Support GPIO alternate functions.
29
30 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
31
32         * cdl/hal_arm_xscale_pxa2x0.cdl:
33         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
34         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
35         "default_value" from "calculated". This makes it easier
36         to change these values globally.
37         
38 2003-02-24  Gary Thomas  <gary@mlbassoc.com>
39
40         * src/pxa2x0_misc.c (hal_IRQ_handler): Pass 'sources' on to any
41         extended IRQ handler (it may need them).
42
43 2003-02-20  Gary Thomas  <gary@mlbassoc.com>
44
45         * src/pxa2x0_misc.c (hal_hardware_init): Move call to hal_if_init()
46         into platform code (so it can do I/O).  Also, support common CDL
47         for CACHE startup enables.
48
49 2003-01-24  Knud Woehler <knud.woehler@microplex.de>
50 2003-01-24  Mark Salter <msalter@redhat.com>
51
52         * Initial import from Knud Woehler.
53
54 //===========================================================================
55 //####ECOSGPLCOPYRIGHTBEGIN####
56 // -------------------------------------------
57 // This file is part of eCos, the Embedded Configurable Operating System.
58 // Copyright (C) 2003 Red Hat, Inc.
59 //
60 // eCos is free software; you can redistribute it and/or modify it under
61 // the terms of the GNU General Public License as published by the Free
62 // Software Foundation; either version 2 or (at your option) any later version.
63 //
64 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
65 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
66 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
67 // for more details.
68 //
69 // You should have received a copy of the GNU General Public License along
70 // with eCos; if not, write to the Free Software Foundation, Inc.,
71 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
72 //
73 // As a special exception, if other files instantiate templates or use macros
74 // or inline functions from this file, or you compile this file and link it
75 // with other works to produce a work based on this file, this file does not
76 // by itself cause the resulting work to be covered by the GNU General Public
77 // License. However the source code for this file must still be made available
78 // in accordance with section (3) of the GNU General Public License.
79 //
80 // This exception does not invalidate any other reasons why a work based on
81 // this file might be covered by the GNU General Public License.
82 //
83 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
84 // at http://sources.redhat.com/ecos/ecos-license/
85 // -------------------------------------------
86 //####ECOSGPLCOPYRIGHTEND####
87 //===========================================================================