]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/powerpc/mpc5xx/v2_0/ChangeLog
75cf5f986a72288ac0d37389c6127493d16e2d56
[karo-tx-redboot.git] / packages / hal / powerpc / mpc5xx / v2_0 / ChangeLog
1 2004-04-22  Jani Monoses <jani@iv.ro>
2
3          * cdl/hal_powerpc_mpc5xx.cdl :
4          Invoke tail with stricter syntax that works in latest coreutils. 
5
6 2004-04-21  Gary Thomas  <gary@mlbassoc.com>
7
8         * src/var_intr.c: 
9         * include/var_regs.h: Changes to allow compilation with latest GCC.
10
11 2003-11-30  Bob Koninckx  <bob.koninckx@fmtc.be>
12
13     * include/var_intr.h: Added definitions for maximum/minimum interrupt
14       priorites on SIU/IMB3
15
16 2002-11-11  Bob Koninckx  <bob.koninckx@mech.kuleuven.ac.be>
17
18     * include/var_regs.h: Removed double definitions for ICTRL, ICTRL_SERSHOW
19     and ICTRL_NOSERSHOW
20     * src/var_intr.c: Added a very simple serial arbitration isr to make GDB-CTRC
21     work in the absence of any device drivers.
22     * include/var_intr.h: Added a definition for hal_arbitration_isr_sci
23     * include/variant.inc: Make sure FREEZE gets negated before returning from an
24     exception. Failing to do so prevents proper operation of timers etc when
25     debugging.
26     * tests/intr0.c: completely rewritten to something that actually tests something.
27     Not completely finished.
28
29 2002-04-25  Bob Koninckx  <bob.koninckx@mech.kuleuven.ac.be>
30 2002-04-25  Jonathan Larmour  <jlarmour@redhat.com>
31
32         * New package.
33
34 //===========================================================================
35 //####ECOSGPLCOPYRIGHTBEGIN####
36 // -------------------------------------------
37 // This file is part of eCos, the Embedded Configurable Operating System.
38 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
39 //
40 // eCos is free software; you can redistribute it and/or modify it under
41 // the terms of the GNU General Public License as published by the Free
42 // Software Foundation; either version 2 or (at your option) any later version.
43 //
44 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
45 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
46 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
47 // for more details.
48 //
49 // You should have received a copy of the GNU General Public License along
50 // with eCos; if not, write to the Free Software Foundation, Inc.,
51 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
52 //
53 // As a special exception, if other files instantiate templates or use macros
54 // or inline functions from this file, or you compile this file and link it
55 // with other works to produce a work based on this file, this file does not
56 // by itself cause the resulting work to be covered by the GNU General Public
57 // License. However the source code for this file must still be made available
58 // in accordance with section (3) of the GNU General Public License.
59 //
60 // This exception does not invalidate any other reasons why a work based on
61 // this file might be covered by the GNU General Public License.
62 //
63 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
64 // at http://sources.redhat.com/ecos/ecos-license/
65 // -------------------------------------------
66 //####ECOSGPLCOPYRIGHTEND####
67 //===========================================================================