]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/watchdog/mn10300/mn10300/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / watchdog / mn10300 / mn10300 / v2_0 / ChangeLog
1 2000-05-31  Jesper Skov  <jskov@redhat.com>
2
3         * cdl/watchdog_mn10300.cdl: 
4         * src/watchdog_mn10300.cxx: 
5         Driver moved to devs/watchdog/mn10300/mn10300. Stripped out
6         unrelated ChangeLog entries.
7
8 1999-08-24  Nick Garnett  <nickg@cygnus.co.uk>
9
10         * src/mn10300.cxx: Turn watchdog off in Cyg_Watchdog::trigger() to
11         prevent it repeating.
12
13 1999-08-18  Nick Garnett  <nickg@cygnus.co.uk>
14
15         * src/mn10300.cxx: 
16         Added support for AM33 variant. Since the AM33 can only provide a
17         maximum watchdog cycle time of 621ms, this has motiviated the
18         addition of the get_resolution() call described above.
19
20 1999-07-14  Jesper Skov  <jskov@cygnus.co.uk>
21
22         * src/mn10300.cxx: 
23         Include pkgconf/kernel.h.
24
25 1999-02-20  Jonathan Larmour  <jlarmour@cygnus.co.uk>
26
27         * src/mn10300.cxx: 
28         Change CYG_VECTOR_WATCHDOG to CYGNUM_HAL_INTERRUPT_WATCHDOG in line
29         with HAL changes.
30         General QA improvements
31
32 Tue Oct 20 15:52:46 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>
33
34         * src/mn10300.cxx: 
35         Include <pkgconf/watchdog.h> so that we get CYGIMP_WATCHDOG_EMULATE
36         defined appropriately
37
38 1998-09-01  Nick Garnett  <nickg@cygnus.co.uk>
39
40         * src/mn10300.cxx:
41         Added include for <cyg/kernel/sched.inl>, for scheduler lock and
42         unlock functions.
43
44 1998-07-31  Nick Garnett  <nickg@cygnus.co.uk>
45
46         * src/PKGconf.mak:
47         Added mn10300.cxx to COMPILE list.
48
49         * src/mn10300.cxx:
50         Completed implementation using MN10300 watchdog timer.
51
52         * include/watchdog.hxx:
53         Renamed 'register' functions to 'install'. Added install() and
54         uninstall() to Cyg_Watchdog_Action class.
55
56         * include/pkgconf/watchdog.h:
57         Added this file to contain watchdog config options.
58
59 //####ECOSGPLCOPYRIGHTBEGIN####
60 // -------------------------------------------
61 // This file is part of eCos, the Embedded Configurable Operating System.
62 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
63 //
64 // eCos is free software; you can redistribute it and/or modify it under
65 // the terms of the GNU General Public License as published by the Free
66 // Software Foundation; either version 2 or (at your option) any later version.
67 //
68 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
69 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
70 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
71 // for more details.
72 //
73 // You should have received a copy of the GNU General Public License along
74 // with eCos; if not, write to the Free Software Foundation, Inc.,
75 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
76 //
77 // As a special exception, if other files instantiate templates or use macros
78 // or inline functions from this file, or you compile this file and link it
79 // with other works to produce a work based on this file, this file does not
80 // by itself cause the resulting work to be covered by the GNU General Public
81 // License. However the source code for this file must still be made available
82 // in accordance with section (3) of the GNU General Public License.
83 //
84 // This exception does not invalidate any other reasons why a work based on
85 // this file might be covered by the GNU General Public License.
86 //
87 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
88 // at http://sources.redhat.com/ecos/ecos-license/
89 // -------------------------------------------
90 //####ECOSGPLCOPYRIGHTEND####