annotate packages/hal/powerpc/mpc8xxx/current/ChangeLog @ 1367:c538173ceffb

Add simple timer test
author gthomas
date Wed, 19 Nov 2003 22:14:11 +0000
parents aa8dd0b93ba4
children 85afbe4f7f1c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1367
c538173ceffb Add simple timer test
gthomas
parents: 1361
diff changeset
1 2003-11-19 Gary Thomas <gary@mlbassoc.com>
c538173ceffb Add simple timer test
gthomas
parents: 1361
diff changeset
2
c538173ceffb Add simple timer test
gthomas
parents: 1361
diff changeset
3 * include/mpc8xxx.h: Add definitions for CPM timers.
c538173ceffb Add simple timer test
gthomas
parents: 1361
diff changeset
4
c538173ceffb Add simple timer test
gthomas
parents: 1361
diff changeset
5 * tests/mpc8xxx_timer.c:
c538173ceffb Add simple timer test
gthomas
parents: 1361
diff changeset
6 * cdl/hal_powerpc_mpc8xxx.cdl: Add simple test to show how interrupts
c538173ceffb Add simple timer test
gthomas
parents: 1361
diff changeset
7 and timers work on this platform.
c538173ceffb Add simple timer test
gthomas
parents: 1361
diff changeset
8
1361
aa8dd0b93ba4 Add serial I/O driver for Motorola MPC8xxx family
gthomas
parents: 1201
diff changeset
9 2003-11-09 Gary Thomas <gary@mlbassoc.com>
aa8dd0b93ba4 Add serial I/O driver for Motorola MPC8xxx family
gthomas
parents: 1201
diff changeset
10
aa8dd0b93ba4 Add serial I/O driver for Motorola MPC8xxx family
gthomas
parents: 1201
diff changeset
11 * src/quicc2_diag.c:
aa8dd0b93ba4 Add serial I/O driver for Motorola MPC8xxx family
gthomas
parents: 1201
diff changeset
12 * include/mpc8xxx.h: Move some serial definitions to common file.
aa8dd0b93ba4 Add serial I/O driver for Motorola MPC8xxx family
gthomas
parents: 1201
diff changeset
13
1201
5cc8707c7bc1 Fix baud rate calculations
gthomas
parents: 1177
diff changeset
14 2003-09-08 Gary Thomas <gary@mlbassoc.com>
5cc8707c7bc1 Fix baud rate calculations
gthomas
parents: 1177
diff changeset
15
5cc8707c7bc1 Fix baud rate calculations
gthomas
parents: 1177
diff changeset
16 * src/quicc2_diag.c: Fix baud rate clock setup - was off by 1.
5cc8707c7bc1 Fix baud rate calculations
gthomas
parents: 1177
diff changeset
17 Reported by Tord Andersson <Tord.Andersson@combitechsystems.com>
5cc8707c7bc1 Fix baud rate calculations
gthomas
parents: 1177
diff changeset
18
1177
2af5a454cc1f Adding PCI support.
gthomas
parents: 1171
diff changeset
19 2003-08-26 Gary Thomas <gary@mlbassoc.com>
2af5a454cc1f Adding PCI support.
gthomas
parents: 1171
diff changeset
20
2af5a454cc1f Adding PCI support.
gthomas
parents: 1171
diff changeset
21 * include/mpc8xxx.h: Flesh out PCI definitions.
2af5a454cc1f Adding PCI support.
gthomas
parents: 1171
diff changeset
22
1171
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
23 2003-08-19 Gary Thomas <gary@mlbassoc.com>
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
24
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
25 * src/variant.S:
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
26 * src/var_misc.c:
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
27 * src/var_intr.c:
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
28 * src/quicc2_diag.c:
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
29 * src/cpm.c:
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
30 * include/variant.inc:
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
31 * include/var_regs.h:
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
32 * include/var_intr.h:
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
33 * include/var_cache.h:
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
34 * include/mpc8xxx.h:
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
35 * cdl/hal_powerpc_mpc8xxx.cdl: New file(s) - variant support for
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
36 Motorola MPC8xxx (Power-QUICC2) based systems. Roughly based on
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
37 previously contributed hal/powerpc/mpc8260 package.
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
38
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
39 //===========================================================================
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
40 //####ECOSGPLCOPYRIGHTBEGIN####
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
41 // -------------------------------------------
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
42 // This file is part of eCos, the Embedded Configurable Operating System.
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
43 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
44 // Copyright (C) 2003 Gary Thomas
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
45 //
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
46 // eCos is free software; you can redistribute it and/or modify it under
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
47 // the terms of the GNU General Public License as published by the Free
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
48 // Software Foundation; either version 2 or (at your option) any later version.
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
49 //
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
50 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
51 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
52 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
53 // for more details.
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
54 //
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
55 // You should have received a copy of the GNU General Public License along
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
56 // with eCos; if not, write to the Free Software Foundation, Inc.,
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
57 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
58 //
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
59 // As a special exception, if other files instantiate templates or use macros
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
60 // or inline functions from this file, or you compile this file and link it
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
61 // with other works to produce a work based on this file, this file does not
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
62 // by itself cause the resulting work to be covered by the GNU General Public
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
63 // License. However the source code for this file must still be made available
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
64 // in accordance with section (3) of the GNU General Public License.
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
65 //
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
66 // This exception does not invalidate any other reasons why a work based on
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
67 // this file might be covered by the GNU General Public License.
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
68 //
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
69 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
70 // at http://sources.redhat.com/ecos/ecos-license/
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
71 // -------------------------------------------
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
72 //####ECOSGPLCOPYRIGHTEND####
02b328ea4e09 New platform and variant support for A&M Rattler (MPC8250)
gthomas
parents:
diff changeset
73 //===========================================================================