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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [arm/] [e7t/] [v2_0/] [ChangeLog] - Blame information for rev 27

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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