Mercurial > ecos-v3_0-branch
annotate packages/hal/powerpc/mpc5xx/current/ChangeLog @ 2729:74dbf4c3f2e1 after-copyright-change-20090129
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
| author | jlarmour |
|---|---|
| date | Thu, 29 Jan 2009 17:47:46 +0000 |
| parents | 933a098bce82 |
| children |
| rev | line source |
|---|---|
| 2702 | 1 2008-09-02 Steven Clusgton <steven.clugston@ncl.ac.uk> |
| 2 | |
| 3 * include/var_intr.h: | |
| 4 * include/var_intr.c: | |
| 5 | |
| 6 Corrected some interrupt priority level defines used by asserts. | |
| 7 Changed confusing SCI0/1 naming to SCI1/2 to be consistent with actual | |
| 8 register names. | |
| 9 Removed some SCI related interrupt acknowledges so that the status | |
| 10 is preserved for the DSR. | |
| 11 | |
|
2315
1086fe8e0c59
* include/var_intr.h: Fixed a set of incorrect asserts.
jlarmour
parents:
1604
diff
changeset
|
12 2006-11-13 Andreas Fritiofson <andreas.fritiofson@newmad.se> |
|
1086fe8e0c59
* include/var_intr.h: Fixed a set of incorrect asserts.
jlarmour
parents:
1604
diff
changeset
|
13 |
|
1086fe8e0c59
* include/var_intr.h: Fixed a set of incorrect asserts.
jlarmour
parents:
1604
diff
changeset
|
14 * include/var_intr.h: Fixed a set of incorrect asserts. |
|
1086fe8e0c59
* include/var_intr.h: Fixed a set of incorrect asserts.
jlarmour
parents:
1604
diff
changeset
|
15 |
|
1604
bc88a3357a79
Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents:
1600
diff
changeset
|
16 2004-04-22 Jani Monoses <jani@iv.ro> |
|
bc88a3357a79
Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents:
1600
diff
changeset
|
17 |
|
bc88a3357a79
Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents:
1600
diff
changeset
|
18 * cdl/hal_powerpc_mpc5xx.cdl : |
|
bc88a3357a79
Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents:
1600
diff
changeset
|
19 Invoke tail with stricter syntax that works in latest coreutils. |
|
bc88a3357a79
Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents:
1600
diff
changeset
|
20 |
| 1600 | 21 2004-04-21 Gary Thomas <gary@mlbassoc.com> |
| 22 | |
| 23 * src/var_intr.c: | |
| 24 * include/var_regs.h: Changes to allow compilation with latest GCC. | |
|
1409
6799a1e89127
* include/var_intr.h: Added definitions for maximum/minimum interrupt
asl
parents:
1397
diff
changeset
|
25 |
|
6799a1e89127
* include/var_intr.h: Added definitions for maximum/minimum interrupt
asl
parents:
1397
diff
changeset
|
26 2003-11-30 Bob Koninckx <bob.koninckx@fmtc.be> |
|
6799a1e89127
* include/var_intr.h: Added definitions for maximum/minimum interrupt
asl
parents:
1397
diff
changeset
|
27 |
|
6799a1e89127
* include/var_intr.h: Added definitions for maximum/minimum interrupt
asl
parents:
1397
diff
changeset
|
28 * include/var_intr.h: Added definitions for maximum/minimum interrupt |
|
6799a1e89127
* include/var_intr.h: Added definitions for maximum/minimum interrupt
asl
parents:
1397
diff
changeset
|
29 priorites on SIU/IMB3 |
|
6799a1e89127
* include/var_intr.h: Added definitions for maximum/minimum interrupt
asl
parents:
1397
diff
changeset
|
30 |
| 1397 | 31 2002-11-11 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be> |
| 32 | |
| 33 * include/var_regs.h: Removed double definitions for ICTRL, ICTRL_SERSHOW | |
| 34 and ICTRL_NOSERSHOW | |
| 35 * src/var_intr.c: Added a very simple serial arbitration isr to make GDB-CTRC | |
| 36 work in the absence of any device drivers. | |
| 37 * include/var_intr.h: Added a definition for hal_arbitration_isr_sci | |
| 38 * include/variant.inc: Make sure FREEZE gets negated before returning from an | |
| 39 exception. Failing to do so prevents proper operation of timers etc when | |
| 40 debugging. | |
| 41 * tests/intr0.c: completely rewritten to something that actually tests something. | |
| 42 Not completely finished. | |
| 43 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
44 2002-04-25 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
45 2002-04-25 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
46 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
47 * New package. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
48 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
49 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
50 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
51 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
52 // This file is part of eCos, the Embedded Configurable Operating System. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
53 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
54 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
55 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
56 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
57 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
58 // later version. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
59 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
60 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
61 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
62 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
63 // General Public License for more details. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
64 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
65 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
66 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
67 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
68 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
69 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2702
diff
changeset
|
70 // ####GPLCOPYRIGHTEND#### |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
71 //=========================================================================== |
