OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [arm/] [e7t/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.