|
0
|
1 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> |
|
|
2 |
|
|
3 * tests/watchdog.cxx (cyg_start): Reduce test time on TX39 SIM. |
|
|
4 |
|
|
5 * include/pkgconf/watchdog.h: Use emulatation code for MN10300 |
|
|
6 SIM. |
|
|
7 |
|
|
8 Tue Oct 20 15:52:46 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
9 |
|
|
10 * src/mn10300.cxx: |
|
|
11 Include <pkgconf/watchdog.h> so that we get CYGIMP_WATCHDOG_EMULATE |
|
|
12 defined appropriately |
|
|
13 |
|
|
14 * src/PKGconf.mak: |
|
|
15 Remove unnecessary override of PKGCONF_CXXFLAGS |
|
|
16 |
|
|
17 1998-09-26 Bart Veer <bartv@cygnus.co.uk> |
|
|
18 |
|
|
19 * include/pkgconf/watchdog.h: |
|
|
20 PR17501: When using the emulation there is a requirement on the |
|
|
21 kernel clock. This has been added to the configuration data. The |
|
|
22 mn10300 hardware implementation does not have this requirement, |
|
|
23 but there is no easy way to express this at present. |
|
|
24 |
|
|
25 1998-09-12 Bart Veer <bartv@cygnus.co.uk> |
|
|
26 |
|
|
27 * include/pkgconf/watchdog.h: |
|
|
28 Added missing descriptions (PR 17184) |
|
|
29 |
|
|
30 1998-09-02 Bart Veer <bartv@cygnus.co.uk> |
|
|
31 |
|
|
32 * include/pkgconf/watchdog.h: |
|
|
33 Added minimal configuration data. |
|
|
34 |
|
|
35 1998-09-01 Nick Garnett <nickg@cygnus.co.uk> |
|
|
36 |
|
|
37 * src/mn10300.cxx: |
|
|
38 Added include for <cyg/kernel/sched.inl>, for scheduler lock and |
|
|
39 unlock functions. |
|
|
40 |
|
|
41 * src/PKGconf.mak: |
|
|
42 Added mn10300.cxx to COMPILE for mn10300. |
|
|
43 |
|
|
44 * include/pkgconf/watchdog.h: |
|
|
45 Default to using real hardware on MN10300. |
|
|
46 |
|
|
47 Fri Aug 28 09:42:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
48 |
|
|
49 * tests/watchdog.cxx: |
|
|
50 Rename int main(argc, argv) to void cyg_start( void ) under the |
|
|
51 new entry point system. Therefore also remove return code. |
|
|
52 |
|
|
53 Tue Aug 18 16:51:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
54 |
|
|
55 * tests/watchdog.cxx: |
|
|
56 Move inclusion of thread.inl to before sched.hxx to prevent inline |
|
|
57 warnings |
|
|
58 |
|
|
59 1998-08-14 Nick Garnett <nickg@cygnus.co.uk> |
|
|
60 |
|
|
61 * src/emulate.cxx: |
|
|
62 Added include for cyg/kernel/sched.inl. |
|
|
63 |
|
|
64 1998-07-31 Nick Garnett <nickg@cygnus.co.uk> |
|
|
65 |
|
|
66 * src/PKGconf.mak: |
|
|
67 Added mn10300.cxx to COMPILE list. |
|
|
68 |
|
|
69 * src/mn10300.cxx: |
|
|
70 Completed implementation using MN10300 watchdog timer. |
|
|
71 |
|
|
72 * include/watchdog.hxx: |
|
|
73 Renamed 'register' functions to 'install'. Added install() and |
|
|
74 uninstall() to Cyg_Watchdog_Action class. |
|
|
75 |
|
|
76 * include/pkgconf/watchdog.h: |
|
|
77 Added this file to contain watchdog config options. |
|
|
78 |
|
|
79 1998-07-29 Nick Garnett <nickg@cygnus.co.uk> |
|
|
80 |
|
|
81 * include/watchdog.hxx, src/emulate.cxx: |
|
|
82 Created initial versions of watchdog device. |
|
|
83 |
|
|
84 //####COPYRIGHTBEGIN#### |
|
|
85 // |
|
|
86 // ------------------------------------------- |
|
|
87 // The contents of this file are subject to the Cygnus eCos Public License |
|
|
88 // Version 1.0 (the "License"); you may not use this file except in |
|
|
89 // compliance with the License. You may obtain a copy of the License at |
|
|
90 // http://sourceware.cygnus.com/ecos |
|
|
91 // |
|
|
92 // Software distributed under the License is distributed on an "AS IS" |
|
|
93 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
|
|
94 // License for the specific language governing rights and limitations under |
|
|
95 // the License. |
|
|
96 // |
|
|
97 // The Original Code is eCos - Embedded Cygnus Operating System, released |
|
|
98 // September 30, 1998. |
|
|
99 // |
|
|
100 // The Initial Developer of the Original Code is Cygnus. Portions created |
|
|
101 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved. |
|
|
102 // ------------------------------------------- |
|
|
103 // |
|
|
104 //####COPYRIGHTEND#### |