Mercurial > ecos
annotate packages/hal/mips/sim/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 Nick Garnett <nickg@cygnus.co.uk> |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
2 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
3 * src/plf_misc.c: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
4 * src/platform.S: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
5 * src/sim.S: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
6 * src/PKGconf.mak (COMPILE): Added platform.S and plf_misc.c and |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
7 removed sim.S. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
8 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
9 * include/plf_intr.h: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
10 * include/plf_cache.h: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
11 * include/platform.inc: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
12 Added these files to complete support for TX39 sim builds using |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
13 new HAL organization. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
14 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
15 1999-05-14 John Dallaway <jld@cygnus.co.uk> |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
16 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
17 * include/pkgconf/hal_mips_tx39_sim.h: New file to include |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
18 the common MIPS simulator configuration header file. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
19 |
| 2 | 20 1999-04-08 John Dallaway <jld@cygnus.co.uk> |
| 21 | |
| 22 * include/pkgconf/mlt_*.*: Use double underscore substitution | |
| 23 for period character in SECTION_* macro names (PR 19787) | |
| 24 | |
| 25 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 26 | |
| 27 * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to | |
| 28 avoid padded output sections (PR 19787) | |
| 29 | |
| 30 1999-03-04 Gary Thomas <gthomas@cygnus.co.uk> | |
| 31 | |
| 32 * include/pkgconf/hal_tx39_sim.h: Take out DEVICES dependencies. | |
| 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-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 42 | |
| 43 * include/hal_stub.h: Removed. | |
| 44 | |
| 45 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 46 | |
| 47 * include/pkgconf/*.mlt: New memory layout save files | |
| 48 | |
| 49 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 50 | |
| 51 * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition. | |
| 52 | |
| 53 1999-01-26 Hugo Tyson <hmt@masala.cygnus.co.uk> | |
| 54 | |
| 55 * include/pkgconf/ram.ldi: | |
| 56 Add copyright notice. (Though these files will later be generated | |
| 57 by a tool and so not copyright, these default setups are.) | |
| 58 | |
| 59 1999-01-15 John Dallaway <jld@cygnus.co.uk> | |
| 60 | |
| 61 * include/pkgconf/ram.ldi: add .vsr_table output section | |
| 62 | |
| 63 1999-01-13 John Dallaway <jld@cygnus.co.uk> | |
| 64 | |
| 65 * include/pkgconf/ram.ldi: add .rel.dyn output section | |
| 66 | |
| 67 1999-01-13 John Dallaway <jld@cygnus.co.uk> | |
| 68 | |
| 69 * src/sim.ld: remove for MLT | |
| 70 * src/PKGconf.mak: remove sim.ld rules for MLT | |
| 71 * include/pkgconf/ram.ldi: new linker script fragment for MLT | |
| 72 | |
| 0 | 73 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> |
| 74 | |
| 75 * include/pkgconf/hal_tx39_sim.h: Allow wallclock and watchdog | |
| 76 devices to be configured. | |
| 77 | |
| 78 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 79 | |
| 80 * include/hal_stub.h: Include generic-stub.h from hal. | |
| 81 | |
| 82 Fri Oct 23 03:35:20 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 83 | |
| 84 * src/sim.ld: | |
| 85 Move _gp pointer to after data section and constructors/destructors | |
| 86 | |
| 87 1998-10-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 88 | |
| 89 * include/pkgconf/hal_tx39_sim.h: Preclude GDB device. | |
| 90 | |
| 91 1998-10-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 92 | |
| 93 * include/pkgconf/hal_tx39_sim.h: Undid 1998-10-16 change. | |
| 94 | |
| 95 1998-10-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 96 | |
| 97 * include/pkgconf/hal_tx39_sim.h: Changed CYGPKG_HAL_TX39_SIM to | |
| 98 CYG_HAL_TX39_SIM. | |
| 99 | |
| 100 1998-09-11 Bart Veer <bartv@cygnus.co.uk> | |
| 101 | |
| 102 * include/pkgconf/hal_tx39_sim.h: | |
| 103 Updated configuration data with a description and some | |
| 104 requires. | |
| 105 | |
| 106 1998-09-02 Bart Veer <bartv@cygnus.co.uk> | |
| 107 | |
| 108 * include/pkgconf/hal_tx39_sim.h: | |
| 109 New header file for platform-specific configuration options | |
| 110 | |
| 111 * tests/PKGconf.mak: | |
| 112 * src/PKGconf.mak: | |
| 113 Sort out package naming conventions. | |
| 114 | |
| 115 1998-08-18 Nick Garnett <nickg@cygnus.co.uk> | |
| 116 | |
| 117 * include/hal_diag.h: | |
| 118 * include/hal_stub.h: | |
| 119 * src/sim.S: | |
| 120 * src/sim.ld: | |
| 121 Now uses hal.h rather than kernel.h. | |
| 122 | |
| 123 Tue Aug 18 11:43:47 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 124 | |
| 125 * src/sim.ld: reorder GROUP line | |
| 126 | |
| 127 Mon Aug 17 22:24:54 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 128 | |
| 129 * src/sim.ld: | |
| 130 Add GROUP(libgcc.a libtarget.a) to prevent need for explicit linking | |
| 131 | |
| 132 1998-07-23 Nick Garnett <nickg@cygnus.co.uk> | |
| 133 | |
| 134 * src/hal_diag.c: Added header comments to keep pkgrelease happy. | |
| 135 | |
| 136 * src/sim.ld: Added header comment and tidied up a bit. | |
| 137 | |
| 138 //=========================================================================== | |
| 139 //####COPYRIGHTBEGIN#### | |
| 140 // | |
| 141 // ------------------------------------------- | |
| 142 // The contents of this file are subject to the Cygnus eCos Public License | |
| 143 // Version 1.0 (the "License"); you may not use this file except in | |
| 144 // compliance with the License. You may obtain a copy of the License at | |
| 145 // http://sourceware.cygnus.com/ecos | |
| 146 // | |
| 147 // Software distributed under the License is distributed on an "AS IS" | |
| 148 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 149 // License for the specific language governing rights and limitations under | |
| 150 // the License. | |
| 151 // | |
| 152 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 153 // September 30, 1998. | |
| 154 // | |
| 155 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 2 | 156 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
| 0 | 157 // ------------------------------------------- |
| 158 // | |
| 159 //####COPYRIGHTEND#### | |
| 160 //=========================================================================== |
