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