1 |
786 |
skrzyp |
2009-10-16 John Dallaway
|
2 |
|
|
|
3 |
|
|
* cdl/hal_arm_xscale_pxa2x0.cdl: Parent under
|
4 |
|
|
CYGPKG_HAL_ARM_XSCALE_CORE.
|
5 |
|
|
|
6 |
|
|
2009-03-24 John Dallaway
|
7 |
|
|
|
8 |
|
|
* src/pxa2x0_misc.c (hal_interrupt_configure): Use GFER0/GRER0 for
|
9 |
|
|
GPIO2-GPIO31. Patch from Alfonso Sanchez. [ Bugzilla 1000681 ]
|
10 |
|
|
|
11 |
|
|
2005-12-06 David Vrabel
|
12 |
|
|
|
13 |
|
|
* cdl/hal_arm_xscale_pxa2x0.cdl: New
|
14 |
|
|
CYGOPT_HAL_ARM_XSCALE_PXA2X0_VARIANT option to select support for
|
15 |
|
|
the PXA25x series or the PXA27x series. The default is PXA25x so
|
16 |
|
|
existing packages work as-is.
|
17 |
|
|
|
18 |
|
|
* include/hal_pxa2x0.h: Add some extra PXA27x specific registers.
|
19 |
|
|
|
20 |
|
|
* src/pxa2x0_misc.c, include/hal_var_ints.h: Add support for the
|
21 |
|
|
extra interrupts (including the extra GPIO ones) on the PXA27x.
|
22 |
|
|
|
23 |
|
|
* src/pxa2x0_misc.c (hal_delay_us): Use correct timer clock
|
24 |
|
|
frequency for PXA27x. Correctly handle the loop taking longer
|
25 |
|
|
than 1 timer tick.
|
26 |
|
|
|
27 |
|
|
2005-09-19 David Vrabel
|
28 |
|
|
|
29 |
|
|
* cdl/hal_arm_xscale_pxa2x0.cdl: Fix the last patch, logical OR
|
30 |
|
|
not bitwise is needed.
|
31 |
|
|
|
32 |
|
|
2005-09-15 David Vrabel
|
33 |
|
|
|
34 |
|
|
* cdl/hal_arm_xscale_pxa2x0.cdl: Only build hal_diag.c if one of
|
35 |
|
|
the three internal UARTs is used.
|
36 |
|
|
|
37 |
|
|
2005-04-22 Ian Campbell
|
38 |
|
|
|
39 |
|
|
* include/hal_pxa2x0.h: OSCC was incorrectly name CSCC.
|
40 |
|
|
|
41 |
|
|
2005-04-12 Alexander Neundorf
|
42 |
|
|
|
43 |
|
|
* src/pxa2x0_misc.c (hal_IRQ_handler): also check interrupt bits
|
44 |
|
|
for GPIO81..85
|
45 |
|
|
|
46 |
|
|
2005-03-03 Andrew Lunn
|
47 |
|
|
|
48 |
|
|
* src/pxa2x0_misc.c (_pxa2x0_set_GPIO_mode): Fix compiler warning
|
49 |
|
|
about discarded qualifier.
|
50 |
|
|
|
51 |
|
|
2003-12-05 Daniel Schmidt
|
52 |
|
|
|
53 |
|
|
* include/hal_var_ints.h: Added CYGNUM_HAL_INTERRUPT_GPIO81..85
|
54 |
|
|
for PXA255. Changed CYGNUM_HAL_ISR_MIN to 0 because of missing
|
55 |
|
|
vector translation in arm/arch/current/include/hal_intr.h
|
56 |
|
|
|
57 |
|
|
2003-12-05 Andrew Lunn
|
58 |
|
|
|
59 |
|
|
* include/hal_diag.h: hal_delay_us() is a C function.
|
60 |
|
|
|
61 |
|
|
2003-08-08 Gary Thomas
|
62 |
|
|
|
63 |
|
|
* src/pxa2x0_misc.c:
|
64 |
|
|
* include/hal_pxa2x0.h: Support GPIO alternate functions.
|
65 |
|
|
|
66 |
|
|
2003-07-18 Nick Garnett
|
67 |
|
|
|
68 |
|
|
* cdl/hal_arm_xscale_pxa2x0.cdl:
|
69 |
|
|
Changed values for CYGNUM_HAL_RTC_NUMERATOR,
|
70 |
|
|
CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
|
71 |
|
|
"default_value" from "calculated". This makes it easier
|
72 |
|
|
to change these values globally.
|
73 |
|
|
|
74 |
|
|
2003-02-24 Gary Thomas
|
75 |
|
|
|
76 |
|
|
* src/pxa2x0_misc.c (hal_IRQ_handler): Pass 'sources' on to any
|
77 |
|
|
extended IRQ handler (it may need them).
|
78 |
|
|
|
79 |
|
|
2003-02-20 Gary Thomas
|
80 |
|
|
|
81 |
|
|
* src/pxa2x0_misc.c (hal_hardware_init): Move call to hal_if_init()
|
82 |
|
|
into platform code (so it can do I/O). Also, support common CDL
|
83 |
|
|
for CACHE startup enables.
|
84 |
|
|
|
85 |
|
|
2003-01-24 Knud Woehler
|
86 |
|
|
2003-01-24 Mark Salter
|
87 |
|
|
|
88 |
|
|
* Initial import from Knud Woehler.
|
89 |
|
|
|
90 |
|
|
//===========================================================================
|
91 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
92 |
|
|
// -------------------------------------------
|
93 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
94 |
|
|
// Copyright (C) 2003, 2009 Free Software Foundation, Inc.
|
95 |
|
|
//
|
96 |
|
|
// This program is free software; you can redistribute it and/or modify
|
97 |
|
|
// it under the terms of the GNU General Public License as published by
|
98 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
99 |
|
|
// later version.
|
100 |
|
|
//
|
101 |
|
|
// This program is distributed in the hope that it will be useful, but
|
102 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
103 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
104 |
|
|
// General Public License for more details.
|
105 |
|
|
//
|
106 |
|
|
// You should have received a copy of the GNU General Public License
|
107 |
|
|
// along with this program; if not, write to the
|
108 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
109 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
110 |
|
|
// -------------------------------------------
|
111 |
|
|
// ####GPLCOPYRIGHTEND####
|
112 |
|
|
//===========================================================================
|