|
0
|
1 1998-10-25 Jesper Skov <jskov@cygnus.co.uk> |
|
|
2 |
|
|
3 |
|
|
4 * include/hal_stub.h: Removed superfluous pkgconf/kernel.h |
|
|
5 include. |
|
|
6 |
|
|
7 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> |
|
|
8 |
|
|
9 * include/pkgconf/hal_powerpc_sim.h: Allow wallclock and watchdog |
|
|
10 devices to be configured. |
|
|
11 |
|
|
12 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> |
|
|
13 |
|
|
14 * include/hal_stub.h: Include generic-stub.h from hal. |
|
|
15 |
|
|
16 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> |
|
|
17 |
|
|
18 * src/PKGconf.mak (COMPILE): Removed empty hal_diag.c. |
|
|
19 |
|
|
20 1998-10-22 Jesper Skov <jskov@cygnus.co.uk> |
|
|
21 PR 17898 |
|
|
22 |
|
|
23 * include/pkgconf/hal_powerpc_sim.h: Preclude devices. |
|
|
24 |
|
|
25 1998-10-20 Jesper Skov <jskov@cygnus.co.uk> |
|
|
26 |
|
|
27 * runtime/tree: Added. |
|
|
28 |
|
|
29 1998-10-19 Jesper Skov <jskov@cygnus.co.uk> |
|
|
30 |
|
|
31 * include/pkgconf/hal_powerpc_sim.h: Undid 1998-10-16 change. |
|
|
32 |
|
|
33 1998-10-16 Jesper Skov <jskov@cygnus.co.uk> |
|
|
34 |
|
|
35 * include/pkgconf/hal_powerpc_sim.h: Changed |
|
|
36 CYGPKG_HAL_POWERPC_SIM to CYG_HAL_POWERPC_SIM. |
|
|
37 |
|
|
38 1998-10-13 Jesper Skov <jskov@lassi.cygnus.co.uk> |
|
|
39 |
|
|
40 * include/hal_stub.h: Added. |
|
|
41 |
|
|
42 1998-10-13 Jesper Skov <jskov@cygnus.co.uk> |
|
|
43 |
|
|
44 * src/sim.ld: Glob expressions to match function/data-sections |
|
|
45 needed for selective linking. |
|
|
46 |
|
|
47 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> |
|
|
48 |
|
|
49 * include/hal_diag.h |
|
|
50 * src/sim.ld |
|
|
51 Changed /**/ comments to //. |
|
|
52 |
|
|
53 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> |
|
|
54 |
|
|
55 * src/makefile: Removed. |
|
|
56 |
|
|
57 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> |
|
|
58 |
|
|
59 * include/hal_diag.h |
|
|
60 * include/pkgconf/hal_powerpc_sim.h |
|
|
61 * src/sim.S |
|
|
62 * src/sim.ld |
|
|
63 Expanded TABs. |
|
|
64 |
|
|
65 Thu Sep 17 17:40:31 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> |
|
|
66 |
|
|
67 * src/sim.ld: Fixed to work with simulator. Needs to be cleaned up |
|
|
68 though. |
|
|
69 |
|
|
70 1998-09-12 Bart Veer <bartv@cygnus.co.uk> |
|
|
71 |
|
|
72 * include/pkgconf/hal_powerpc_sim.h: |
|
|
73 Added missing descriptions (PR 17184) |
|
|
74 |
|
|
75 1998-09-02 Bart Veer <bartv@cygnus.co.uk> |
|
|
76 |
|
|
77 * include/pkgconf/hal_powerpc_sim.h: |
|
|
78 New header file for platform-specific configuration options |
|
|
79 |
|
|
80 * tests/PKGconf.mak: |
|
|
81 * src/PKGconf.mak: |
|
|
82 Sort out package naming conventions. |
|
|
83 |
|
|
84 1998-08-18 Nick Garnett <nickg@cygnus.co.uk> |
|
|
85 |
|
|
86 * src/sim.S: |
|
|
87 * include/hal_diag.h: |
|
|
88 Now uses hal.h rather than kernel.h. |
|
|
89 |
|
|
90 Tue Aug 18 11:47:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
91 |
|
|
92 * src/sim.ld: Reorder GROUP line |
|
|
93 |
|
|
94 Mon Aug 17 22:18:15 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
95 |
|
|
96 * src/sim.ld: |
|
|
97 Add GROUP(libgcc.a libtarget.a) to prevent need for explicit linking |
|
|
98 |
|
|
99 //=========================================================================== |
|
|
100 //####COPYRIGHTBEGIN#### |
|
|
101 // |
|
|
102 // ------------------------------------------- |
|
|
103 // The contents of this file are subject to the Cygnus eCos Public License |
|
|
104 // Version 1.0 (the "License"); you may not use this file except in |
|
|
105 // compliance with the License. You may obtain a copy of the License at |
|
|
106 // http://sourceware.cygnus.com/ecos |
|
|
107 // |
|
|
108 // Software distributed under the License is distributed on an "AS IS" |
|
|
109 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
|
|
110 // License for the specific language governing rights and limitations under |
|
|
111 // the License. |
|
|
112 // |
|
|
113 // The Original Code is eCos - Embedded Cygnus Operating System, released |
|
|
114 // September 30, 1998. |
|
|
115 // |
|
|
116 // The Initial Developer of the Original Code is Cygnus. Portions created |
|
|
117 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved. |
|
|
118 // ------------------------------------------- |
|
|
119 // |
|
|
120 //####COPYRIGHTEND#### |
|
|
121 //=========================================================================== |