1 |
786 |
skrzyp |
2009-01-31 Bart Veer
|
2 |
|
|
|
3 |
|
|
* cdl/hal_m68k_m5272c3.cdl: update compiler flags for gcc 4.x
|
4 |
|
|
|
5 |
|
|
2008-11-18 Bart Veer
|
6 |
|
|
|
7 |
|
|
* whole package. Replace the original M68K port.
|
8 |
|
|
|
9 |
|
|
2008-11-17 Bart Veer
|
10 |
|
|
|
11 |
|
|
* cdl/hal_m68k_m5272c3.cdl, doc/m5272c3.sgml, include/plf.inc,
|
12 |
|
|
include/plf_io.h, src/platform.c: minor clean-ups.
|
13 |
|
|
|
14 |
|
|
2007-09-14 Bart Veer
|
15 |
|
|
|
16 |
|
|
* cdl/hal_m68k_m5272c3.cdl, misc/redboot_DBUG.ecm,
|
17 |
|
|
misc/redboot_RAM.ecm, misc/redboot_ROM.ecm,
|
18 |
|
|
misc/redboot_ROMFFE.ecm : the V2 AMD driver requires an erase
|
19 |
|
|
burst duration of at least 400 to operate reliably.
|
20 |
|
|
|
21 |
|
|
2007-07-27 John Dallaway
|
22 |
|
|
|
23 |
|
|
* misc/cfpe-stub.gdb: New GDB command file for debugging via
|
24 |
|
|
m68k-elf-cfpe-stub.
|
25 |
|
|
|
26 |
|
|
* cdl/hal_m68k_m5272c3.cdl: Reference per-package documentation.
|
27 |
|
|
|
28 |
|
|
2007-07-25 John Dallaway
|
29 |
|
|
|
30 |
|
|
* cdl/hal_m68k_m5272c3.cdl: Define CYGHWR_MEMORY_LAYOUT as
|
31 |
|
|
required by the eCos Configuration Tool.
|
32 |
|
|
|
33 |
|
|
2006-09-10 Bart Veer
|
34 |
|
|
|
35 |
|
|
* include/plf.inc: processor HAL now uses more verbose names in
|
36 |
|
|
the init macros.
|
37 |
|
|
|
38 |
|
|
* include/plf_io.h: no need to define MBAR, the processor HAL now
|
39 |
|
|
has a default.
|
40 |
|
|
|
41 |
|
|
* cdl/hal_m68k_m5272c3.cdl, include/plf_stub.h (removed): allow
|
42 |
|
|
the architectural HAL to provide plf_stub.h
|
43 |
|
|
|
44 |
|
|
2006-09-08 Bart Veer
|
45 |
|
|
|
46 |
|
|
* cdl/hal_m68k_m5272c3.cdl: lots of changes for all the reasons
|
47 |
|
|
below.
|
48 |
|
|
|
49 |
|
|
* src/platform.c: eliminate nearly all initialization. Some of
|
50 |
|
|
this now happens higher up in the processor, variant or
|
51 |
|
|
architectural HAL. The processor HAL now implements a proper reset
|
52 |
|
|
so we can assume the on-chip devices are in a default state.
|
53 |
|
|
|
54 |
|
|
* include/plf_io.h: diagnostics definitions now use the variant
|
55 |
|
|
HAL defaults.
|
56 |
|
|
|
57 |
|
|
* include/plf_arch.h: can now be #include'd by assembler.
|
58 |
|
|
|
59 |
|
|
* src/flash.c (was source/m5272c3_flash.c): now uses V2 flash
|
60 |
|
|
driver.
|
61 |
|
|
|
62 |
|
|
* src/platform/asm.S: no longer needed.
|
63 |
|
|
|
64 |
|
|
* include/plf_intr, include/plf.inc: stacks are now provided by
|
65 |
|
|
the architectural HAL.
|
66 |
|
|
|
67 |
|
|
* include/plf.inc: Initialization uses the processor HAL macros.
|
68 |
|
|
|
69 |
|
|
* misc/redboot_DBUG.ecm, misc/redboot_RAM.ecm,
|
70 |
|
|
misc/redboot_ROM.ecm, misc/redboot_ROMFFE.ecm: regenerate
|
71 |
|
|
|
72 |
|
|
* include/pkgconf/mlt_m5272c3.h, include/pkgconf/mlt_m5272c3.ldi:
|
73 |
|
|
Simplified linker scripts using the new architectural support
|
74 |
|
|
|
75 |
|
|
* include/pkgconf/mlt_m68k_m5272c3_dbug.h,
|
76 |
|
|
include/pkgconf/mlt_m68k_m5272c3_dbug.ldi,
|
77 |
|
|
include/pkgconf/mlt_m68k_m5272c3_ram.h,
|
78 |
|
|
include/pkgconf/mlt_m68k_m5272c3_ram.ldi,
|
79 |
|
|
include/pkgconf/mlt_m68k_m5272c3_rom.h,
|
80 |
|
|
include/pkgconf/mlt_m68k_m5272c3_rom.ldi,
|
81 |
|
|
include/pkgconf/mlt_m68k_m5272c3_romffe.hi,
|
82 |
|
|
include/pkgconf/mlt_m68k_m5272c3_romffe.ldi:
|
83 |
|
|
All replaced by mlt_m5272c3.h and mlt_m5272c3.ldi
|
84 |
|
|
|
85 |
|
|
2004-08-02 Bart Veer
|
86 |
|
|
|
87 |
|
|
* cdl/hal_m68k_m5272c3.cdl: minor change following serial driver
|
88 |
|
|
change, specify that RTS and CTS are connected on both UARTs
|
89 |
|
|
|
90 |
|
|
2004-06-25 Bart Veer
|
91 |
|
|
|
92 |
|
|
* cdl/hal_m68k_m5272c3.cdl: CYGNUM_HAL_M68K_M5272C3_SCR, ethernet
|
93 |
|
|
should always have priority over the cpu, in case you are
|
94 |
|
|
debugging over ethernet.
|
95 |
|
|
|
96 |
|
|
2004-06-24 Bart Veer
|
97 |
|
|
|
98 |
|
|
* cdl/hal_m68k_m5272c3.cdl: HAL_M68K_VSR_COUNT has been moved to
|
99 |
|
|
the processor HAL
|
100 |
|
|
|
101 |
|
|
2004-06-22 Bart Veer
|
102 |
|
|
|
103 |
|
|
* cdl/hal_m68k_m5272c3.cdl: increase default startup stack size.
|
104 |
|
|
Doing a printf() in a static constructor while debugging over
|
105 |
|
|
ethernet could overflow.
|
106 |
|
|
|
107 |
|
|
2004-05-17 Bart Veer
|
108 |
|
|
|
109 |
|
|
* src/platform.c (hal_m68k_m5272c3_init): set up the GPIO
|
110 |
|
|
directions, then the control bits, to eliminate a small window
|
111 |
|
|
where a GPIO pin might be incorrectly set as an output
|
112 |
|
|
Fix the exception handling initialization.
|
113 |
|
|
|
114 |
|
|
* cdl/hal_m68k_m5272c3.cdl: fix default SCR value for better
|
115 |
|
|
performance.
|
116 |
|
|
|
117 |
|
|
2004-02-11 Bart Veer
|
118 |
|
|
|
119 |
|
|
* doc/m5272c3.sgml: romffe startup has now been tested
|
120 |
|
|
|
121 |
|
|
* src/platform.c (hal_m68k_m5272c3_init): minor fix to UART
|
122 |
|
|
initialization code
|
123 |
|
|
|
124 |
|
|
* cdl/hal_m68k_m5272c3.cdl: fix typo in board name.
|
125 |
|
|
|
126 |
|
|
2004-01-07 Bart Veer
|
127 |
|
|
|
128 |
|
|
* doc/m5272c3.sgml, misc/redboot_ROMFFE.ecm:
|
129 |
|
|
Add .ecm file for building RedBoot to run from the first block of
|
130 |
|
|
flash.
|
131 |
|
|
|
132 |
|
|
2003-11-13 Bart Veer
|
133 |
|
|
|
134 |
|
|
* src/m5272c3_flash.c: remove spurious comment
|
135 |
|
|
|
136 |
|
|
2003-09-14 John Dallaway
|
137 |
|
|
|
138 |
|
|
* misc/bdm.gdb: Add BDM macro file for use with GDB.
|
139 |
|
|
|
140 |
|
|
2003-07-22 Bart Veer
|
141 |
|
|
|
142 |
|
|
* cdl/hal_m68k_m5272c3.cdl:
|
143 |
|
|
Use a larger denominator. Small values cause problems for
|
144 |
|
|
time-related calculations elsewhere.
|
145 |
|
|
|
146 |
|
|
2003-07-21 Bart Veer
|
147 |
|
|
|
148 |
|
|
* doc/m5272c3.sgml: Add documentation
|
149 |
|
|
|
150 |
|
|
2003-07-17 Bart Veer
|
151 |
|
|
|
152 |
|
|
* cdl/hal_m68k_m5272c3.cdl:
|
153 |
|
|
Fix some mentions of mcf5272c3 to m5272c3
|
154 |
|
|
|
155 |
|
|
2003-07-11 Bart Veer
|
156 |
|
|
|
157 |
|
|
* cdl/hal_m68k_m5272c3.cdl:
|
158 |
|
|
Make the default system clock configurable.
|
159 |
|
|
|
160 |
|
|
2003-07-04 Bart Veer
|
161 |
|
|
|
162 |
|
|
* src/platform_asm.S:
|
163 |
|
|
* include/plf_intr.h:
|
164 |
|
|
* include/plf.inc:
|
165 |
|
|
Interrupt stack is now optional and both the stack base and top
|
166 |
|
|
need to be exported.
|
167 |
|
|
|
168 |
|
|
2003-06-04 Bart Veer
|
169 |
|
|
|
170 |
|
|
* New version of the M68K support
|
171 |
|
|
|
172 |
|
|
//===========================================================================
|
173 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
174 |
|
|
// -------------------------------------------
|
175 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
176 |
|
|
// Copyright (C) 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
|
177 |
|
|
//
|
178 |
|
|
// This program is free software; you can redistribute it and/or modify
|
179 |
|
|
// it under the terms of the GNU General Public License as published by
|
180 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
181 |
|
|
// later version.
|
182 |
|
|
//
|
183 |
|
|
// This program is distributed in the hope that it will be useful, but
|
184 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
185 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
186 |
|
|
// General Public License for more details.
|
187 |
|
|
//
|
188 |
|
|
// You should have received a copy of the GNU General Public License
|
189 |
|
|
// along with this program; if not, write to the
|
190 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
191 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
192 |
|
|
// -------------------------------------------
|
193 |
|
|
// ####GPLCOPYRIGHTEND####
|
194 |
|
|
//===========================================================================
|