Mercurial > ecos
annotate packages/hal/arm/aeb/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_aeb.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 * src/aeb_misc.c: Add some testing code using a second timer. | |
| 8 | |
| 9 * include/hal_platform_setup.h: New file | |
| 10 | |
| 11 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 12 | |
| 13 * include/pkgconf/mlt_arm_aeb_rom.ldi: Fix SECTION macro which | |
| 14 was missed during recent macro arguments change | |
| 15 | |
| 16 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 17 | |
| 18 * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to | |
| 19 avoid padded output sections (PR 19787) | |
| 20 | |
| 21 1999-03-23 Gary Thomas <gthomas@cygnus.co.uk> | |
| 22 | |
| 23 * src/hal_diag.c (hal_diag_write_char): Make GDB 'O' transaction | |
| 24 run with interrupts disabled. | |
| 25 | |
| 26 1999-03-23 John Dallaway <jld@cygnus.co.uk> | |
| 27 | |
| 28 * include/pkgconf/hal_arm_aeb.h: Modify display string for | |
| 29 consistency. | |
| 30 | |
| 31 1999-03-17 Gary Thomas <gthomas@cygnus.co.uk> | |
| 32 | |
| 33 * src/hal_diag.c (hal_diag_write_char): Don't disable all | |
| 34 interrupts, just the serial port during output. | |
| 35 | |
| 36 * src/aeb_misc.c: Add support for "abort" button. This works | |
| 37 like ^C if GDB break support is compiled in. | |
| 38 (hal_clock_read): Only return "reasonable" deltas - hardware | |
| 39 sometimes gives flakey/implausible counts. | |
| 40 | |
| 41 * include/hal_platform_ints.h: Improve interrupt assignments. | |
| 42 | |
| 43 1999-03-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 44 | |
| 45 * src/hal_diag.c: | |
| 46 * include/plf_stub.h: | |
| 47 * src/plf_stub.c: Add GDB break support. | |
| 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 * include/hal_platform_ints.h: Add additional interrupt sources | |
| 54 (UARTs and WATCHDOG). | |
| 55 | |
| 56 1999-03-11 John Dallaway <jld@cygnus.co.uk> | |
| 57 | |
| 58 * include/pkgconf/*.ldi: add copyright notices | |
| 59 | |
| 60 1999-03-04 John Dallaway <jld@cygnus.co.uk> | |
| 61 | |
| 62 * include/pkgconf/*.ldi: give all LDI files unique names so | |
| 63 that they can co-exist in an eCos build tree (PR 19184) | |
| 64 * include/pkgconf/*.mlt: give all MLT files unique names so | |
| 65 that they can co-exist in an eCos build tree (PR 19184) | |
| 66 | |
| 67 1999-02-26 Gary Thomas <gthomas@cygnus.co.uk> | |
| 68 | |
| 69 * misc/Notes: | |
| 70 * misc/PKGconf.mak: Fix stubs build for new layout. | |
| 71 | |
| 72 * misc/gdb_module.c: Update version. Build with new stubs. | |
| 73 | |
| 74 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 75 | |
| 76 * include/hal_platform_ints.h: | |
| 77 Reorganise vector/interrupt/exception names according to purpose | |
| 78 QA improvements | |
| 79 | |
| 80 * src/aeb_misc.c: | |
| 81 Change interrupt names due to above | |
| 82 QA improvements | |
| 83 | |
| 84 1999-02-17 John Dallaway <jld@cygnus.co.uk> | |
| 85 | |
| 86 * include/pkgconf/ram.mlt: Relocate the GDB stubs | |
| 87 * include/pkgconf/ram.ldi: Relocate the GDB stubs | |
| 88 * include/pkgconf/stubs.mlt: Relocate the GDB stubs | |
| 89 * include/pkgconf/stubs.ldi: Relocate the GDB stubs | |
| 90 | |
| 91 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 92 | |
| 93 * src/hal_diag.c (hal_diag_write_char): Changed | |
| 94 __output_gdb_string to hal_output_gdb_string. | |
| 95 | |
| 96 * include/hal_stub.h: [removed] | |
| 97 * include/plf_stub.h: [added] | |
| 98 * src/hal_stub.c: [removed] | |
| 99 * src/plf_stub.c: [added] | |
| 100 * src/PKGconf.mak: | |
| 101 Changed hal_stub to plf_stub. Moved generic HAL stub code to | |
| 102 common/.../hal_stub.c. | |
| 103 | |
| 104 1999-02-08 John Dallaway <jld@cygnus.co.uk> | |
| 105 | |
| 106 * include/pkgconf/*.mlt: New memory layout save files | |
| 107 | |
| 108 1999-02-08 Gary Thomas <gthomas@cygnus.co.uk> | |
| 109 | |
| 110 * include/pkgconf/rom.ldi: Add segment for ROM | |
| 111 | |
| 112 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 113 | |
| 114 * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition. | |
| 115 | |
| 116 1999-02-02 John Dallaway <jld@cygnus.co.uk> | |
| 117 | |
| 118 * include/pkgconf/hal_arm_aeb.h: Correct the specified platform. | |
| 119 | |
| 120 1999-01-19 Gary Thomas <gthomas@cygnus.co.uk> | |
| 121 | |
| 122 * include/pkgconf/rom.ldi: Modified for new layouts. | |
| 123 | |
| 124 * include/pkgconf/stubs.ldi: New file. | |
| 125 | |
| 126 * misc/gdb_module.c: Start of module changed name (due to rework | |
| 127 of exception handling in the GDB stubs). | |
| 128 | |
| 129 * src/hal_stub.c: Reorg - move common routines to "arch" directory. | |
| 130 | |
| 131 1999-01-18 Gary Thomas <gthomas@cygnus.co.uk> | |
| 132 | |
| 133 * include/pkgconf/rom.ldi: Add configurations for GDB stubs/normal ROM. | |
| 134 | |
| 135 1999-01-15 Gary Thomas <gthomas@cygnus.co.uk> | |
| 136 | |
| 137 * misc/Notes: Update for new directory layout. | |
| 138 | |
| 139 * include/hal_diag.h: Add prototype for 'hal_diag_read_char()' | |
| 140 | |
| 141 * src/hal_stub.c: Take out memory trace buffer (debug only). | |
| 142 | |
| 143 * src/hal_diag.c: Reduce buffer size. | |
| 144 | |
| 145 * misc/PKGconf.mak (SRC): Fix path. | |
| 146 | |
| 147 1999-01-14 Gary Thomas <gthomas@cygnus.co.uk> | |
| 148 | |
| 149 * misc/PKGconf.mak: Rename 'TESTS' to 'PROGS' due to | |
| 150 changes in "makrules.prv". | |
| 151 | |
| 152 * include/pkgconf/ram.ldi: | |
| 153 * include/pkgconf/rom.ldi: New files. | |
| 154 | |
| 155 * src/PKGconf.mak: Change to MLT script linking. | |
| 156 | |
| 157 1999-01-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 158 | |
| 159 * tests/flash_cksum.tcl: Always swap to Little Endian format. | |
| 160 | |
| 161 * src/aeb.ld: Change DATA address for ROM (GDB) configuration. | |
| 162 | |
| 163 1999-01-08 Gary Thomas <gthomas@cygnus.co.uk> | |
| 164 | |
| 165 * tests/gdb_module.c: Clean up to work in all configurations. | |
| 166 | |
| 167 * tests/PKGconf.mak (TESTS): Clean up. | |
| 168 | |
| 169 1999-01-06 Gary Thomas <gthomas@cygnus.co.uk> | |
| 170 | |
| 171 * tests/PKGconf.mak: Update to use tcl checksum program. | |
| 172 | |
| 173 * tests/Notes: Advise on required zeroes. | |
| 174 | |
| 175 * tests/gdb_module.c: Update module name/info. | |
| 176 | |
| 177 1998-12-22 Gary Thomas <gthomas@cygnus.co.uk> | |
| 178 | |
| 179 * include/hal_cache.h: New [moved] file. | |
| 180 | |
| 181 1998-12-21 Gary Thomas <gthomas@cygnus.co.uk> | |
| 182 | |
| 183 * src/aeb_misc.c (hal_clock_initialize): Set timer0 scale. | |
| 184 | |
| 185 1998-12-20 Gary Thomas <gthomas@cygnus.co.uk> | |
| 186 | |
| 187 * tests/flash_cksum.c: Handle big/little endian hosts. | |
| 188 | |
| 189 * src/hal_stub.c: Remove unused '__set_mem_fault'. | |
| 190 Blink LED1 with GDB I/O (semblance of life). | |
| 191 | |
| 192 1998-12-18 Gary Thomas <gthomas@cygnus.co.uk> | |
| 193 | |
| 194 * tests/gdb_module_ncs.c: | |
| 195 * tests/PKGconf.mak: | |
| 196 * tests/gdb_module.c: New file(s) used to build FLASH module | |
| 197 | |
| 198 1998-12-17 Gary Thomas <gthomas@cygnus.co.uk> | |
| 199 | |
| 200 * src/aeb.ld: Change log address to use all available RAM. | |
| 201 | |
| 202 * include/pkgconf/hal_arm_aeb.h: New file | |
| 203 | |
| 204 1998-12-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 205 | |
| 206 * include/hal_platform_ints.h: New file for platform | |
| 207 interrupt specifics. | |
| 208 | |
| 209 * src/hal_diag.c: | |
| 210 * src/aeb.ld: | |
| 211 * src/aeb_misc.c: Complete initial port. | |
| 212 | |
| 213 1998-12-15 Gary Thomas <gthomas@cygnus.co.uk> | |
| 214 | |
| 215 * src/hal_stub.c: | |
| 216 * src/hal_diag.c: | |
| 217 * src/PKGconf.mak: | |
| 218 * src/aeb.ld: | |
| 219 * include/hal_stub.h: | |
| 220 * include/hal_diag.h: | |
| 221 * include/pkgconf/hal_arm_aeb.h: New file. | |
| 222 | |
| 223 | |
| 224 //=========================================================================== | |
| 225 //####COPYRIGHTBEGIN#### | |
| 226 // | |
| 227 // ------------------------------------------- | |
| 228 // The contents of this file are subject to the Cygnus eCos Public License | |
| 229 // Version 1.0 (the "License"); you may not use this file except in | |
| 230 // compliance with the License. You may obtain a copy of the License at | |
| 231 // http://sourceware.cygnus.com/ecos | |
| 232 // | |
| 233 // Software distributed under the License is distributed on an "AS IS" | |
| 234 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 235 // License for the specific language governing rights and limitations under | |
| 236 // the License. | |
| 237 // | |
| 238 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 239 // September 30, 1998. | |
| 240 // | |
| 241 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 242 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | |
| 243 // ------------------------------------------- | |
| 244 // | |
| 245 //####COPYRIGHTEND#### | |
| 246 //=========================================================================== |
