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