comparison packages/hal/mips/jmr3904/current/ChangeLog @ 0:3111d98ba7b3 ecos-v1_1-release

Initial commit of eCos version 1.1
author jlarmour
date Tue, 11 May 1999 11:16:07 +0000
parents
children 443894e2e912
comparison
equal deleted inserted replaced
-1:000000000000 0:3111d98ba7b3
1 1998-10-25 Jesper Skov <jskov@cygnus.co.uk>
2
3 * src/hal_stub.c: Fixed #endif comment.
4
5 Fri Oct 23 03:33:47 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
6
7 * src/jmr3904.ld:
8 Move _gp pointer to after data section and constructors/destructors
9
10 1998-10-21 Nick Garnett <nickg@cygnus.co.uk>
11
12 * src/hal_stub.c:
13 Removed include of <signal.h>, it appears to be unnecessary.
14
15 1998-10-19 Jesper Skov <jskov@cygnus.co.uk>
16
17 * include/pkgconf/hal_tx39_jmr3904.h: Undid 1998-10-16 change.
18
19 1998-10-16 Jesper Skov <jskov@cygnus.co.uk>
20
21 * include/pkgconf/hal_tx39_jmr3904.h: Changed
22 CYGPKG_HAL_TX39_JMR3904 to CYG_HAL_TX39_JMR3904.
23
24 1998-10-14 Nick Garnett <nickg@cygnus.co.uk>
25
26 * include/hal_stub.h:
27 Now get generic-stub.h from hal rather than kernel.
28
29 * src/hal_diag.c:
30 * src/hal_stub.c:
31 Altered ifdefs to support building without kernel.
32
33 1998-10-13 Nick Garnett <nickg@cygnus.co.uk>
34
35 * src/jmr3904.ld:
36 Moved RAM load address to 0x80008000.
37
38 Mon Oct 12 18:04:16 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
39
40 * include/hal_diag.h:
41 Add void arg to hal_diag_init() prototype
42 Fix for PR 17309
43
44 1998-09-24 Tim Goodwin <tgoodwin@cygnus.co.uk>
45
46 * include/pkgconf/hal_tx39_jmr3904.h:
47 Correct file name in comment.
48
49 1998-09-15 Nick Garnett <nickg@cygnus.co.uk>
50
51 * src/jmr3904.ld:
52 Moved RAM LOAD_BASE up to 0x80005000 to avoid memory used by
53 Cygmon.
54
55 * src/hal_diag.c (hal_diag_write_char):
56 Added support for Ctrl-C handling while running under Cygmon.
57 Extra support from Cygmon may be needed in future.
58
59 1998-09-11 Bart Veer <bartv@cygnus.co.uk>
60
61 * include/pkgconf/hal_tx39_jmr3904.h:
62 Updated configuration data with some descriptions.
63
64 1998-09-04 Bart Veer <bartv@cygnus.co.uk>
65
66 * include/pkgconf/hal_tx39_jmr3904.h:
67 Temporary change to the type of the startup option, needed by the
68 configuration tool.
69
70 1998-09-02 Bart Veer <bartv@cygnus.co.uk>
71
72 * include/pkgconf/hal_tx39_jmr3904.h:
73 New header file for platform-specific configuration options
74
75 * tests/PKGconf.mak:
76 * src/PKGconf.mak:
77 Sort out package naming conventions.
78
79 1998-08-28 Bart Veer <bartv@cygnus.co.uk>
80
81 * src/hal_diag.c, src/hal_stub.c:
82 Updated for new kernel configuration option symbol names
83
84 Fri Aug 28 09:22:30 1998 Jesper Skov <jskov@lassi.cygnus.co.uk>
85
86 * src/hal_stub.c: Moved strcpy/strlen to the generic stub.
87
88 1998-08-18 Nick Garnett <nickg@cygnus.co.uk>
89
90 * include/hal_diag.h:
91 * include/hal_stub.h:
92 * src/hal_diag.c:
93 * src/jmr3904.S:
94 Now includes <pkgconf/hal.h> rather than <pkgconf/kernel.h>.
95
96 * src/jmr3904.ld:
97 Removed memory layout tool support.
98 Now includes <pkgconf/hal.h> rather than <pkgconf/kernel.h>.
99
100 Tue Aug 18 11:44:40 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
101
102 * src/jmr3904.ld: Reorder group line
103
104 Mon Aug 17 22:23:27 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
105
106 * src/jmr3904.ld:
107 Add GROUP(libgcc.a libtarget.a) to prevent need for explicit linking
108
109 1998-07-23 Nick Garnett <nickg@cygnus.co.uk>
110
111 * src/jmr3904.ld: Added header comment and tidied up the layout a
112 little.
113
114
115 //===========================================================================
116 //####COPYRIGHTBEGIN####
117 //
118 // -------------------------------------------
119 // The contents of this file are subject to the Cygnus eCos Public License
120 // Version 1.0 (the "License"); you may not use this file except in
121 // compliance with the License. You may obtain a copy of the License at
122 // http://sourceware.cygnus.com/ecos
123 //
124 // Software distributed under the License is distributed on an "AS IS"
125 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
126 // License for the specific language governing rights and limitations under
127 // the License.
128 //
129 // The Original Code is eCos - Embedded Cygnus Operating System, released
130 // September 30, 1998.
131 //
132 // The Initial Developer of the Original Code is Cygnus. Portions created
133 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved.
134 // -------------------------------------------
135 //
136 //####COPYRIGHTEND####
137 //===========================================================================