]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/arm/e7t/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / arm / e7t / v2_0 / ChangeLog
1 2004-04-22  Jani Monoses <jani@iv.ro>
2
3          * cdl/hal_arm_e7t.cdl :
4          Invoke tail with stricter syntax that works in latest coreutils. 
5
6 2003-12-05  Andrew Lunn  <andrew.lunn@ascom.ch>
7
8         * include/hal_diag.h: hal_delay_us is a C function.
9         
10 2003-11-05  Roland Caßebohm  <roland.cassebohm@visionsystems.de>
11
12         * include/plf_io.h: Define HAL_IO_MACROS_NO_ADDRESS_MUNGING to
13         force the IO macros not to mung the addresses. This platform
14         don't need this.
15
16 2003-10-06  Chris Garry  <cgarry@sweeneydesign.co.uk>
17
18         * include/plf_io.h: Correct (unused) defines for
19         E7T_ROMCON_BASE_MASK and E7T_ROMCON_NEXT_MASK.
20
21 2003-09-21  Gary Thomas  <gary@mlbassoc.com>
22
23         * misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
24         template - DNS now must be enabled manually.
25
26 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
27
28         * cdl/hal_arm_e7t.cdl:
29         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
30         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
31         "default_value" from "calculated". This makes it easier
32         to change these values globally.
33         
34 2003-02-05  Nick Garnett  <nickg@calivar.com>
35
36         * include/plf_io.h (CYGARC_PHYSICAL_ADDRESS): Added this
37         definition to keep redboot_linux_exec.c happy.
38
39 2003-01-29  John Dallaway  <jld@ecoscentric.com>
40
41         * src/flash_cksum.tcl: Accommodate latest Cygwin Tcl shell
42         (tclsh83.exe)
43
44 2002-10-19  Jonathan Larmour  <jifl@eCosCentric.com>
45
46         * include/hal_platform_setup.h (PLATFORM_SETUP1): Only define if
47         ROM or ROMRAM, not if STUBS which can be RAM.
48
49 2002-04-15  Jesper Skov  <jskov@redhat.com>
50
51         * include/hal_platform_setup.h (PLATFORM_SETUP1): Changed ldm/stm
52         to ldmia/stmia.
53
54 2002-03-06  Jesper Skov  <jskov@redhat.com>
55
56         * misc/redboot_ROM.ecm: Added zlib package.
57
58 2001-10-02  Jonathan Larmour  <jlarmour@redhat.com>
59
60         * cdl/hal_arm_e7t.cdl (CYGBLD_BUILD_REDBOOT_BIN): cygtclsh80 on
61         Cygwin can't deal with absolute paths correctly, so copy
62         flash_cksum.tcl into build directory.
63
64 2001-07-02  Jesper Skov  <jskov@redhat.com>
65
66         * src/hal_diag.c (cyg_hal_plf_serial_getc_nonblock): Ack RX
67         interrupt after reading.
68
69         * include/pkgconf/mlt_arm_e7t_ram.mlt: Reserve 64kB for RedBoot.
70         * include/pkgconf/mlt_arm_e7t_ram.ldi: Same.
71
72         * src/hal_diag.c: Make some data type fixes. Try to ack interrupt
73         after reading data. Unable to test though due to some other
74         problem on diag output.
75
76 2001-04-17  Jesper Skov  <jskov@redhat.com>
77
78         * cdl/hal_arm_e7t.cdl: Fix compiler flags. In particular, do now
79         allow unaligned access since the CPU doesn't handle it.
80
81         * include/hal_platform_setup.h (PLATFORM_SETUP1): Use proper
82         spells to init memory interface.
83
84         * src/e7t_misc.c (hal_hardware_init): Removed debug code, fix
85         cache init code.
86
87         * include/plf_io.h: Use uncached addresses for IO registers.
88
89         * include/hal_platform_setup.h: Found a hint for problems with
90         memory init.
91
92         * include/hal_cache.h (HAL_UCACHE_INVALIDATE_ALL): Tried to make
93         this a bit faster. Didn't help much though.
94
95         * src/hal_diag.c (cyg_hal_plf_serial_init): Remove unused variable.
96
97 2001-04-16  Gary Thomas  <gthomas@redhat.com>
98
99         * cdl/hal_arm_e7t.cdl: Add CDL to describe CPU family.
100
101 2001-04-11  Jesper Skov  <jskov@redhat.com>
102
103         * src/e7t_misc.c (hal_delay_us): Fixed.
104
105         * include/pkgconf/mlt_arm_e7t_rom.ldi: Updated.
106         * include/pkgconf/mlt_arm_e7t_rom.mlt: Same.
107         * include/pkgconf/mlt_arm_e7t_rom.h:   Same.
108         * include/pkgconf/mlt_arm_e7t_ram.ldi: Updated.
109         * include/pkgconf/mlt_arm_e7t_ram.mlt: Same.
110         * include/pkgconf/mlt_arm_e7t_ram.h:   Same.
111
112 2001-04-05  Jesper Skov  <jskov@redhat.com>
113
114         * misc/redboot_ROM.ecm: Only read from debug port.
115
116         * src/redboot_module.c: Fail if attempted built in wrong config.
117
118         * src/e7t_misc.c (hal_IRQ_handler): Fixed comparisons.
119
120 2001-03-19  Jesper Skov  <jskov@redhat.com>
121
122         * src/e7t_misc.c (hal_delay_us): Made it work. Not sure why the
123         interrupts don't actually fire. This will probably break when that
124         gets sorted out later.
125
126         * src/hal_diag.c (cyg_hal_plf_serial_getc_nonblock): Rename a
127         register.
128
129         * src/e7t_misc.c (hal_hardware_init): Init caches, clear global
130         interrupt mask flag.
131         (hal_delay_us): Added.
132
133         * include/plf_io.h: Added cache definitions.
134
135         * include/hal_diag.h (HAL_DELAY_US): Added.
136
137         * include/hal_cache.h: Rewrote for KS32C50100.
138
139         * misc/redboot_ROM.ecm: Added.
140
141         * src/redboot_module.c: Added.
142         * src/gdb_module.c: Removed.
143
144         * src/e7t_misc.c: Comment out test code, but keep it around for
145         now.
146
147         * cdl/hal_arm_e7t.cdl: Added RedBoot build magic. Removed stubs
148         build magic.
149
150         * include/hal_platform_setup.h: Set PIO directions and IO
151         widths. The rest cannot be set wo hanging the board.
152
153         * src/hal_diag.c: Baud rate is computed from 1/2 core clock. All
154         register access is 32 bit. Added simple functions to print out
155         values without use of RAM.
156         Enabling TX/RX means allowing interrupts. Rely on vector mask only
157         for controlling ctrl-c interrupts.
158
159 2001-03-16  Jesper Skov  <jskov@redhat.com>
160
161         * src/e7t_misc.c: Rewrote timer and interrupt code for
162         E7T. Removed reset code.
163
164         * include/plf_io.h: Added interrupt controller and timer
165         registers.
166
167         * include/hal_platform_ints.h: Updated interrupt defintions to
168         match E7T. No reset magic.
169
170         * src/hal_diag.c: Use correct interrupt definitions.
171
172         * Cloned from AEB HAL.
173
174 //===========================================================================
175 //####ECOSGPLCOPYRIGHTBEGIN####
176 // -------------------------------------------
177 // This file is part of eCos, the Embedded Configurable Operating System.
178 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
179 //
180 // eCos is free software; you can redistribute it and/or modify it under
181 // the terms of the GNU General Public License as published by the Free
182 // Software Foundation; either version 2 or (at your option) any later version.
183 //
184 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
185 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
186 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
187 // for more details.
188 //
189 // You should have received a copy of the GNU General Public License along
190 // with eCos; if not, write to the Free Software Foundation, Inc.,
191 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
192 //
193 // As a special exception, if other files instantiate templates or use macros
194 // or inline functions from this file, or you compile this file and link it
195 // with other works to produce a work based on this file, this file does not
196 // by itself cause the resulting work to be covered by the GNU General Public
197 // License. However the source code for this file must still be made available
198 // in accordance with section (3) of the GNU General Public License.
199 //
200 // This exception does not invalidate any other reasons why a work based on
201 // this file might be covered by the GNU General Public License.
202 //
203 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
204 // at http://sources.redhat.com/ecos/ecos-license/
205 // -------------------------------------------
206 //####ECOSGPLCOPYRIGHTEND####
207 //===========================================================================