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