Mercurial > ecos
annotate packages/devs/watchdog/current/ChangeLog @ 34:29bc183297e1 ecos-sw-1999-09-02
Merge from eCos master repository on 1999-09-02-16:26:10-BST
| author | jlarmour |
|---|---|
| date | Thu, 02 Sep 1999 16:11:22 +0000 |
| parents | 5af43b635655 |
| children | e97d78785e2d |
| rev | line source |
|---|---|
|
34
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
32
diff
changeset
|
1 1999-08-27 Jesper Skov <jskov@cygnus.co.uk> |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
32
diff
changeset
|
2 |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
32
diff
changeset
|
3 * tests/watchdog_reset.cxx: |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
32
diff
changeset
|
4 * tests/PKGconf.mak (TESTS): |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
32
diff
changeset
|
5 Added test for watchdog devices that reset the board. |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
32
diff
changeset
|
6 |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
32
diff
changeset
|
7 1999-08-24 Nick Garnett <nickg@cygnus.co.uk> |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
32
diff
changeset
|
8 |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
32
diff
changeset
|
9 * src/mn10300.cxx: Turn watchdog off in Cyg_Watchdog::trigger() to |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
32
diff
changeset
|
10 prevent it repeating. |
|
29bc183297e1
Merge from eCos master repository on 1999-09-02-16:26:10-BST
jlarmour
parents:
32
diff
changeset
|
11 |
|
32
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
12 1999-08-18 Nick Garnett <nickg@cygnus.co.uk> |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
13 |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
14 * include/pkgconf/watchdog.h: Made test for use of a non-emulated |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
15 watchdog more generic for MN10300 targets. |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
16 |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
17 * src/emulate.cxx: |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
18 * include/watchdog.hxx (class Cyg_Watchdog): |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
19 Added get_resolution() to return maximum time, in nanoseconds, |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
20 between calls to reset(). |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
21 |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
22 * tests/watchdog.cxx: |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
23 Modified to use the value returned from get_resolution() to |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
24 control the timing of reset() calls. |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
25 |
|
24
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
26 1999-07-14 Jesper Skov <jskov@cygnus.co.uk> |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
27 |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
28 * src/mn10300.cxx: |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
29 * src/emulate.cxx: |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
30 Include pkgconf/kernel.h. |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
31 |
| 2 | 32 1999-04-21 Gary Thomas <gthomas@cygnus.co.uk> |
| 33 | |
| 34 * tests/watchdog.cxx: The 'keep alive' message was interfering | |
| 35 with the watchdog measurement. Some rearrangement fixes this. | |
| 36 | |
| 37 1999-04-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 38 | |
| 39 * tests/watchdog.cxx: | |
| 40 Restrict number of loops, and number of seconds per loop when we | |
| 41 detect we are in a simulator. Do this instead of changing the | |
| 42 value of one_sec in the simulator, since this invalidates the test | |
| 43 somewhat. | |
| 44 Output occasional messages to reassure the user that the test is | |
| 45 still running. | |
| 46 Fix for PR 19865 | |
| 47 | |
| 48 1999-04-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 49 | |
| 50 * tests/watchdog.cxx (cyg_start): Added workaround for PR 17974. | |
| 51 | |
| 52 1999-04-12 John Dallaway <jld@cygnus.co.uk> | |
| 53 | |
| 54 * include/pkgconf/watchdog.h: Add cdl_package doc attribute. | |
| 55 | |
| 56 1999-04-08 Gary Thomas <gthomas@cygnus.co.uk> | |
| 57 | |
| 58 * tests/watchdog.cxx: PR 19773 - Loop over first test for better | |
| 59 coverage. Print some additional messages, especially if failure | |
| 60 detected. Reset watchdog after installing handler. | |
| 61 (watchdog_thread): Capture fail time before printing message. | |
| 62 | |
| 63 1999-04-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 64 PR 19667 | |
| 65 * tests/watchdog.cxx (cyg_start): | |
| 66 Changed to use the new Cyg_Thread constructor. | |
| 67 | |
| 68 1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> | |
| 69 | |
| 70 * tests/watchdog.cxx: | |
| 71 Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of | |
| 72 CYGNUM_HAL_MINIMUM_STACK_SIZE. | |
| 73 | |
| 74 1999-03-12 Hugo Tyson <hmt@cygnus.co.uk> | |
| 75 | |
| 76 * tests/watchdog.cxx: | |
| 77 Deal with CYGNUM_HAL_MINIMUM_STACK_SIZE requirement. | |
| 78 | |
| 79 1999-03-04 Gary Thomas <gthomas@cygnus.co.uk> | |
| 80 | |
| 81 * include/pkgconf/watchdog.h: Make package stand-alone (no "DEVICES") | |
| 82 | |
| 83 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 84 | |
| 85 * src/mn10300.cxx: | |
| 86 Change CYG_VECTOR_WATCHDOG to CYGNUM_HAL_INTERRUPT_WATCHDOG in line | |
| 87 with HAL changes. | |
| 88 General QA improvements | |
| 89 | |
| 90 1999-02-03 Jesper Skov <jskov@cygnus.co.uk> | |
| 91 PR 19034 | |
| 92 * tests/watchdog.cxx: Reduced run-time on SIM. | |
| 93 | |
| 94 1998-12-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 95 | |
| 96 * tests/watchdog.cxx: Do NOP test if kernel RTC disabled. | |
| 97 | |
| 0 | 98 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> |
| 99 | |
| 100 * tests/watchdog.cxx (cyg_start): Reduce test time on TX39 SIM. | |
| 101 | |
| 102 * include/pkgconf/watchdog.h: Use emulatation code for MN10300 | |
| 103 SIM. | |
| 104 | |
| 105 Tue Oct 20 15:52:46 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 106 | |
| 107 * src/mn10300.cxx: | |
| 108 Include <pkgconf/watchdog.h> so that we get CYGIMP_WATCHDOG_EMULATE | |
| 109 defined appropriately | |
| 110 | |
| 111 * src/PKGconf.mak: | |
| 112 Remove unnecessary override of PKGCONF_CXXFLAGS | |
| 113 | |
| 114 1998-09-26 Bart Veer <bartv@cygnus.co.uk> | |
| 115 | |
| 116 * include/pkgconf/watchdog.h: | |
| 117 PR17501: When using the emulation there is a requirement on the | |
| 118 kernel clock. This has been added to the configuration data. The | |
| 119 mn10300 hardware implementation does not have this requirement, | |
| 120 but there is no easy way to express this at present. | |
| 121 | |
| 122 1998-09-12 Bart Veer <bartv@cygnus.co.uk> | |
| 123 | |
| 124 * include/pkgconf/watchdog.h: | |
| 125 Added missing descriptions (PR 17184) | |
| 126 | |
| 127 1998-09-02 Bart Veer <bartv@cygnus.co.uk> | |
| 128 | |
| 129 * include/pkgconf/watchdog.h: | |
| 130 Added minimal configuration data. | |
| 131 | |
| 132 1998-09-01 Nick Garnett <nickg@cygnus.co.uk> | |
| 133 | |
| 134 * src/mn10300.cxx: | |
| 135 Added include for <cyg/kernel/sched.inl>, for scheduler lock and | |
| 136 unlock functions. | |
| 137 | |
| 138 * src/PKGconf.mak: | |
| 139 Added mn10300.cxx to COMPILE for mn10300. | |
| 140 | |
| 141 * include/pkgconf/watchdog.h: | |
| 142 Default to using real hardware on MN10300. | |
| 143 | |
| 144 Fri Aug 28 09:42:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 145 | |
| 146 * tests/watchdog.cxx: | |
| 147 Rename int main(argc, argv) to void cyg_start( void ) under the | |
| 148 new entry point system. Therefore also remove return code. | |
| 149 | |
| 150 Tue Aug 18 16:51:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 151 | |
| 152 * tests/watchdog.cxx: | |
| 153 Move inclusion of thread.inl to before sched.hxx to prevent inline | |
| 154 warnings | |
| 155 | |
| 156 1998-08-14 Nick Garnett <nickg@cygnus.co.uk> | |
| 157 | |
| 158 * src/emulate.cxx: | |
| 159 Added include for cyg/kernel/sched.inl. | |
| 160 | |
| 161 1998-07-31 Nick Garnett <nickg@cygnus.co.uk> | |
| 162 | |
| 163 * src/PKGconf.mak: | |
| 164 Added mn10300.cxx to COMPILE list. | |
| 165 | |
| 166 * src/mn10300.cxx: | |
| 167 Completed implementation using MN10300 watchdog timer. | |
| 168 | |
| 169 * include/watchdog.hxx: | |
| 170 Renamed 'register' functions to 'install'. Added install() and | |
| 171 uninstall() to Cyg_Watchdog_Action class. | |
| 172 | |
| 173 * include/pkgconf/watchdog.h: | |
| 174 Added this file to contain watchdog config options. | |
| 175 | |
| 176 1998-07-29 Nick Garnett <nickg@cygnus.co.uk> | |
| 177 | |
| 178 * include/watchdog.hxx, src/emulate.cxx: | |
| 179 Created initial versions of watchdog device. | |
| 180 | |
| 181 //####COPYRIGHTBEGIN#### | |
| 182 // | |
| 183 // ------------------------------------------- | |
| 184 // The contents of this file are subject to the Cygnus eCos Public License | |
| 185 // Version 1.0 (the "License"); you may not use this file except in | |
| 186 // compliance with the License. You may obtain a copy of the License at | |
| 187 // http://sourceware.cygnus.com/ecos | |
| 188 // | |
| 189 // Software distributed under the License is distributed on an "AS IS" | |
| 190 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 191 // License for the specific language governing rights and limitations under | |
| 192 // the License. | |
| 193 // | |
| 194 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 195 // September 30, 1998. | |
| 196 // | |
| 197 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 2 | 198 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
| 0 | 199 // ------------------------------------------- |
| 200 // | |
| 201 //####COPYRIGHTEND#### |
