annotate packages/hal/powerpc/adder/current/ChangeLog @ 1933:7251145cdb9d

* src/hal_aux.c: Added prototype of _adder_set_led() to remove compiler warning
author asl
date Sun, 27 Mar 2005 18:19:19 +0000
parents d61d51cfd8ab
children 7ad5f3aecbf6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1933
7251145cdb9d * src/hal_aux.c: Added prototype of _adder_set_led() to remove
asl
parents: 1755
diff changeset
1 2005-03-27 Andrew Lunn <andrew.lunn@ascom.ch>
7251145cdb9d * src/hal_aux.c: Added prototype of _adder_set_led() to remove
asl
parents: 1755
diff changeset
2
7251145cdb9d * src/hal_aux.c: Added prototype of _adder_set_led() to remove
asl
parents: 1755
diff changeset
3 * src/hal_aux.c: Added prototype of _adder_set_led() to remove
7251145cdb9d * src/hal_aux.c: Added prototype of _adder_set_led() to remove
asl
parents: 1755
diff changeset
4 compiler warning
7251145cdb9d * src/hal_aux.c: Added prototype of _adder_set_led() to remove
asl
parents: 1755
diff changeset
5
1755
d61d51cfd8ab Move parallel port initializations to platform code
gthomas
parents: 1453
diff changeset
6 2004-09-16 Gary Thomas <gary@mlbassoc.com>
d61d51cfd8ab Move parallel port initializations to platform code
gthomas
parents: 1453
diff changeset
7
d61d51cfd8ab Move parallel port initializations to platform code
gthomas
parents: 1453
diff changeset
8 * src/hal_aux.c (hal_platform_init): Move parallel port initializations
d61d51cfd8ab Move parallel port initializations to platform code
gthomas
parents: 1453
diff changeset
9 from variant here (comment says they are required re: errata, but no
d61d51cfd8ab Move parallel port initializations to platform code
gthomas
parents: 1453
diff changeset
10 supporting documentation is known)
d61d51cfd8ab Move parallel port initializations to platform code
gthomas
parents: 1453
diff changeset
11
1453
0e3378e69a2a Fix some issues with network debugging by not clearing caches on startup
gthomas
parents: 1437
diff changeset
12 2003-12-21 Gary Thomas <gary@mlbassoc.com>
0e3378e69a2a Fix some issues with network debugging by not clearing caches on startup
gthomas
parents: 1437
diff changeset
13
0e3378e69a2a Fix some issues with network debugging by not clearing caches on startup
gthomas
parents: 1437
diff changeset
14 * src/adder.S: Only clear caches on non-RAM startup modes. This fixes
0e3378e69a2a Fix some issues with network debugging by not clearing caches on startup
gthomas
parents: 1437
diff changeset
15 some problems when using network debug connections (messing with the
0e3378e69a2a Fix some issues with network debugging by not clearing caches on startup
gthomas
parents: 1437
diff changeset
16 caches seems to confuse the CPM)
0e3378e69a2a Fix some issues with network debugging by not clearing caches on startup
gthomas
parents: 1437
diff changeset
17
1437
40912f487083 Fix system time base
gthomas
parents: 1432
diff changeset
18 2003-12-10 Gary Thomas <gary@mlbassoc.com>
40912f487083 Fix system time base
gthomas
parents: 1432
diff changeset
19
40912f487083 Fix system time base
gthomas
parents: 1432
diff changeset
20 * cdl/hal_powerpc_adder.cdl: System clock was using wrong frequency
40912f487083 Fix system time base
gthomas
parents: 1432
diff changeset
21 (time base). On this platform, it's configured to use the raw
40912f487083 Fix system time base
gthomas
parents: 1432
diff changeset
22 OSCLK which is a constant 10MHz, not the higher speed PLL based
40912f487083 Fix system time base
gthomas
parents: 1432
diff changeset
23 clocks.
40912f487083 Fix system time base
gthomas
parents: 1432
diff changeset
24
1432
f9dc30f9589a Rework CDL to use common defines for HAL_PLATFORM_CPU
gthomas
parents: 1231
diff changeset
25 2003-12-08 Gary Thomas <gary@mlbassoc.com>
f9dc30f9589a Rework CDL to use common defines for HAL_PLATFORM_CPU
gthomas
parents: 1231
diff changeset
26
f9dc30f9589a Rework CDL to use common defines for HAL_PLATFORM_CPU
gthomas
parents: 1231
diff changeset
27 * cdl/hal_powerpc_adder.cdl:
f9dc30f9589a Rework CDL to use common defines for HAL_PLATFORM_CPU
gthomas
parents: 1231
diff changeset
28 HAL_PLATFORM_CPU now defined by MPC8xx variant CDL.
f9dc30f9589a Rework CDL to use common defines for HAL_PLATFORM_CPU
gthomas
parents: 1231
diff changeset
29
1231
3c221a743075 Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents: 1182
diff changeset
30 2003-09-21 Gary Thomas <gary@mlbassoc.com>
3c221a743075 Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents: 1182
diff changeset
31
3c221a743075 Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents: 1182
diff changeset
32 * misc/adderII_redboot_ROMRAM.ecm:
3c221a743075 Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents: 1182
diff changeset
33 * misc/adder_redboot_ROMRAM.ecm: Adjust for changes in RedBoot
3c221a743075 Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents: 1182
diff changeset
34 template - DNS now must be enabled manually.
3c221a743075 Remove DNS from RedBoot template & adjust .ecm files - BUG #57316
gthomas
parents: 1182
diff changeset
35
1182
8c272f96c3ed Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents: 1130
diff changeset
36 2003-08-28 Gary Thomas <gary@mlbassoc.com>
8c272f96c3ed Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents: 1130
diff changeset
37
8c272f96c3ed Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents: 1130
diff changeset
38 * src/redboot_linux_exec.c: Obsolete file - removed.
8c272f96c3ed Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents: 1130
diff changeset
39
8c272f96c3ed Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents: 1130
diff changeset
40 * src/plf_redboot_linux_exec.c: New file - platform specifics
8c272f96c3ed Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents: 1130
diff changeset
41 for booting Linux kernel from RedBoot.
8c272f96c3ed Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents: 1130
diff changeset
42
8c272f96c3ed Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents: 1130
diff changeset
43 * cdl/hal_powerpc_adder.cdl: Linux booting from RedBoot is
8c272f96c3ed Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents: 1130
diff changeset
44 now supported at the architecture level. Changes to support
8c272f96c3ed Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents: 1130
diff changeset
45 architecture/platform layering.
8c272f96c3ed Better handling of RedBoot Linux 'exec' with architecture/platform layering
gthomas
parents: 1130
diff changeset
46
1130
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 948
diff changeset
47 2003-07-18 Nick Garnett <nickg@balti.calivar.com>
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 948
diff changeset
48
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 948
diff changeset
49 * cdl/hal_powerpc_adder.cdl:
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 948
diff changeset
50 Changed values for CYGNUM_HAL_RTC_NUMERATOR,
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 948
diff changeset
51 CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 948
diff changeset
52 "default_value" from "calculated". This makes it easier
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 948
diff changeset
53 to change these values globally.
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 948
diff changeset
54
948
83ca3aef4a92 Adjust configuration for MPC852T platforms
gthomas
parents: 890
diff changeset
55 2003-04-16 Gary Thomas <gary@mlbassoc.com>
83ca3aef4a92 Adjust configuration for MPC852T platforms
gthomas
parents: 890
diff changeset
56
83ca3aef4a92 Adjust configuration for MPC852T platforms
gthomas
parents: 890
diff changeset
57 * src/hal_aux.c (hal_platform_init): Set up GPIO bits according
83ca3aef4a92 Adjust configuration for MPC852T platforms
gthomas
parents: 890
diff changeset
58 to platform type.
83ca3aef4a92 Adjust configuration for MPC852T platforms
gthomas
parents: 890
diff changeset
59
890
069fba224505 Improving SCC3 support (for MPC852T)
gthomas
parents: 862
diff changeset
60 2003-03-31 Gary Thomas <gary@mlbassoc.com>
069fba224505 Improving SCC3 support (for MPC852T)
gthomas
parents: 862
diff changeset
61
069fba224505 Improving SCC3 support (for MPC852T)
gthomas
parents: 862
diff changeset
62 * cdl/hal_powerpc_adder.cdl: Enable use of SCC3 on AdderII.
069fba224505 Improving SCC3 support (for MPC852T)
gthomas
parents: 862
diff changeset
63
862
725ba4e57f0c Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents: 860
diff changeset
64 2003-03-24 Gary Thomas <gary@mlbassoc.com>
725ba4e57f0c Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents: 860
diff changeset
65
725ba4e57f0c Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents: 860
diff changeset
66 * misc/redboot_ROMRAM.ecm: Remove.
725ba4e57f0c Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents: 860
diff changeset
67
725ba4e57f0c Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents: 860
diff changeset
68 * misc/adder_redboot_ROMRAM.ecm:
725ba4e57f0c Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents: 860
diff changeset
69 * misc/adderII_redboot_ROMRAM.ecm: New file(s), distinguish platforms.
725ba4e57f0c Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents: 860
diff changeset
70
725ba4e57f0c Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents: 860
diff changeset
71 * src/hal_aux.c:
725ba4e57f0c Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents: 860
diff changeset
72 * src/adder.S:
725ba4e57f0c Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents: 860
diff changeset
73 * cdl/hal_powerpc_adder.cdl: Update to support new platform - AdderII.
725ba4e57f0c Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents: 860
diff changeset
74
860
8e23fe1ac05e Improve processor type support. Add baud rate generator allocation.
gthomas
parents: 857
diff changeset
75 2003-03-23 Gary Thomas <gary@mlbassoc.com>
8e23fe1ac05e Improve processor type support. Add baud rate generator allocation.
gthomas
parents: 857
diff changeset
76
8e23fe1ac05e Improve processor type support. Add baud rate generator allocation.
gthomas
parents: 857
diff changeset
77 * cdl/hal_powerpc_adder.cdl: New option for setting processor type.
8e23fe1ac05e Improve processor type support. Add baud rate generator allocation.
gthomas
parents: 857
diff changeset
78
857
4dcc6006d82f Fix typo in board initialization
gthomas
parents: 822
diff changeset
79 2003-03-20 Gary Thomas <gary@mlbassoc.com>
4dcc6006d82f Fix typo in board initialization
gthomas
parents: 822
diff changeset
80
4dcc6006d82f Fix typo in board initialization
gthomas
parents: 822
diff changeset
81 * src/hal_aux.c (hal_platform_init): Fix SCC2/SCC3 routing.
4dcc6006d82f Fix typo in board initialization
gthomas
parents: 822
diff changeset
82
822
060f6b8274f3 Update redboot exec command to stop eth driver
msalter
parents: 555
diff changeset
83 2003-03-11 Mark Salter <msalter@redhat.com>
060f6b8274f3 Update redboot exec command to stop eth driver
msalter
parents: 555
diff changeset
84
060f6b8274f3 Update redboot exec command to stop eth driver
msalter
parents: 555
diff changeset
85 * src/redboot_linux_exec.c (do_exec): Call eth_drv_stop as necessary.
060f6b8274f3 Update redboot exec command to stop eth driver
msalter
parents: 555
diff changeset
86
555
ed761349f500 Fix CDL - no tests currently defined.
gthomas
parents: 443
diff changeset
87 2003-01-31 Gary Thomas <gary@mlbassoc.com>
ed761349f500 Fix CDL - no tests currently defined.
gthomas
parents: 443
diff changeset
88
ed761349f500 Fix CDL - no tests currently defined.
gthomas
parents: 443
diff changeset
89 * cdl/hal_powerpc_adder.cdl: No tests currently defined.
ed761349f500 Fix CDL - no tests currently defined.
gthomas
parents: 443
diff changeset
90
443
b8b99761a77b Add proper MPC8xx RESET support.
gthomas
parents: 437
diff changeset
91 2002-12-02 Gary Thomas <gthomas@ecoscentric.com>
b8b99761a77b Add proper MPC8xx RESET support.
gthomas
parents: 437
diff changeset
92
b8b99761a77b Add proper MPC8xx RESET support.
gthomas
parents: 437
diff changeset
93 * include/plf_intr.h: Use MPC8xx variant RESET support.
b8b99761a77b Add proper MPC8xx RESET support.
gthomas
parents: 437
diff changeset
94
437
9ba3f030fd83 Minor CDL cleanup.
gthomas
parents: 432
diff changeset
95 2002-11-26 Gary Thomas <gthomas@ecoscentric.com>
9ba3f030fd83 Minor CDL cleanup.
gthomas
parents: 432
diff changeset
96
9ba3f030fd83 Minor CDL cleanup.
gthomas
parents: 432
diff changeset
97 * misc/redboot_ROMRAM.ecm: Export.
9ba3f030fd83 Minor CDL cleanup.
gthomas
parents: 432
diff changeset
98
9ba3f030fd83 Minor CDL cleanup.
gthomas
parents: 432
diff changeset
99 * cdl/hal_powerpc_adder.cdl: Move platform #define to platform package.
9ba3f030fd83 Minor CDL cleanup.
gthomas
parents: 432
diff changeset
100
432
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
101 2002-11-25 Gary Thomas <gthomas@ecoscentric.com>
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
102
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
103 * src/redboot_linux_exec.c:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
104 * src/hal_diag.c:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
105 * src/hal_aux.c:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
106 * src/adder.S:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
107 * misc/redboot_ROMRAM.ecm:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
108 * include/pkgconf/mlt_powerpc_adder_romram.mlt:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
109 * include/pkgconf/mlt_powerpc_adder_romram.ldi:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
110 * include/pkgconf/mlt_powerpc_adder_romram.h:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
111 * include/pkgconf/mlt_powerpc_adder_rom.mlt:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
112 * include/pkgconf/mlt_powerpc_adder_rom.ldi:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
113 * include/pkgconf/mlt_powerpc_adder_rom.h:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
114 * include/pkgconf/mlt_powerpc_adder_ram.mlt:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
115 * include/pkgconf/mlt_powerpc_adder_ram.ldi:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
116 * include/pkgconf/mlt_powerpc_adder_ram.h:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
117 * include/plf_stub.h:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
118 * include/plf_regs.h:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
119 * include/plf_intr.h:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
120 * include/plf_cache.h:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
121 * include/hal_diag.h:
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
122 * cdl/hal_powerpc_adder.cdl: New package - platform specifics for
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
123 Analogue & Micro Adder (PowerPC 850) boards.
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
124
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
125 //===========================================================================
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
126 //####ECOSGPLCOPYRIGHTBEGIN####
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
127 // -------------------------------------------
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
128 // This file is part of eCos, the Embedded Configurable Operating System.
822
060f6b8274f3 Update redboot exec command to stop eth driver
msalter
parents: 555
diff changeset
129 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
432
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
130 // Copyright (C) 2002 Gary Thomas
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
131 //
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
132 // eCos is free software; you can redistribute it and/or modify it under
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
133 // the terms of the GNU General Public License as published by the Free
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
134 // Software Foundation; either version 2 or (at your option) any later version.
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
135 //
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
136 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
137 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
138 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
139 // for more details.
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
140 //
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
141 // You should have received a copy of the GNU General Public License along
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
142 // with eCos; if not, write to the Free Software Foundation, Inc.,
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
143 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
144 //
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
145 // As a special exception, if other files instantiate templates or use macros
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
146 // or inline functions from this file, or you compile this file and link it
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
147 // with other works to produce a work based on this file, this file does not
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
148 // by itself cause the resulting work to be covered by the GNU General Public
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
149 // License. However the source code for this file must still be made available
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
150 // in accordance with section (3) of the GNU General Public License.
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
151 //
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
152 // This exception does not invalidate any other reasons why a work based on
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
153 // this file might be covered by the GNU General Public License.
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
154 //
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
155 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
156 // at http://sources.redhat.com/ecos/ecos-license/
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
157 // -------------------------------------------
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
158 //####ECOSGPLCOPYRIGHTEND####
cc4df9225149 Add Adder platform from Analogue & Micro
gthomas
parents:
diff changeset
159 //===========================================================================