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