1 |
786 |
skrzyp |
2009-04-21 Bart Veer
|
2 |
|
|
|
3 |
|
|
* include/var_intr.h: fix a couple of typos
|
4 |
|
|
|
5 |
|
|
2009-02-09 Bart Veer
|
6 |
|
|
|
7 |
|
|
* include/var_io.h (HAL_MCFxxxx_SDRAMC_DACRx_CBM_xx): fix
|
8 |
|
|
definitions.
|
9 |
|
|
|
10 |
|
|
2008-11-18 Bart Veer
|
11 |
|
|
|
12 |
|
|
* whole package. Replace the original M68K port.
|
13 |
|
|
|
14 |
|
|
2008-11-17 Bart Veer
|
15 |
|
|
|
16 |
|
|
* cdl/hal_m68k_mcf52xx.cdl, doc/mcf52xx.sgml, include/hal_diag.h,
|
17 |
|
|
include/var_arch.h, include/var_cache.h, include/var_intr.h,
|
18 |
|
|
include/var_io.h, src/hal_diag.c, src/mcf52xx_asm.S: minor
|
19 |
|
|
clean-ups.
|
20 |
|
|
|
21 |
|
|
2008-09-01 Bart Veer
|
22 |
|
|
|
23 |
|
|
* include/var_io.h (HAL_MCF52xx_QSPIx_QCRn_QSPI_CS_CSn): fix typo
|
24 |
|
|
|
25 |
|
|
2008-05-08 Bart Veer
|
26 |
|
|
|
27 |
|
|
* include/var_io.h (HAL_MCF52xx_GPTx_PORT): fix typo.
|
28 |
|
|
|
29 |
|
|
2008-03-18 Bart Veer
|
30 |
|
|
|
31 |
|
|
* include/var_io.h: add definitions for 32-bit CAN devices, PWM,
|
32 |
|
|
RTC, MDHA, RNG and SKHA modules which are now common to many
|
33 |
|
|
ColdFire processors.
|
34 |
|
|
|
35 |
|
|
2008-02-28 Bart Veer
|
36 |
|
|
|
37 |
|
|
* cdl/hal_m68k_mcf52xx.cdl, src/mcf52xx.c, src/mcf52xx_asm.S: add
|
38 |
|
|
variant-level support for a profiling timer using an
|
39 |
|
|
mcf5282-compatible PIT.
|
40 |
|
|
|
41 |
|
|
2008-02-14 Bart Veer
|
42 |
|
|
|
43 |
|
|
* include/var_io.h, include/var_intr.h: add support for interrupt
|
44 |
|
|
controllers with set/clear mask registers.
|
45 |
|
|
|
46 |
|
|
2007-03-21 Nick Garnett
|
47 |
|
|
|
48 |
|
|
* include/var_intr.h (HAL_INTERRUPT_SET_LEVEL): Two-controller
|
49 |
|
|
version of this macro was same as single controller version. Fixed
|
50 |
|
|
to deal with two controllers.
|
51 |
|
|
|
52 |
|
|
2007-02-04 Bart Veer
|
53 |
|
|
|
54 |
|
|
* src/hal_diag.c (hal_mcf52xx_diag_uart_init): in configurations
|
55 |
|
|
where the diag init code can get called multiple times, detect
|
56 |
|
|
this and skip reinitializations.
|
57 |
|
|
|
58 |
|
|
2006-12-11 Bart Veer
|
59 |
|
|
|
60 |
|
|
* cdl/hal_m68k_mcf52xx.cdl: add virtual vector support for dynamic
|
61 |
|
|
baud rates, for those platforms which support it.
|
62 |
|
|
|
63 |
|
|
2006-12-03 Bart Veer
|
64 |
|
|
|
65 |
|
|
* include/var_intr.h: fix support for processors with two
|
66 |
|
|
interrupt controllers.
|
67 |
|
|
|
68 |
|
|
2006-10-02 John Dallaway
|
69 |
|
|
|
70 |
|
|
* doc/mcf52xx.sgml: Fix minor typographical errors.
|
71 |
|
|
|
72 |
|
|
2006-09-25 Bart Veer
|
73 |
|
|
|
74 |
|
|
* doc/mcf52xx.sgml: Bring up to date following recent changes in
|
75 |
|
|
M68K HALs.
|
76 |
|
|
|
77 |
|
|
2006-09-08 Bart Veer
|
78 |
|
|
|
79 |
|
|
* include/var_io.h: fix ethernet and uart definitions. Add
|
80 |
|
|
QSPI_CS_CSn().
|
81 |
|
|
|
82 |
|
|
* include/var_arch.h: fix typo
|
83 |
|
|
|
84 |
|
|
* src/hal_diag.c, include/hal_diag.h, cdl/hal_m68k_mcf52xx.cdl:
|
85 |
|
|
Sort out interaction with virtual vectors.
|
86 |
|
|
|
87 |
|
|
2006-09-05 Bart Veer
|
88 |
|
|
|
89 |
|
|
* include/var_io.h: Use HZ rather than MHZ to calculate SPI baud
|
90 |
|
|
rates.
|
91 |
|
|
|
92 |
|
|
* include/var_intr.h: HAL_VSR_SET() is now optional.
|
93 |
|
|
|
94 |
|
|
* include/var_arch.h: improved versions of the LSBIT() and MSBIT()
|
95 |
|
|
HAL macros.
|
96 |
|
|
|
97 |
|
|
* src/hal_diag.c, include/hal_diag.h, cdl/hal_m68k_mcf52xx.cdl:
|
98 |
|
|
Generalize HAL diagnostics support.
|
99 |
|
|
|
100 |
|
|
2006-08-22 Bart Veer
|
101 |
|
|
|
102 |
|
|
* include/var_io.h: provide definitions for most of the mcf5282
|
103 |
|
|
on-chip devices, since these are now regularly encountered on
|
104 |
|
|
other ColdFires so the definitions can be shared.
|
105 |
|
|
|
106 |
|
|
* include/var_intr.h: provide default implementations of various
|
107 |
|
|
interrupt/clock/reset macros for processors that have
|
108 |
|
|
mcf5282-compatible on-chip devices.
|
109 |
|
|
|
110 |
|
|
* include/var.inc: provide default implementations of
|
111 |
|
|
hal_context_extract_isr_vector here instead of the processor HALs
|
112 |
|
|
|
113 |
|
|
* src/hal_diag.c, include/hal_diag.h: generalize the diagnostics
|
114 |
|
|
support, including a bitbucket option.
|
115 |
|
|
|
116 |
|
|
2006-03-10 John Dallaway
|
117 |
|
|
|
118 |
|
|
* cdl/hal_m68k_mcf52xx.cdl: Add reference to MCF52xx variant
|
119 |
|
|
documentation.
|
120 |
|
|
|
121 |
|
|
2005-04-15 Jonathan Larmour
|
122 |
|
|
|
123 |
|
|
* cdl/hal_m68k_mcf52xx.cdl: Define a HAL variant header in
|
124 |
|
|
|
125 |
|
|
|
126 |
|
|
2004-03-03 Bart Veer
|
127 |
|
|
|
128 |
|
|
* src/hal_diag.c (hal_mcf52xx_serial_control): Add support for
|
129 |
|
|
RedBoot's baudrate command, if appropriate for the platform.
|
130 |
|
|
|
131 |
|
|
2004-02-11 Bart Veer
|
132 |
|
|
|
133 |
|
|
* include/var_io.h: move cacr/acr/rambar/rombar definitions to the
|
134 |
|
|
processor HAL. These are not as generic as initially thought.
|
135 |
|
|
|
136 |
|
|
* include/var.inc: make it easier for processors to override
|
137 |
|
|
savestate settings.
|
138 |
|
|
|
139 |
|
|
* doc/mcf52xx.sgml: update to reflect MCF5282 support
|
140 |
|
|
|
141 |
|
|
2003-08-01 Bart Veer
|
142 |
|
|
|
143 |
|
|
* include/var.inc: hal_context_extract_sr is no longer needed and
|
144 |
|
|
has been removed.
|
145 |
|
|
|
146 |
|
|
2003-07-22 Bart Veer
|
147 |
|
|
|
148 |
|
|
* doc/mcf52xx.sgml: fix various typos etc.
|
149 |
|
|
|
150 |
|
|
2003-07-17 Bart Veer
|
151 |
|
|
|
152 |
|
|
* doc/mcf52xx.sgml: Add documentation
|
153 |
|
|
|
154 |
|
|
2003-07-08 Bart Veer
|
155 |
|
|
|
156 |
|
|
* include/var_io.h:
|
157 |
|
|
Move some UART definitions to the processor HAL because they are
|
158 |
|
|
not available on all MCF52xx processors
|
159 |
|
|
|
160 |
|
|
2003-06-04 Bart Veer
|
161 |
|
|
|
162 |
|
|
* New version of the M68K support
|
163 |
|
|
|
164 |
|
|
//===========================================================================
|
165 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
166 |
|
|
// -------------------------------------------
|
167 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
168 |
|
|
// Copyright (C) 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
|
169 |
|
|
//
|
170 |
|
|
// This program is free software; you can redistribute it and/or modify
|
171 |
|
|
// it under the terms of the GNU General Public License as published by
|
172 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
173 |
|
|
// later version.
|
174 |
|
|
//
|
175 |
|
|
// This program is distributed in the hope that it will be useful, but
|
176 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
177 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
178 |
|
|
// General Public License for more details.
|
179 |
|
|
//
|
180 |
|
|
// You should have received a copy of the GNU General Public License
|
181 |
|
|
// along with this program; if not, write to the
|
182 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
183 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
184 |
|
|
// -------------------------------------------
|
185 |
|
|
// ####GPLCOPYRIGHTEND####
|
186 |
|
|
//===========================================================================
|