Mercurial > ecos
annotate packages/hal/arm/pid/current/ChangeLog @ 46:797268ecc331 ecos-sw-1999-10-19
Merge from eCos master repository on 1999-10-19-18:55:31-BST
| author | jlarmour |
|---|---|
| date | Tue, 19 Oct 1999 19:19:52 +0000 |
| parents | 641b639be825 |
| children | 1370c5e55234 |
| rev | line source |
|---|---|
|
46
797268ecc331
Merge from eCos master repository on 1999-10-19-18:55:31-BST
jlarmour
parents:
30
diff
changeset
|
1 1999-10-19 Jesper Skov <jskov@cygnus.co.uk> |
|
797268ecc331
Merge from eCos master repository on 1999-10-19-18:55:31-BST
jlarmour
parents:
30
diff
changeset
|
2 |
|
797268ecc331
Merge from eCos master repository on 1999-10-19-18:55:31-BST
jlarmour
parents:
30
diff
changeset
|
3 * include/pkgconf/hal_arm_pid.h: Added ARM9 options. |
|
797268ecc331
Merge from eCos master repository on 1999-10-19-18:55:31-BST
jlarmour
parents:
30
diff
changeset
|
4 |
|
797268ecc331
Merge from eCos master repository on 1999-10-19-18:55:31-BST
jlarmour
parents:
30
diff
changeset
|
5 1999-10-15 Gary Thomas <gthomas@cygnus.co.uk> |
|
797268ecc331
Merge from eCos master repository on 1999-10-19-18:55:31-BST
jlarmour
parents:
30
diff
changeset
|
6 |
|
797268ecc331
Merge from eCos master repository on 1999-10-19-18:55:31-BST
jlarmour
parents:
30
diff
changeset
|
7 * src/hal_diag.c: Force diag channel to be "raw" if it is |
|
797268ecc331
Merge from eCos master repository on 1999-10-19-18:55:31-BST
jlarmour
parents:
30
diff
changeset
|
8 not the same as the GDB port (RAM based applications only). |
|
797268ecc331
Merge from eCos master repository on 1999-10-19-18:55:31-BST
jlarmour
parents:
30
diff
changeset
|
9 |
|
30
641b639be825
Merge from eCos master repository on 1999-08-16-22:01:37-BST
jlarmour
parents:
10
diff
changeset
|
10 1999-08-16 John Dallaway <jld@cygnus.co.uk> |
|
641b639be825
Merge from eCos master repository on 1999-08-16-22:01:37-BST
jlarmour
parents:
10
diff
changeset
|
11 |
|
641b639be825
Merge from eCos master repository on 1999-08-16-22:01:37-BST
jlarmour
parents:
10
diff
changeset
|
12 * include/pkgconf/hal_arm_pid.h: |
|
641b639be825
Merge from eCos master repository on 1999-08-16-22:01:37-BST
jlarmour
parents:
10
diff
changeset
|
13 |
|
641b639be825
Merge from eCos master repository on 1999-08-16-22:01:37-BST
jlarmour
parents:
10
diff
changeset
|
14 Proper case various display strings. |
|
641b639be825
Merge from eCos master repository on 1999-08-16-22:01:37-BST
jlarmour
parents:
10
diff
changeset
|
15 |
|
10
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
16 1999-05-24 Gary Thomas <gthomas@cygnus.co.uk> |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
17 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
18 * src/hal_diag.c: Clean up direct hardware access code. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
19 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
20 1999-05-20 Gary Thomas <gthomas@cygnus.co.uk> |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
21 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
22 * include/pkgconf/hal_arm_pid.h: Move RTC setup here. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
23 |
| 2 | 24 1999-04-13 Gary Thomas <gthomas@cygnus.co.uk> |
| 25 | |
| 26 * include/hal_platform_setup.h: New file | |
| 27 | |
| 28 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 29 | |
| 30 * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to | |
| 31 avoid padded output sections (PR 19787) | |
| 32 | |
| 33 1999-03-23 Gary Thomas <gthomas@cygnus.co.uk> | |
| 34 | |
| 35 * src/hal_diag.c (hal_diag_write_char): Make GDB 'O' transaction run | |
| 36 with interrupts disabled. | |
| 37 | |
| 38 1999-03-17 Gary Thomas <gthomas@cygnus.co.uk> | |
| 39 | |
| 40 * src/hal_diag.c (hal_diag_write_char): Don't disable all interrupts, | |
| 41 just the ones from the diag serial port. | |
| 42 | |
| 43 1999-03-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 44 | |
| 45 * include/plf_stub.h: | |
| 46 * src/plf_stub.c: | |
| 47 * src/hal_diag.c: Add suport for GDB break. | |
| 48 | |
| 49 1999-03-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 50 | |
| 51 * include/hal_cache.h (HAL_DCACHE_PURGE_ALL): Add macro. | |
| 52 | |
| 53 1999-03-04 John Dallaway <jld@cygnus.co.uk> | |
| 54 | |
| 55 * include/pkgconf/*.ldi: give all LDI files unique names so | |
| 56 that they can co-exist in an eCos build tree (PR 19184) | |
| 57 * include/pkgconf/*.mlt: give all MLT files unique names so | |
| 58 that they can co-exist in an eCos build tree (PR 19184) | |
| 59 | |
| 60 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 61 | |
| 62 * include/hal_platform_ints.h: | |
| 63 Reorganise vector/interrupt/exception names according to purpose | |
| 64 QA improvements | |
| 65 | |
| 66 * src/pid_misc.c: | |
| 67 Change interrupt names due to above | |
| 68 QA improvements | |
| 69 | |
| 70 | |
| 71 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 72 | |
| 73 * src/hal_diag.c (hal_diag_write_char): Changed | |
| 74 __output_gdb_string to hal_output_gdb_string. | |
| 75 | |
| 76 * include/hal_stub.h: [removed] | |
| 77 * include/plf_stub.h: [added] | |
| 78 * src/hal_stub.c: [removed] | |
| 79 * src/plf_stub.c: [added] | |
| 80 * src/PKGconf.mak: | |
| 81 Changed hal_stub to plf_stub. Moved generic HAL stub code to | |
| 82 common/.../hal_stub.c. | |
| 83 | |
| 84 1999-02-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 85 | |
| 86 * include/hal_platform_ints.h: Some interrupt assignments were wrong. | |
| 87 | |
| 88 1999-02-08 John Dallaway <jld@cygnus.co.uk> | |
| 89 | |
| 90 * include/pkgconf/*.mlt: New memory layout save files | |
| 91 | |
| 92 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 93 | |
| 94 * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition. | |
| 95 | |
| 96 1999-01-27 Gary Thomas <gthomas@cygnus.co.uk> | |
| 97 | |
| 98 * misc/PKGconf.mak: Fix for building on Win/NT. Also create raw binary | |
| 99 file suitable for putting into EPROM. | |
| 100 | |
| 101 1999-01-26 Hugo Tyson <hmt@masala.cygnus.co.uk> | |
| 102 | |
| 103 * include/pkgconf/stubs.ldi: | |
| 104 * include/pkgconf/ram.ldi: | |
| 105 * include/pkgconf/rom.ldi: | |
| 106 Add copyright notice. (Though these files will later be generated | |
| 107 by a tool and so not copyright, these default setups are.) | |
| 108 | |
| 109 1999-01-26 Gary Thomas <gthomas@cygnus.co.uk> | |
| 110 | |
| 111 * include/pkgconf/hal_arm_pid.h: Fix option descriptions. | |
| 112 | |
| 113 1999-01-25 Gary Thomas <gthomas@cygnus.co.uk> | |
| 114 | |
| 115 * include/pkgconf/hal_arm_pid.h: | |
| 116 * src/hal_stub.c: Add serial port parameterization (CDL) | |
| 117 (serial_init): Remove 'dummy' call which fixed a GCC bug. Note: | |
| 118 is this bug still lurking out there? | |
| 119 | |
| 120 1999-01-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 121 | |
| 122 * src/hal_diag.c: Removed HAL_IO_BARRIER macros. Not necessary on | |
| 123 ARM. | |
| 124 | |
| 125 1999-01-19 Gary Thomas <gthomas@cygnus.co.uk> | |
| 126 | |
| 127 * misc/PKGconf.mak: Fix for new startup types (STUBS). | |
| 128 | |
| 129 * include/pkgconf/rom.ldi: Modified for new layouts. | |
| 130 | |
| 131 * include/pkgconf/stubs.ldi: New File. | |
| 132 | |
| 133 * src/hal_stub.c: Reorg - move common routines to "arch" directory. | |
| 134 | |
| 135 1999-01-18 Gary Thomas <gthomas@cygnus.co.uk> | |
| 136 | |
| 137 * include/pkgconf/rom.ldi: Add configurations for GDB stubs/normal ROM. | |
| 138 | |
| 139 1999-01-15 Gary Thomas <gthomas@cygnus.co.uk> | |
| 140 | |
| 141 * misc/Notes: New file. | |
| 142 | |
| 143 * include/pkgconf/rom.ldi: Reorg GDB stubs memory use. | |
| 144 | |
| 145 * misc/gdb_module.c: | |
| 146 * misc/prog_flash.c: New program(s). | |
| 147 | |
| 148 * src/hal_stub.c: | |
| 149 * src/hal_diag.c: Reduce/remove trace buffers (debug only) | |
| 150 | |
| 151 * include/hal_diag.h: Add prototype for 'hal_diag_read_char()' | |
| 152 | |
| 153 1999-01-14 Gary Thomas <gthomas@cygnus.co.uk> | |
| 154 | |
| 155 * include/pkgconf/hal_arm_pid.h: Change diag port to match GDB port. | |
| 156 | |
| 157 * misc/PKGconf.mak: Change 'TESTS' to 'PROGS' due to | |
| 158 changes in "makrules.prv". | |
| 159 | |
| 160 * include/pkgconf/rom.ldi: | |
| 161 * include/pkgconf/ram.ldi: New files. | |
| 162 | |
| 163 * src/PKGconf.mak: Change to MLT script linking. | |
| 164 | |
| 165 1999-01-08 Gary Thomas <gthomas@cygnus.co.uk> | |
| 166 | |
| 167 * include/pkgconf/hal_arm_pid.h: | |
| 168 * src/hal_diag.c: Make diagnostic port configurable. | |
| 169 | |
| 170 1998-12-22 Gary Thomas <gthomas@cygnus.co.uk> | |
| 171 | |
| 172 * include/hal_cache.h: New [moved] file | |
| 173 | |
| 174 1998-12-20 Gary Thomas <gthomas@cygnus.co.uk> | |
| 175 | |
| 176 * src/hal_stub.c (cyg_hal_gdb_isr): Remove unused '__set_mem_fault' | |
| 177 | |
| 178 1998-12-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 179 | |
| 180 * include/hal_platform_ints.h: New file. | |
| 181 | |
| 182 1998-12-15 Gary Thomas <gthomas@cygnus.co.uk> | |
| 183 | |
| 184 * include/pkgconf/hal_arm_pid.h: Fix comment. | |
| 185 | |
| 186 * src/hal_diag.c: Changes for kernel-less configuration. | |
| 187 | |
| 188 * src/pid_misc.c: Renamed from 'hal_misc.c' | |
| 189 | |
| 190 * src/PKGconf.mak (COMPILE): Rename 'hal_misc.c' to 'pid_misc.c' | |
| 191 to avoid confusion with "arch/current/src/hal_misc.c" which is | |
| 192 a truly platform independent file. | |
| 193 | |
| 194 1998-12-10 Gary Thomas <gthomas@cygnus.co.uk> | |
| 195 | |
| 196 * src/hal_misc.c (dump_frame): Change in parameter type for | |
| 197 caused problems with adding pointers -> huge dumps! | |
| 198 | |
| 199 1998-12-09 Gary Thomas <gthomas@cygnus.co.uk> | |
| 200 | |
| 201 * src/hal_misc.c (exception_handler_returned): Change exception | |
| 202 [debug] functions to have proper type for 'register frame' param. | |
| 203 | |
| 204 1998-12-03 Gary Thomas <gthomas@cygnus.co.uk> | |
| 205 | |
| 206 * tests/flash.c: | |
| 207 * tests/dl.c (SYNC_COUNT): Update download for improved performance | |
| 208 now that target FIFO is working. | |
| 209 | |
| 210 * src/hal_stub.c (serial_init): Work around compiler code generation | |
| 211 bug (was quietly writing over location 0x4!) | |
| 212 | |
| 213 1998-12-02 Gary Thomas <gthomas@cygnus.co.uk> | |
| 214 | |
| 215 * include/pkgconf/hal_arm_pid.h: New file | |
| 216 | |
| 217 * src/hal_misc.c (exception_handler_returned): Make quiet in GDB version | |
| 218 | |
| 219 1998-12-01 Gary Thomas <gthomas@cygnus.co.uk> | |
| 220 | |
| 221 * src/hal_stub.c (serial_init): Enable serial FIFO! | |
| 222 | |
| 223 * src/hal_diag.c (hal_diag_init): Enable serial FIFO! | |
| 224 Don't try to support diag via GDB port (yet). | |
| 225 | |
| 226 1998-11-26 Gary Thomas <gthomas@cygnus.co.uk> | |
| 227 | |
| 228 * src/hal_diag.c (hal_diag_write_char): Allow separate debug output | |
| 229 even when GDB stubs are included. Remove this later - FIXME! | |
| 230 | |
| 231 * src/hal_stub.c: | |
| 232 * include/hal_stub.h: New files, GDB stub support | |
| 233 | |
| 234 * src/PKGconf.mak (COMPILE): Add hal_stub.c | |
| 235 | |
| 236 1998-11-18 Gary Thomas <gthomas@cygnus.co.uk> | |
| 237 | |
| 238 * tests/flash.c: | |
| 239 * tests/dl.c: | |
| 240 * tests/PKGconf.mak: Set of programs which will download and program | |
| 241 the FLASH on the PID7 eval board. | |
| 242 | |
| 243 * src/hal_misc.c: Add clock latency support. | |
| 244 | |
| 245 * src/pid.ld: Rework memory layout. Fix DWARF2 debugging stuff. | |
| 246 | |
| 247 | |
| 248 //=========================================================================== | |
| 249 //####COPYRIGHTBEGIN#### | |
| 250 // | |
| 251 // ------------------------------------------- | |
| 252 // The contents of this file are subject to the Cygnus eCos Public License | |
| 253 // Version 1.0 (the "License"); you may not use this file except in | |
| 254 // compliance with the License. You may obtain a copy of the License at | |
| 255 // http://sourceware.cygnus.com/ecos | |
| 256 // | |
| 257 // Software distributed under the License is distributed on an "AS IS" | |
| 258 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 259 // License for the specific language governing rights and limitations under | |
| 260 // the License. | |
| 261 // | |
| 262 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 263 // September 30, 1998. | |
| 264 // | |
| 265 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 266 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | |
| 267 // ------------------------------------------- | |
| 268 // | |
| 269 //####COPYRIGHTEND#### | |
| 270 //=========================================================================== |
