Mercurial > ecos-v3_0-branch
annotate packages/hal/powerpc/sim/current/ChangeLog @ 16:4f2df4ab82c8 ecos-sw-1999-06-18
Merge from eCos master repository on 1999-06-18-15:25:04-BST
| author | jlarmour |
|---|---|
| date | Fri, 18 Jun 1999 07:59:09 +0000 |
| parents | ece80412419a |
| children | e7ba79f6d3a8 |
| rev | line source |
|---|---|
|
16
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
1 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
|
2 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
3 * 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
|
4 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
8
diff
changeset
|
5 * 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
|
6 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
|
7 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
|
8 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
|
9 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
4
diff
changeset
|
10 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:
4
diff
changeset
|
11 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
4
diff
changeset
|
12 * include/pkgconf/hal_powerpc_sim.h: Move RTC setup here. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
4
diff
changeset
|
13 |
|
4
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
14 1999-04-28 Jesper Skov <jskov@cygnus.co.uk> |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
15 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
16 * include/pkgconf/mlt_powerpc_sim_ram.ldi: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
17 * include/pkgconf/mlt_powerpc_sim_ram.mlt: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
18 Increased memory size to 1MB. |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
19 |
| 2 | 20 1999-04-08 John Dallaway <jld@cygnus.co.uk> |
| 21 | |
| 22 * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to | |
| 23 avoid padded output sections (PR 19787) | |
| 24 | |
| 25 1999-03-23 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 26 | |
| 27 * include/hal_diag.h (HAL_DIAG_WRITE_CHAR): | |
| 28 Disable interrupts when doing diag output so that | |
| 29 system "freezes" while this goes on | |
| 30 | |
| 31 1999-03-04 Gary Thomas <gthomas@cygnus.co.uk> | |
| 32 | |
| 33 * include/pkgconf/hal_powerpc_sim.h: Take out DEVICES dependencies. | |
| 34 | |
| 35 1999-03-04 John Dallaway <jld@cygnus.co.uk> | |
| 36 | |
| 37 * include/pkgconf/*.ldi: give all LDI files unique names so | |
| 38 that they can co-exist in an eCos build tree (PR 19184) | |
| 39 * include/pkgconf/*.mlt: give all MLT files unique names so | |
| 40 that they can co-exist in an eCos build tree (PR 19184) | |
| 41 | |
| 42 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 43 | |
| 44 * include/hal_stub.h: Removed. | |
| 45 | |
| 46 1999-02-08 John Dallaway <jld@cygnus.co.uk> | |
| 47 | |
| 48 * include/pkgconf/*.mlt: New memory layout save files | |
| 49 | |
| 50 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 51 | |
| 52 * include/pkgconf/ram.ldi: Rationalize memory layout. | |
| 53 | |
| 54 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 55 | |
| 56 * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition. | |
| 57 | |
| 58 1999-01-26 Hugo Tyson <hmt@masala.cygnus.co.uk> | |
| 59 | |
| 60 * include/pkgconf/ram.ldi: | |
| 61 Add copyright notice. (Though these files will later be generated | |
| 62 by a tool and so not copyright, these default setups are.) | |
| 63 | |
| 0 | 64 1998-10-25 Jesper Skov <jskov@cygnus.co.uk> |
| 65 | |
| 66 | |
| 67 * include/hal_stub.h: Removed superfluous pkgconf/kernel.h | |
| 68 include. | |
| 69 | |
| 70 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 71 | |
| 72 * include/pkgconf/hal_powerpc_sim.h: Allow wallclock and watchdog | |
| 73 devices to be configured. | |
| 74 | |
| 75 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 76 | |
| 77 * include/hal_stub.h: Include generic-stub.h from hal. | |
| 78 | |
| 79 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 80 | |
| 81 * src/PKGconf.mak (COMPILE): Removed empty hal_diag.c. | |
| 82 | |
| 83 1998-10-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 84 PR 17898 | |
| 85 | |
| 86 * include/pkgconf/hal_powerpc_sim.h: Preclude devices. | |
| 87 | |
| 88 1998-10-20 Jesper Skov <jskov@cygnus.co.uk> | |
| 89 | |
| 90 * runtime/tree: Added. | |
| 91 | |
| 92 1998-10-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 93 | |
| 94 * include/pkgconf/hal_powerpc_sim.h: Undid 1998-10-16 change. | |
| 95 | |
| 96 1998-10-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 97 | |
| 98 * include/pkgconf/hal_powerpc_sim.h: Changed | |
| 99 CYGPKG_HAL_POWERPC_SIM to CYG_HAL_POWERPC_SIM. | |
| 100 | |
| 101 1998-10-13 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 102 | |
| 103 * include/hal_stub.h: Added. | |
| 104 | |
| 105 1998-10-13 Jesper Skov <jskov@cygnus.co.uk> | |
| 106 | |
| 107 * src/sim.ld: Glob expressions to match function/data-sections | |
| 108 needed for selective linking. | |
| 109 | |
| 110 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 111 | |
| 112 * include/hal_diag.h | |
| 113 * src/sim.ld | |
| 114 Changed /**/ comments to //. | |
| 115 | |
| 116 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 117 | |
| 118 * src/makefile: Removed. | |
| 119 | |
| 120 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 121 | |
| 122 * include/hal_diag.h | |
| 123 * include/pkgconf/hal_powerpc_sim.h | |
| 124 * src/sim.S | |
| 125 * src/sim.ld | |
| 126 Expanded TABs. | |
| 127 | |
| 128 Thu Sep 17 17:40:31 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 129 | |
| 130 * src/sim.ld: Fixed to work with simulator. Needs to be cleaned up | |
| 131 though. | |
| 132 | |
| 133 1998-09-12 Bart Veer <bartv@cygnus.co.uk> | |
| 134 | |
| 135 * include/pkgconf/hal_powerpc_sim.h: | |
| 136 Added missing descriptions (PR 17184) | |
| 137 | |
| 138 1998-09-02 Bart Veer <bartv@cygnus.co.uk> | |
| 139 | |
| 140 * include/pkgconf/hal_powerpc_sim.h: | |
| 141 New header file for platform-specific configuration options | |
| 142 | |
| 143 * tests/PKGconf.mak: | |
| 144 * src/PKGconf.mak: | |
| 145 Sort out package naming conventions. | |
| 146 | |
| 147 1998-08-18 Nick Garnett <nickg@cygnus.co.uk> | |
| 148 | |
| 149 * src/sim.S: | |
| 150 * include/hal_diag.h: | |
| 151 Now uses hal.h rather than kernel.h. | |
| 152 | |
| 153 Tue Aug 18 11:47:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 154 | |
| 155 * src/sim.ld: Reorder GROUP line | |
| 156 | |
| 157 Mon Aug 17 22:18:15 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 158 | |
| 159 * src/sim.ld: | |
| 160 Add GROUP(libgcc.a libtarget.a) to prevent need for explicit linking | |
| 161 | |
| 162 //=========================================================================== | |
| 163 //####COPYRIGHTBEGIN#### | |
| 164 // | |
| 165 // ------------------------------------------- | |
| 166 // The contents of this file are subject to the Cygnus eCos Public License | |
| 167 // Version 1.0 (the "License"); you may not use this file except in | |
| 168 // compliance with the License. You may obtain a copy of the License at | |
| 169 // http://sourceware.cygnus.com/ecos | |
| 170 // | |
| 171 // Software distributed under the License is distributed on an "AS IS" | |
| 172 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 173 // License for the specific language governing rights and limitations under | |
| 174 // the License. | |
| 175 // | |
| 176 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 177 // September 30, 1998. | |
| 178 // | |
| 179 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 2 | 180 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
| 0 | 181 // ------------------------------------------- |
| 182 // | |
| 183 //####COPYRIGHTEND#### | |
| 184 //=========================================================================== |
