Mercurial > ecos
annotate packages/hal/i386/linux/current/ChangeLog @ 6:d376b777e2ce ecos-sw-1999-05-14
Merge from eCos master repository on 1999-05-14-19:27:43-BST
| author | jlarmour |
|---|---|
| date | Fri, 14 May 1999 12:20:00 +0000 |
| parents | 443894e2e912 |
| children | ece80412419a |
| rev | line source |
|---|---|
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
1 1999-05-14 Jesper Skov <jskov@cygnus.co.uk> |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
2 PR 18956 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
3 * include/pkgconf/mlt_i386_linux_ram.mlt: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
4 * include/pkgconf/mlt_i386_linux_ram.ldi: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
5 Fixed problem with rel_got. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
6 Encode . in section name as __. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
7 |
| 2 | 8 1999-04-08 John Dallaway <jld@cygnus.co.uk> |
| 9 | |
| 10 * include/pkgconf/mlt_*.*: Use double underscore substitution | |
| 11 for period character in SECTION_* macro names (PR 19787) | |
| 12 | |
| 13 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 14 | |
| 15 * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to | |
| 16 avoid padded output sections (PR 19787) | |
| 17 | |
| 18 1999-03-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 19 | |
| 20 * src/linux.S: Added comment. | |
| 21 Doh! Managed to break compilation with a comment... | |
| 22 | |
| 23 1999-03-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 24 PR 19483 | |
| 25 * src/linux.S (cyg_hal_hardware_init): Fiddled some more with the | |
| 26 bits to no avail. | |
| 27 | |
| 28 * src/hal_startup.c: | |
| 29 Renamed hal_ to cyg_hal_. | |
| 30 Added exception handling. | |
| 31 | |
| 32 1999-03-12 Jesper Skov <jskov@cygnus.co.uk> | |
| 33 | |
| 34 * src/hal_startup.c (cyg_hal_isr_init): Initialize ISR table with | |
| 35 pointers to default ISR routine. | |
| 36 | |
| 37 1999-03-12 Jesper Skov <jskov@cygnus.co.uk> | |
| 38 PR 19486 | |
| 39 * src/linux.S (cyg_hal_hardware_init): Only enable zero divide | |
| 40 exceptions. | |
| 41 | |
| 42 1999-03-11 Jesper Skov <jskov@cygnus.co.uk> | |
| 43 | |
| 44 * src/hal_startup.c: | |
| 45 * src/entry.c: | |
| 46 Renamed hal_isr_init to cyg_hal_isr_init. | |
| 47 | |
| 48 * src/hal_startup.c: Also catch SIGFPE. | |
| 49 | |
| 50 * src/entry.c: Call cyg_hal_hardware_init. | |
| 51 | |
| 52 * src/linux.S: [added] | |
| 53 * src/PKGconf.mak: | |
| 54 Added file to hold startup assembly code. | |
| 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-25 Nick Garnett <nickg@cygnus.co.uk> | |
| 68 | |
| 69 * src/hal_startup.c: | |
| 70 Changed label used to access scheduler lock to one that is not | |
| 71 mangled by C++. This is intended to make support for interrupt | |
| 72 handling in non-kernel configurations easier. | |
| 73 | |
| 74 1999-02-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 75 | |
| 76 * src/syscall-i386-linux-1.0.S: Added copyright header. | |
| 77 | |
| 78 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 79 | |
| 80 * src/hal_startup.c: | |
| 81 Rename hal_interrupts_deffered -> hal_interrupts_deferred | |
| 82 Rename CYG_ISR/VSR_* -> CYGNUM_HAL_ISR/VSR_* in line with HAL changes | |
| 83 Rename CYG_VECTOR_RTC -> CYGNUM_HAL_INTERRUPT_RTC | |
| 84 | |
| 85 * src/syscall-i386-linux-1.0.S: | |
| 86 Add a FIX ME | |
| 87 | |
| 88 1999-02-08 John Dallaway <jld@cygnus.co.uk> | |
| 89 | |
| 90 * include/pkgconf/ram.mlt: New memory layout save file | |
| 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-29 Jesper Skov <jskov@cygnus.co.uk> | |
| 97 | |
| 98 * include/pkgconf/hal_i386_linux.h: Changed CDL type back to radio | |
| 99 to get consistent ConfigTool output. | |
| 100 | |
| 101 1999-01-27 Jesper Skov <jskov@cygnus.co.uk> | |
| 102 | |
| 103 * include/pkgconf/ram.ldi: Commented out the rel_got change. | |
| 104 | |
| 105 1999-01-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 106 | |
| 107 * include/pkgconf/ram.ldi: Added rel.got section. | |
| 108 | |
| 109 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 110 | |
| 111 * src/hal_startup.c: Moved external declarations into top-level | |
| 112 scope to avoid compiler warning. | |
| 113 | |
| 114 1999-01-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 115 | |
| 116 * include/pkgconf/hal_i386_linux.h: Removed startup | |
| 117 config. Changed linux entry to dummy instead of bool. | |
| 118 | |
| 119 1999-01-12 Jesper Skov <jskov@cygnus.co.uk> | |
| 120 | |
| 121 * include/pkgconf/hal_i386_linux.h: Added config for real-time | |
| 122 timer. | |
| 123 | |
| 124 1999-01-12 Jesper Skov <jskov@cygnus.co.uk> | |
| 125 | |
| 126 * src/hal_diag.c: Removed hal_diag_write_line. | |
| 127 | |
| 128 * src/entry.c: Removed main/argv stuff. | |
| 129 | |
| 130 1999-01-12 Jesper Skov <jskov@cygnus.co.uk> | |
| 131 | |
| 132 * include/pkgconf/hal_i386_linux.h: Added. | |
| 133 | |
| 134 1999-01-11 Jesper Skov <jskov@cygnus.co.uk> | |
| 135 | |
| 136 * src/hal_startup.c (hal_default_vsr): | |
| 137 * src/linux.ld (cyg_hal_sched_lock): | |
| 138 Added C-symbol reference to the scheduler lock. | |
| 139 | |
| 140 1999-01-11 Jesper Skov <jskov@cygnus.co.uk> | |
| 141 | |
| 142 * src/hal_startup.c (hal_default_vsr): Allow interrupt disable | |
| 143 count to be bigger than 1. | |
| 144 | |
| 145 1999-01-11 Jesper Skov <jskov@cygnus.co.uk> | |
| 146 | |
| 147 * src/linux.ld: Added fix me. Remember to clean up. | |
| 148 | |
| 149 * src/hal_startup.c: Removed bogus include statement. | |
| 150 Added CYGPKG_KERNEL config handling. | |
| 151 | |
| 152 * src/hal_diag.c: Removed bogus include statements and functions. | |
| 153 | |
| 154 1999-01-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 155 | |
| 156 * src/hal_startup.c (hal_isr_init): Use CYG_VECTOR_RTC rather than | |
| 157 hardcoded value. | |
| 158 | |
| 159 1999-01-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 160 | |
| 161 * src/syscall-i386-linux-1.0.S: | |
| 162 * src/hal_diag.c: | |
| 163 * src/PKGconf.mak: | |
| 164 Removed tabs & fixed comment style. | |
| 165 | |
| 166 1999-01-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 167 | |
| 168 * src/PKGconf.mak: Cleaned up. | |
| 169 | |
| 170 * src/entry.c: Added (from proven's crtbegin.c). | |
| 171 | |
| 172 * src/linux.ld: Added. | |
| 173 | |
| 174 * src/hal_startup.cxx: (Deleted) | |
| 175 * src/hal_startup.c: (Added) | |
| 176 Changed code to C, cleaned up. | |
| 177 | |
| 178 1999-01-06 Jesper Skov <jskov@cygnus.co.uk> | |
| 179 | |
| 180 * src/hal_diag.c: Fixed warnings. Output chars in batches to avoid | |
| 181 problems with pkgtest - also improves performance. | |
| 182 | |
| 183 1999-01-06 Jesper Skov <jskov@cygnus.co.uk> | |
| 184 | |
| 185 * src/syscall-i386-linux-1.0.S: Set behavior to match __ELF__. | |
| 186 | |
| 187 1998-12-18 Jesper Skov <jskov@cygnus.co.uk> | |
| 188 | |
| 189 * src/syscall-i386-linux-1.0.S: | |
| 190 * src/hal_startup.cxx: | |
| 191 Fixed compiler warnings. | |
| 192 | |
| 193 Fri Dec 4 13:49:03 GMT 1998 | |
| 194 | |
| 195 * src/syscall-i386-linux-1.0.S: Fix to work with Bart's latest tools. | |
| 196 For some reason it doesn't define __ELF__ but, we really don't care. | |
| 197 | |
| 198 Mon Nov 9 15:18:11 GMT 1998 Chris Provenzano <proven@cygnus.com> | |
| 199 | |
| 200 Initial i386 linux port. | |
| 201 | |
| 202 //=========================================================================== | |
| 203 //####COPYRIGHTBEGIN#### | |
| 204 // | |
| 205 // ------------------------------------------- | |
| 206 // The contents of this file are subject to the Cygnus eCos Public License | |
| 207 // Version 1.0 (the "License"); you may not use this file except in | |
| 208 // compliance with the License. You may obtain a copy of the License at | |
| 209 // http://sourceware.cygnus.com/ecos | |
| 210 // | |
| 211 // Software distributed under the License is distributed on an "AS IS" | |
| 212 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 213 // License for the specific language governing rights and limitations under | |
| 214 // the License. | |
| 215 // | |
| 216 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 217 // September 30, 1998. | |
| 218 // | |
| 219 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 220 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | |
| 221 // ------------------------------------------- | |
| 222 // | |
| 223 //####COPYRIGHTEND#### | |
| 224 //=========================================================================== |
