Mercurial > ecos
annotate packages/hal/powerpc/cogent/current/ChangeLog @ 34:29bc183297e1 ecos-sw-1999-09-02
Merge from eCos master repository on 1999-09-02-16:26:10-BST
| author | jlarmour |
|---|---|
| date | Thu, 02 Sep 1999 16:11:22 +0000 |
| parents | 4f2df4ab82c8 |
| children | 755351606154 |
| rev | line source |
|---|---|
|
34
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
16
diff
changeset
|
1 1999-09-02 Jesper Skov <jskov@cygnus.co.uk> |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
16
diff
changeset
|
2 |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
16
diff
changeset
|
3 * misc/STUBS_config: Added. |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
16
diff
changeset
|
4 |
|
16
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
5 1999-06-11 Hugo Tyson <hmt@cygnus.co.uk> |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
6 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
7 * src/PKGconf.mak: Build the new file. |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
8 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
9 * src/hal_aux.c (CYGARC_MEMDESC_TABLE): New file, to define this |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
10 object for per-platform table-driven memory map initialization. |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
11 The table used to be in hal_misc.c in the architectural HAL; this |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
12 is platform dependent so better and cleaner here. |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
13 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
14 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
|
15 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
16 * include/pkgconf/hal_powerpc_cogent.h: Move RTC setup here. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
17 |
| 2 | 18 1999-04-08 John Dallaway <jld@cygnus.co.uk> |
| 19 | |
| 20 * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to | |
| 21 avoid padded output sections (PR 19787) | |
| 22 | |
| 23 1999-04-06 Jesper Skov <jskov@cygnus.co.uk> | |
| 24 | |
| 25 * src/hal_diag.c: Moved a declaration out of a local scope. | |
| 26 | |
| 27 * include/plf_stub.h: | |
| 28 * src/plf_stub.c: | |
| 29 * src/cma_ser.inl: | |
| 30 Use separate cma function prefix for stub. Fixed naming buglet in | |
| 31 cma_ser.inl. | |
| 32 | |
| 33 1999-03-29 Jesper Skov <jskov@cygnus.co.uk> | |
| 34 | |
| 35 * src/hal_diag.c (hal_diag_write_char): Fix type warning. | |
| 36 | |
| 37 1999-03-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 38 | |
| 39 * src/hal_diag.c: Made serial O-packetization match that of the | |
| 40 other archs. | |
| 41 | |
| 42 1999-03-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 43 | |
| 44 * src/cma_ser.inl: Wrapped in CYGONCE and changed hal_stub.h | |
| 45 inclusion to ppc_stub.h. | |
| 46 | |
| 47 1999-03-23 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 48 | |
| 49 * src/hal_diag.c: Disable interrupts when doing diag output so that | |
| 50 system "freezes" while this goes on | |
| 51 | |
| 52 1999-03-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 53 | |
| 54 * src/hal_diag.c: | |
| 55 * src/cogent.S: | |
| 56 Cleaned up some FIX MEs. | |
| 57 | |
| 58 1999-03-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 59 | |
| 60 * include/plf_stub.h: Changed config macro names. | |
| 61 | |
| 62 1999-03-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 63 | |
| 64 * include/plf_stub.h: Only initialize serial line when no DD is | |
| 65 around to do it. | |
| 66 | |
| 67 1999-03-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 68 | |
| 69 * src/cma_ser.inl (put_char): Hang until character is sent. | |
| 70 | |
| 71 1999-03-04 John Dallaway <jld@cygnus.co.uk> | |
| 72 | |
| 73 * include/pkgconf/*.ldi: give all LDI files unique names so | |
| 74 that they can co-exist in an eCos build tree (PR 19184) | |
| 75 * include/pkgconf/*.mlt: give all MLT files unique names so | |
| 76 that they can co-exist in an eCos build tree (PR 19184) | |
| 77 | |
| 78 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 79 | |
| 80 * src/cma_ser.inl: | |
| 81 Rename CYG_VECTOR_SIU_IRQ1 -> CYGNUM_HAL_INTERRUPT_SIU_IRQ1 in | |
| 82 line with recent HAL changes | |
| 83 | |
| 84 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 85 | |
| 86 * src/hal_diag.c (hal_diag_write_char): Changed | |
| 87 __output_gdb_string to hal_output_gdb_string. | |
| 88 | |
| 89 * include/hal_stub.h: [removed] | |
| 90 * include/plf_stub.h: [added] | |
| 91 * src/hal_stub.c: [removed] | |
| 92 * src/plf_stub.c: [added] | |
| 93 * src/PKGconf.mak: | |
| 94 Changed hal_stub to plf_stub. Moved generic HAL stub code to | |
| 95 common/.../hal_stub.c. | |
| 96 | |
| 97 1999-02-08 John Dallaway <jld@cygnus.co.uk> | |
| 98 | |
| 99 * include/pkgconf/*.mlt: New memory layout save files | |
| 100 | |
| 101 1999-02-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 102 | |
| 103 * src/cogent.S: | |
| 104 * src/cma_ser.inl: | |
| 105 Cleaned up the MPC823/850 code. | |
| 106 | |
| 107 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 108 | |
| 109 * include/pkgconf/hal_powerpc_cogent.h: | |
| 110 Rename startup type 'stub' to 'stubs'. | |
| 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-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 117 | |
| 118 * src/cma_ser.inl: Undefine macros at end of file. | |
| 119 | |
| 120 1999-02-03 Jesper Skov <jskov@cygnus.co.uk> | |
| 121 | |
| 122 * src/cma_ser.inl: Added naming prefix. | |
| 123 | |
| 124 1999-02-01 Jesper Skov <jskov@cygnus.co.uk> | |
| 125 | |
| 126 * src/cma_ser.inl (hal_cma_init_serial): Proper initialization of | |
| 127 ST16C552. | |
| 128 | |
| 129 1999-01-29 Jesper Skov <jskov@cygnus.co.uk> | |
| 130 | |
| 131 * src/cogent.S: | |
| 132 * src/cma_ser.inl: | |
| 133 Added MPC823/850 support. Some of it needs cleaning up a bit. | |
| 134 | |
| 135 1999-01-27 Jesper Skov <jskov@cygnus.co.uk> | |
| 136 | |
| 137 * src/hal_stub.c: | |
| 138 * src/hal_diag.c: | |
| 139 Got rid of CYG_HAL_ROM_MONITOR. | |
| 140 | |
| 141 * src/hal_stub.c: | |
| 142 * src/hal_diag.c: | |
| 143 * src/cma_ser.inl: [added] | |
| 144 Moved minimal serial driver into its own file. | |
| 145 | |
| 146 * include/pkgconf/hal_powerpc_cogent.h: Added CDL for Diag port. | |
| 147 Disabled both. | |
| 148 | |
| 149 1999-01-26 Hugo Tyson <hmt@masala.cygnus.co.uk> | |
| 150 | |
| 151 * include/pkgconf/stubs.ldi: | |
| 152 * include/pkgconf/ram.ldi: | |
| 153 * include/pkgconf/rom.ldi: | |
| 154 Add copyright notice. (Though these files will later be generated | |
| 155 by a tool and so not copyright, these default setups are.) | |
| 156 | |
| 157 1999-01-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 158 | |
| 159 * src/hal_diag.c: | |
| 160 * include/pkgconf/hal_powerpc_cogent.h: Added | |
| 161 CYGHWR_HAL_POWERPC_COGENT_GDB_PORT option. | |
| 162 | |
| 163 1999-01-20 Jesper Skov <jskov@cygnus.co.uk> | |
| 164 | |
| 165 * include/pkgconf/stub.ldi: [removed] | |
| 166 * include/pkgconf/stubs.ldi: [added] | |
| 167 Renamed 'stub' to 'stubs'. | |
| 168 | |
| 169 1999-01-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 170 | |
| 171 * include/pkgconf/stub.ldi: | |
| 172 * include/pkgconf/rom.ldi: | |
| 173 * include/pkgconf/hal_powerpc_cogent.h: | |
| 174 Added STUB configuration type; allow ROM to use all of memory. | |
| 175 | |
| 176 1999-01-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 177 PR 18680 | |
| 178 | |
| 179 * src/hal_diag.c (hal_diag_init): | |
| 180 * src/hal_stub.c (serial_init): | |
| 181 Disable serial interrupts properly. | |
| 182 | |
| 183 1999-01-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 184 | |
| 185 * src/hal_stub.c: Changed to use the interrupt controller macros. | |
| 186 | |
| 187 1998-12-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 188 | |
| 189 * src/hal_diag.c (hal_diag_write_char): Improved performance by | |
| 190 sending in batches. | |
| 191 | |
| 192 1998-12-14 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 193 | |
| 194 * src/hal_diag.c: Replaced CYGDBG_KERNEL_DEBUG_GDB_INCLUDE_STUBS with | |
| 195 CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS. | |
| 196 | |
| 197 1998-12-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 198 | |
| 199 * src/cogent.S (hal_hardware_init): Added a sync instruction | |
| 200 before return to caller. | |
| 201 | |
| 202 1998-12-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 203 | |
| 204 * src/cogent.S (hal_hardware_init): Cleaned up use of magic | |
| 205 constants. | |
| 206 | |
| 207 1998-12-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 208 | |
| 209 * src/hal_diag.c (lcd_dis, hal_diag_init): Wait a bit before | |
| 210 writing to the LCD after it clears BUSY. | |
| 211 | |
| 212 1998-12-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 213 | |
| 214 * src/hal_stub.c (initHardware): Call diag_init when building a | |
| 215 ROM monitor. | |
| 216 | |
| 217 1998-12-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 218 | |
| 219 * src/cogent.S (hal_hardware_init): Also set pitrtc dicisor. | |
| 220 | |
| 221 1998-12-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 222 | |
| 223 * src/hal_stub.c: Comment change. | |
| 224 | |
| 225 * src/cogent.S (hal_hardware_init): Set timebase divisor. | |
| 226 | |
| 227 1998-12-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 228 | |
| 229 * src/hal_stub.c: Added a few CYGARC_REG_ prefixes. | |
| 230 | |
| 231 1998-12-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 232 | |
| 233 * src/hal_stub.c (serial_init): Enable FIFO. | |
| 234 | |
| 235 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 236 | |
| 237 * src/hal_stub.c: Changes due to ppc_regs.h cleanup. | |
| 238 | |
| 239 * src/hal_diag.c: Removed bogus ppc_regs.h include. | |
| 240 | |
| 241 1998-11-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 242 | |
| 243 * src/cogent.S: Renamed CYG_HAL_POWERPC_MP860 to | |
| 244 CYG_HAL_POWERPC_MPC860. | |
| 245 | |
| 246 | |
| 247 1998-11-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 248 | |
| 249 * src/hal_diag.c: Rearranged header inclusion to avoid conflicts. | |
| 250 | |
| 251 1998-11-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 252 | |
| 253 * src/hal_stub.c (cyg_hal_gdb_isr): Call generic PPC GDB break | |
| 254 handler rather than triggering a breakpoint in the interrupt | |
| 255 handler. | |
| 256 | |
| 257 1998-11-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 258 | |
| 259 * src/hal_diag.c: Added proper CYG_HAL_ROM_MONITOR behavior. | |
| 260 | |
| 0 | 261 1998-10-28 Jesper Skov <jskov@cygnus.co.uk> |
| 262 | |
| 263 * src/hal_stub.c: Add special initialization of serial for CMA102 | |
| 264 support. | |
| 265 | |
| 266 1998-10-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 267 | |
| 268 * src/hal_diag.c: Replaced CYGDBG_KERNEL_DEBUG_GDB_INCLUDE_STUBS | |
| 269 with CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS. | |
| 270 | |
| 271 PR 17986 | |
| 272 * include/hal_stub.h: Removed superfluous pkgconf/kernel.h | |
| 273 include. | |
| 274 | |
| 275 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 276 | |
| 277 * include/hal_stub.h: Include generic-stub.h from hal. | |
| 278 | |
| 279 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 280 | |
| 281 * src/cogent.ld: Added copyright notice. | |
| 282 | |
| 283 1998-10-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 284 | |
| 285 * include/pkgconf/hal_powerpc_cogent.h: Undid 1998-10-16 change. | |
| 286 | |
| 287 1998-10-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 288 | |
| 289 * include/hal_diag.h: Add declaration for hal_diag_read_char. | |
| 290 | |
| 291 1998-10-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 292 | |
| 293 * include/pkgconf/hal_powerpc_cogent.h: Changed | |
| 294 CYGPKG_HAL_POWERPC_COGENT to CYG_HAL_POWERPC_COGENT. | |
| 295 | |
| 296 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 297 | |
| 298 * src/hal_stub.c: Changed CYG_HAL_GDB_BREAK to | |
| 299 CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT. | |
| 300 Removed conditionals for simulator which will never be used. | |
| 301 | |
| 302 1998-10-14 Nick Garnett <nickg@cygnus.co.uk> | |
| 303 | |
| 304 * src/hal_stub.c: | |
| 305 * src/hal_diag.c: | |
| 306 Some changes to allow building without kernel. | |
| 307 | |
| 308 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 309 | |
| 310 * include/hal_diag.h | |
| 311 * src/cogent.ld | |
| 312 * src/hal_diag.c | |
| 313 Changed /**/ comments to //. | |
| 314 | |
| 315 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 316 | |
| 317 * src/makefile: Removed. | |
| 318 | |
| 319 1998-10-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 320 | |
| 321 * src/hal_stub.c: Fix warning. | |
| 322 | |
| 323 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 324 | |
| 325 * include/hal_diag.h | |
| 326 * include/hal_stub.h | |
| 327 * include/pkgconf/hal_powerpc_cogent.h | |
| 328 * src/cogent.S | |
| 329 * src/cogent.ld | |
| 330 * src/hal_diag.c | |
| 331 * src/hal_stub.c | |
| 332 Expanded TABs. | |
| 333 | |
| 334 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 335 | |
| 336 * src/hal_stub.c: Removed HAL_IO_BARRIER calls. | |
| 337 Added GDB interrupt support. | |
| 338 | |
| 339 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 340 | |
| 341 * src/hal_diag.c: Removed HAL_IO_BARRIER calls. | |
| 342 | |
| 343 1998-10-01 Jesper Skov <jskov@cygnus.co.uk> | |
| 344 | |
| 345 * src/hal_diag.c: Changed baud rate to 38400. | |
| 346 | |
| 347 1998-10-01 Jesper Skov <jskov@cygnus.co.uk> | |
| 348 | |
| 349 * src/hal_stub.c: Changed baud rate to 38400. | |
| 350 | |
| 351 * src/hal_diag.c (hal_diag_read_char): Added for LCD (dummy | |
| 352 function). | |
| 353 | |
| 354 1998-09-12 Bart Veer <bartv@cygnus.co.uk> | |
| 355 | |
| 356 * include/pkgconf/hal_powerpc_cogent.h: | |
| 357 Added missing descriptions (PR 17184) | |
| 358 | |
| 359 1998-09-04 Bart Veer <bartv@cygnus.co.uk> | |
| 360 | |
| 361 * include/pkgconf/hal_powerpc_cogent.h: | |
| 362 Temporary change to the type of the startup option, needed by the | |
| 363 configuration tool. | |
| 364 | |
| 365 1998-09-02 Bart Veer <bartv@cygnus.co.uk> | |
| 366 | |
| 367 * include/pkgconf/hal_powerpc_cogent.h: | |
| 368 New header file for platform-specific options | |
| 369 | |
| 370 * tests/PKGconf.mak: | |
| 371 * src/PKGconf.mak: | |
| 372 Sort out package naming conventions. | |
| 373 | |
| 374 Wed Sep 2 17:30:21 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 375 | |
| 376 * src/cogent.S (hal_hardware_init): Set Bus Monitor to generate | |
| 377 bus errors if read/write cycles are not properly terminated after | |
| 378 some time. | |
| 379 | |
| 380 Tue Sep 1 15:47:03 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 381 | |
| 382 * src/hal_diag.c: Include correct header file for previous change. | |
| 383 | |
| 384 Tue Sep 1 15:41:54 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 385 | |
| 386 * src/hal_diag.c (hal_diag_init, hal_diag_write_char): | |
| 387 When compiled with gdb stub support, let gdb handle diag output. | |
| 388 | |
| 389 Mon Aug 31 10:51:32 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 390 | |
| 391 * src/hal_diag.c (hal_diag_read_char): Removed GDB C-c check. | |
| 392 | |
| 393 * include/hal_diag.h (HAL_DIAG_READ_CHAR): Added. | |
| 394 | |
| 395 1998-08-28 Bart Veer <bartv@cygnus.co.uk> | |
| 396 | |
| 397 * src/hal_diag.c, src/hal_stub.c: | |
| 398 Updated for new kernel configuration option symbol names | |
| 399 | |
| 400 Fri Aug 28 11:12:34 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 401 | |
| 402 * src/hal_stub.c (serial_init): Set serial speed to 115200 baud. | |
| 403 | |
| 404 Fri Aug 28 09:25:40 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 405 | |
| 406 * src/hal_stub.c: Moved strcpy/strlen to generic-stub.c | |
| 407 | |
| 408 Thu Aug 27 10:11:22 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 409 | |
| 410 * src/hal_stub.c (initHardware): Initialize serial. | |
| 411 Also initialize LCD when building ROM. | |
| 412 | |
| 413 * src/hal_diag.c: Added LCD init string for eCos ROM. | |
| 414 | |
| 415 Wed Aug 26 15:56:56 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 416 | |
| 417 * src/hal_stub.c: | |
| 418 * src/hal_diag.c: | |
| 419 Changed to use HAL_READ/WRITE macros. | |
| 420 | |
| 421 * src/hal_diag.c (hal_diag_read_char): Added GDB C-C check. | |
| 422 | |
| 423 Wed Aug 26 09:01:02 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 424 | |
| 425 * src/cogent.ld: Cleaned up a bit. Sort constructors. | |
| 426 Fixed alignment problem. | |
| 427 | |
| 428 Mon Aug 24 17:20:44 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 429 | |
| 430 * src/hal_stub.c: | |
| 431 * src/hal_diag.c: | |
| 432 Now using the same macro definitions as 16550.hxx. | |
| 433 | |
| 434 Mon Aug 24 13:11:51 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 435 | |
| 436 * src/cogent.ld: Move data to top of memory when building as | |
| 437 ROM_MONITOR. | |
| 438 | |
| 439 Mon Aug 24 10:33:22 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 440 | |
| 441 * src/hal_diag.c: Now initializes the UART to 19200 baud. | |
| 442 | |
| 443 Mon Aug 24 10:30:44 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 444 | |
| 445 * src/cogent.ld: Don't put .fini* at 0x00000000. | |
| 446 | |
| 447 Thu Aug 20 17:52:25 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 448 | |
| 449 * include/hal_diag.h: Fixed prototype. | |
| 450 | |
| 451 Thu Aug 20 17:45:19 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 452 | |
| 453 * src/cogent.ld: Moved stack definition to arch/../vectors.S. | |
| 454 | |
| 455 Thu Aug 20 17:32:02 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 456 | |
| 457 * src/hal_diag.c (hal_diag_read_char): Added. | |
| 458 (hal_diag_init): Handle non-guarded IO registers properly. Also | |
| 459 cleaned up a bit. | |
| 460 (lcd_dis): Same. | |
| 461 (hal_diag_write_char): Handle truncation correctly. | |
| 462 | |
| 463 Thu Aug 20 16:07:44 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 464 | |
| 465 * src/PKGconf.mak: Include GDB support files. | |
| 466 | |
| 467 Thu Aug 20 16:02:00 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 468 | |
| 469 * include/hal_stub.h: | |
| 470 * src/hal_stub.c: | |
| 471 Added for GDB support. | |
| 472 | |
| 473 1998-08-18 Nick Garnett <nickg@cygnus.co.uk> | |
| 474 | |
| 475 * src/cogent.S: | |
| 476 * src/hal_diag.c: | |
| 477 * include/hal_diag.h: | |
| 478 * src/cogent.ld: | |
| 479 Now uses hal.h rather than kernel.h. | |
| 480 | |
| 481 Tue Aug 18 11:46:53 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 482 | |
| 483 * src/cogent.ld: Reorder GROUP line | |
| 484 | |
| 485 Mon Aug 17 22:13:41 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 486 | |
| 487 * src/cogent.ld: | |
| 488 Add GROUP(libgcc.a libtarget.a) to prevent need for explicit linking | |
| 489 | |
| 490 //=========================================================================== | |
| 491 //####COPYRIGHTBEGIN#### | |
| 492 // | |
| 493 // ------------------------------------------- | |
| 494 // The contents of this file are subject to the Cygnus eCos Public License | |
| 495 // Version 1.0 (the "License"); you may not use this file except in | |
| 496 // compliance with the License. You may obtain a copy of the License at | |
| 497 // http://sourceware.cygnus.com/ecos | |
| 498 // | |
| 499 // Software distributed under the License is distributed on an "AS IS" | |
| 500 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 501 // License for the specific language governing rights and limitations under | |
| 502 // the License. | |
| 503 // | |
| 504 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 505 // September 30, 1998. | |
| 506 // | |
| 507 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 2 | 508 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
| 0 | 509 // ------------------------------------------- |
| 510 // | |
| 511 //####COPYRIGHTEND#### | |
| 512 //=========================================================================== |
