Mercurial > ecos
comparison packages/hal/powerpc/cogent/current/ChangeLog @ 2:443894e2e912 ecos-v1_2_1-release
Block commit of eCos version 1.2.1
| author | jlarmour |
|---|---|
| date | Tue, 11 May 1999 12:24:34 +0000 |
| parents | 3111d98ba7b3 |
| children | ece80412419a |
comparison
equal
deleted
inserted
replaced
| 1:72f549f0d891 | 2:443894e2e912 |
|---|---|
| 1 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 2 | |
| 3 * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to | |
| 4 avoid padded output sections (PR 19787) | |
| 5 | |
| 6 1999-04-06 Jesper Skov <jskov@cygnus.co.uk> | |
| 7 | |
| 8 * src/hal_diag.c: Moved a declaration out of a local scope. | |
| 9 | |
| 10 * include/plf_stub.h: | |
| 11 * src/plf_stub.c: | |
| 12 * src/cma_ser.inl: | |
| 13 Use separate cma function prefix for stub. Fixed naming buglet in | |
| 14 cma_ser.inl. | |
| 15 | |
| 16 1999-03-29 Jesper Skov <jskov@cygnus.co.uk> | |
| 17 | |
| 18 * src/hal_diag.c (hal_diag_write_char): Fix type warning. | |
| 19 | |
| 20 1999-03-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 21 | |
| 22 * src/hal_diag.c: Made serial O-packetization match that of the | |
| 23 other archs. | |
| 24 | |
| 25 1999-03-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 26 | |
| 27 * src/cma_ser.inl: Wrapped in CYGONCE and changed hal_stub.h | |
| 28 inclusion to ppc_stub.h. | |
| 29 | |
| 30 1999-03-23 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 31 | |
| 32 * src/hal_diag.c: Disable interrupts when doing diag output so that | |
| 33 system "freezes" while this goes on | |
| 34 | |
| 35 1999-03-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 36 | |
| 37 * src/hal_diag.c: | |
| 38 * src/cogent.S: | |
| 39 Cleaned up some FIX MEs. | |
| 40 | |
| 41 1999-03-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 42 | |
| 43 * include/plf_stub.h: Changed config macro names. | |
| 44 | |
| 45 1999-03-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 46 | |
| 47 * include/plf_stub.h: Only initialize serial line when no DD is | |
| 48 around to do it. | |
| 49 | |
| 50 1999-03-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 51 | |
| 52 * src/cma_ser.inl (put_char): Hang until character is sent. | |
| 53 | |
| 54 1999-03-04 John Dallaway <jld@cygnus.co.uk> | |
| 55 | |
| 56 * include/pkgconf/*.ldi: give all LDI files unique names so | |
| 57 that they can co-exist in an eCos build tree (PR 19184) | |
| 58 * include/pkgconf/*.mlt: give all MLT files unique names so | |
| 59 that they can co-exist in an eCos build tree (PR 19184) | |
| 60 | |
| 61 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 62 | |
| 63 * src/cma_ser.inl: | |
| 64 Rename CYG_VECTOR_SIU_IRQ1 -> CYGNUM_HAL_INTERRUPT_SIU_IRQ1 in | |
| 65 line with recent HAL changes | |
| 66 | |
| 67 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 68 | |
| 69 * src/hal_diag.c (hal_diag_write_char): Changed | |
| 70 __output_gdb_string to hal_output_gdb_string. | |
| 71 | |
| 72 * include/hal_stub.h: [removed] | |
| 73 * include/plf_stub.h: [added] | |
| 74 * src/hal_stub.c: [removed] | |
| 75 * src/plf_stub.c: [added] | |
| 76 * src/PKGconf.mak: | |
| 77 Changed hal_stub to plf_stub. Moved generic HAL stub code to | |
| 78 common/.../hal_stub.c. | |
| 79 | |
| 80 1999-02-08 John Dallaway <jld@cygnus.co.uk> | |
| 81 | |
| 82 * include/pkgconf/*.mlt: New memory layout save files | |
| 83 | |
| 84 1999-02-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 85 | |
| 86 * src/cogent.S: | |
| 87 * src/cma_ser.inl: | |
| 88 Cleaned up the MPC823/850 code. | |
| 89 | |
| 90 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 91 | |
| 92 * include/pkgconf/hal_powerpc_cogent.h: | |
| 93 Rename startup type 'stub' to 'stubs'. | |
| 94 | |
| 95 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 96 | |
| 97 * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition. | |
| 98 | |
| 99 1999-02-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 100 | |
| 101 * src/cma_ser.inl: Undefine macros at end of file. | |
| 102 | |
| 103 1999-02-03 Jesper Skov <jskov@cygnus.co.uk> | |
| 104 | |
| 105 * src/cma_ser.inl: Added naming prefix. | |
| 106 | |
| 107 1999-02-01 Jesper Skov <jskov@cygnus.co.uk> | |
| 108 | |
| 109 * src/cma_ser.inl (hal_cma_init_serial): Proper initialization of | |
| 110 ST16C552. | |
| 111 | |
| 112 1999-01-29 Jesper Skov <jskov@cygnus.co.uk> | |
| 113 | |
| 114 * src/cogent.S: | |
| 115 * src/cma_ser.inl: | |
| 116 Added MPC823/850 support. Some of it needs cleaning up a bit. | |
| 117 | |
| 118 1999-01-27 Jesper Skov <jskov@cygnus.co.uk> | |
| 119 | |
| 120 * src/hal_stub.c: | |
| 121 * src/hal_diag.c: | |
| 122 Got rid of CYG_HAL_ROM_MONITOR. | |
| 123 | |
| 124 * src/hal_stub.c: | |
| 125 * src/hal_diag.c: | |
| 126 * src/cma_ser.inl: [added] | |
| 127 Moved minimal serial driver into its own file. | |
| 128 | |
| 129 * include/pkgconf/hal_powerpc_cogent.h: Added CDL for Diag port. | |
| 130 Disabled both. | |
| 131 | |
| 132 1999-01-26 Hugo Tyson <hmt@masala.cygnus.co.uk> | |
| 133 | |
| 134 * include/pkgconf/stubs.ldi: | |
| 135 * include/pkgconf/ram.ldi: | |
| 136 * include/pkgconf/rom.ldi: | |
| 137 Add copyright notice. (Though these files will later be generated | |
| 138 by a tool and so not copyright, these default setups are.) | |
| 139 | |
| 140 1999-01-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 141 | |
| 142 * src/hal_diag.c: | |
| 143 * include/pkgconf/hal_powerpc_cogent.h: Added | |
| 144 CYGHWR_HAL_POWERPC_COGENT_GDB_PORT option. | |
| 145 | |
| 146 1999-01-20 Jesper Skov <jskov@cygnus.co.uk> | |
| 147 | |
| 148 * include/pkgconf/stub.ldi: [removed] | |
| 149 * include/pkgconf/stubs.ldi: [added] | |
| 150 Renamed 'stub' to 'stubs'. | |
| 151 | |
| 152 1999-01-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 153 | |
| 154 * include/pkgconf/stub.ldi: | |
| 155 * include/pkgconf/rom.ldi: | |
| 156 * include/pkgconf/hal_powerpc_cogent.h: | |
| 157 Added STUB configuration type; allow ROM to use all of memory. | |
| 158 | |
| 159 1999-01-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 160 PR 18680 | |
| 161 | |
| 162 * src/hal_diag.c (hal_diag_init): | |
| 163 * src/hal_stub.c (serial_init): | |
| 164 Disable serial interrupts properly. | |
| 165 | |
| 166 1999-01-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 167 | |
| 168 * src/hal_stub.c: Changed to use the interrupt controller macros. | |
| 169 | |
| 170 1998-12-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 171 | |
| 172 * src/hal_diag.c (hal_diag_write_char): Improved performance by | |
| 173 sending in batches. | |
| 174 | |
| 175 1998-12-14 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 176 | |
| 177 * src/hal_diag.c: Replaced CYGDBG_KERNEL_DEBUG_GDB_INCLUDE_STUBS with | |
| 178 CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS. | |
| 179 | |
| 180 1998-12-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 181 | |
| 182 * src/cogent.S (hal_hardware_init): Added a sync instruction | |
| 183 before return to caller. | |
| 184 | |
| 185 1998-12-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 186 | |
| 187 * src/cogent.S (hal_hardware_init): Cleaned up use of magic | |
| 188 constants. | |
| 189 | |
| 190 1998-12-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 191 | |
| 192 * src/hal_diag.c (lcd_dis, hal_diag_init): Wait a bit before | |
| 193 writing to the LCD after it clears BUSY. | |
| 194 | |
| 195 1998-12-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 196 | |
| 197 * src/hal_stub.c (initHardware): Call diag_init when building a | |
| 198 ROM monitor. | |
| 199 | |
| 200 1998-12-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 201 | |
| 202 * src/cogent.S (hal_hardware_init): Also set pitrtc dicisor. | |
| 203 | |
| 204 1998-12-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 205 | |
| 206 * src/hal_stub.c: Comment change. | |
| 207 | |
| 208 * src/cogent.S (hal_hardware_init): Set timebase divisor. | |
| 209 | |
| 210 1998-12-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 211 | |
| 212 * src/hal_stub.c: Added a few CYGARC_REG_ prefixes. | |
| 213 | |
| 214 1998-12-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 215 | |
| 216 * src/hal_stub.c (serial_init): Enable FIFO. | |
| 217 | |
| 218 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 219 | |
| 220 * src/hal_stub.c: Changes due to ppc_regs.h cleanup. | |
| 221 | |
| 222 * src/hal_diag.c: Removed bogus ppc_regs.h include. | |
| 223 | |
| 224 1998-11-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 225 | |
| 226 * src/cogent.S: Renamed CYG_HAL_POWERPC_MP860 to | |
| 227 CYG_HAL_POWERPC_MPC860. | |
| 228 | |
| 229 | |
| 230 1998-11-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 231 | |
| 232 * src/hal_diag.c: Rearranged header inclusion to avoid conflicts. | |
| 233 | |
| 234 1998-11-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 235 | |
| 236 * src/hal_stub.c (cyg_hal_gdb_isr): Call generic PPC GDB break | |
| 237 handler rather than triggering a breakpoint in the interrupt | |
| 238 handler. | |
| 239 | |
| 240 1998-11-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 241 | |
| 242 * src/hal_diag.c: Added proper CYG_HAL_ROM_MONITOR behavior. | |
| 243 | |
| 1 1998-10-28 Jesper Skov <jskov@cygnus.co.uk> | 244 1998-10-28 Jesper Skov <jskov@cygnus.co.uk> |
| 2 | 245 |
| 3 * src/hal_stub.c: Add special initialization of serial for CMA102 | 246 * src/hal_stub.c: Add special initialization of serial for CMA102 |
| 4 support. | 247 support. |
| 5 | 248 |
| 243 // | 486 // |
| 244 // The Original Code is eCos - Embedded Cygnus Operating System, released | 487 // The Original Code is eCos - Embedded Cygnus Operating System, released |
| 245 // September 30, 1998. | 488 // September 30, 1998. |
| 246 // | 489 // |
| 247 // The Initial Developer of the Original Code is Cygnus. Portions created | 490 // The Initial Developer of the Original Code is Cygnus. Portions created |
| 248 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved. | 491 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
| 249 // ------------------------------------------- | 492 // ------------------------------------------- |
| 250 // | 493 // |
| 251 //####COPYRIGHTEND#### | 494 //####COPYRIGHTEND#### |
| 252 //=========================================================================== | 495 //=========================================================================== |
