1 |
27 |
unneback |
2003-02-13 Patrick Doyle
|
2 |
|
|
* src/assabet_misc.c: Replaced explicit prototype of memset with
|
3 |
|
|
#include .
|
4 |
|
|
|
5 |
|
|
2002-08-12 Mark Salter
|
6 |
|
|
|
7 |
|
|
* misc/redboot_ROM.ecm: Remove CYGSEM_REDBOOT_ARM_LINUX_BOOT.
|
8 |
|
|
* misc/redboot_RAM.ecm: Ditto.
|
9 |
|
|
|
10 |
|
|
2002-05-14 Jesper Skov
|
11 |
|
|
|
12 |
|
|
* src/assabet_misc.c: Fixed warning.
|
13 |
|
|
|
14 |
|
|
2002-05-07 Gary Thomas
|
15 |
|
|
|
16 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl:
|
17 |
|
|
Standardize CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT usage.
|
18 |
|
|
|
19 |
|
|
|
20 |
|
|
2002-03-05 Jesper Skov
|
21 |
|
|
|
22 |
|
|
* misc/redboot_RAM.ecm: Updated. Added zlib+dns packages.
|
23 |
|
|
* misc/redboot_ROM.ecm: Same.
|
24 |
|
|
|
25 |
|
|
2002-01-28 Jesper Skov
|
26 |
|
|
|
27 |
|
|
* include/plf_io.h: Added.
|
28 |
|
|
|
29 |
|
|
2001-10-20 Nicolas Pitre
|
30 |
|
|
|
31 |
|
|
* include/hal_platform_setup.h: Wake up from deep sleep mode.
|
32 |
|
|
|
33 |
|
|
2001-07-28 Stefan Eletzhofer
|
34 |
|
|
|
35 |
|
|
* include/hal_platform_setup.h:
|
36 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Support additional timing setup
|
37 |
|
|
when Neponset board is available.
|
38 |
|
|
|
39 |
|
|
2001-06-21 Jonathan Larmour
|
40 |
|
|
|
41 |
|
|
* images/redboot*: Remove. Don't bloat repository with things already
|
42 |
|
|
on the web.
|
43 |
|
|
|
44 |
|
|
2001-04-27 Jonathan Larmour
|
45 |
|
|
|
46 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Remove redundant -Wl,-N from link
|
47 |
|
|
flags
|
48 |
|
|
|
49 |
|
|
2001-04-09 Jonathan Larmour
|
50 |
|
|
|
51 |
|
|
* src/lcd_support.c: Frame pointer was right before.
|
52 |
|
|
|
53 |
|
|
2001-03-08 Jesper Skov
|
54 |
|
|
|
55 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Removed
|
56 |
|
|
CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT_GUARANTEED which is now the
|
57 |
|
|
default.
|
58 |
|
|
|
59 |
|
|
2001-02-24 Gary Thomas
|
60 |
|
|
|
61 |
|
|
* src/lcd_support.c: Make check for sscanf() consistent.
|
62 |
|
|
|
63 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl:
|
64 |
|
|
Define machine type for Linux bootstrap.
|
65 |
|
|
|
66 |
|
|
* src/redboot_linux_exec.c:
|
67 |
|
|
Removed - now handled by SA11x0 variant code.
|
68 |
|
|
|
69 |
|
|
2001-02-23 Gary Thomas
|
70 |
|
|
|
71 |
|
|
* misc/redboot_RAM.ecm: Renamed from redboot_RAM.cfg
|
72 |
|
|
|
73 |
|
|
* misc/redboot_ROM.ecm: Renamed from redboot_ROM.cfg
|
74 |
|
|
|
75 |
|
|
2001-02-22 Gary Thomas
|
76 |
|
|
|
77 |
|
|
* src/redboot_linux_exec.c: Add new tagged parameter support for
|
78 |
|
|
latest Linux kernel.
|
79 |
|
|
|
80 |
|
|
2001-02-20 Gary Thomas
|
81 |
|
|
|
82 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Change Linux boot support.
|
83 |
|
|
|
84 |
|
|
* src/redboot_linux_exec.c: New file - replaces redboot_cmds.c
|
85 |
|
|
Supports booting Linux kernel, including image relocation and
|
86 |
|
|
passing additional info to kernel such as ramdisk size/location.
|
87 |
|
|
|
88 |
|
|
* src/redboot_cmds.c: Depreciated.
|
89 |
|
|
|
90 |
|
|
2001-02-20 Jonathan Larmour
|
91 |
|
|
|
92 |
|
|
* src/lcd_support.c: Warning cleanup.
|
93 |
|
|
Access frame buffer through volatile correctly.
|
94 |
|
|
Use isoinfra to identify presence of sscanf
|
95 |
|
|
|
96 |
|
|
2001-02-20 Gary Thomas
|
97 |
|
|
|
98 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Use new CDL to control
|
99 |
|
|
available serial ports - CYGHWR_HAL_ARM_SA11X0_UART1.
|
100 |
|
|
|
101 |
|
|
2001-02-08 Jesper Skov
|
102 |
|
|
|
103 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Respect channel configuration
|
104 |
|
|
constraints.
|
105 |
|
|
|
106 |
|
|
2001-02-02 Gary Thomas
|
107 |
|
|
|
108 |
|
|
* src/lcd_support.c: Fix for building standalone (no "C" library).
|
109 |
|
|
|
110 |
|
|
2001-01-05 Hugo Tyson
|
111 |
|
|
|
112 |
|
|
* include/plf_mmap.h: New file. Statically defined macros for
|
113 |
|
|
translation from virtual to physical and back, and to get an
|
114 |
|
|
uncached address for a normally-cached object. HAL_MM_PAGESIZE()
|
115 |
|
|
HAL_VIRT_TO_PHYS_ADDRESS() HAL_PHYS_TO_VIRT_ADDRESS()
|
116 |
|
|
HAL_VIRT_TO_UNCACHED_ADDRESS(). This included by the variant
|
117 |
|
|
hal's hal_cache.h for convenience and proximity to other memory
|
118 |
|
|
and cache features.
|
119 |
|
|
|
120 |
|
|
2000-12-13 Hugo Tyson
|
121 |
|
|
|
122 |
|
|
* src/assabet_misc.c: Use from the variant HAL
|
123 |
|
|
for definitions of all MM tables and so on.
|
124 |
|
|
|
125 |
|
|
* include/hal_platform_ints.h: Removed; it was the same in all
|
126 |
|
|
platforms so is now in the common variant hal, "hal_var_ints.h"
|
127 |
|
|
and accessible as CYGBLD_HAL_VAR_INTS_H
|
128 |
|
|
|
129 |
|
|
2000-12-08 Jonathan Larmour
|
130 |
|
|
|
131 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Build redboot_cmds.c in the
|
132 |
|
|
right place.
|
133 |
|
|
|
134 |
|
|
2000-11-30 Gary Thomas
|
135 |
|
|
|
136 |
|
|
* src/redboot_cmds.c (do_exec): Use new _GETS_xxx return codes.
|
137 |
|
|
|
138 |
|
|
2000-11-28 Drew Moseley
|
139 |
|
|
|
140 |
|
|
* misc/redboot_RAM.cfg: Implement CYGSEM_REDBOOT_BSP_SYSCALLS.
|
141 |
|
|
* misc/redboot_ROM.cfg: Ditto.
|
142 |
|
|
|
143 |
|
|
* src/assabet_misc.c (assabet_program_new_stack): New function
|
144 |
|
|
for switching to an application stack when running a program under
|
145 |
|
|
a ROM monitor.
|
146 |
|
|
|
147 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Define HAL_ARCH_PROGRAM_NEW_STACK.
|
148 |
|
|
|
149 |
|
|
2000-10-20 Jonathan Larmour
|
150 |
|
|
|
151 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_ram.mlt:
|
152 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_rom.mlt:
|
153 |
|
|
Add heap1 section
|
154 |
|
|
|
155 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_ram.h:
|
156 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_rom.h:
|
157 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_ram.ldi:
|
158 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_rom.ldi:
|
159 |
|
|
Regenerate
|
160 |
|
|
|
161 |
|
|
2000-10-17 Gary Thomas
|
162 |
|
|
|
163 |
|
|
* include/hal_platform_setup.h: Don't initialize "static" control
|
164 |
|
|
registers - power up value works and the values used kill latest boards.
|
165 |
|
|
|
166 |
|
|
2000-10-09 Gary Thomas
|
167 |
|
|
|
168 |
|
|
* src/lcd_support.c: Fix compile error if no kernel present.
|
169 |
|
|
|
170 |
|
|
2000-09-17 Gary Thomas
|
171 |
|
|
|
172 |
|
|
* misc/lcd_test.c: Add simple "glass tty" driver for LCD.
|
173 |
|
|
|
174 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Add platform/cpu identification strings.
|
175 |
|
|
|
176 |
|
|
2000-09-14 Gary Thomas
|
177 |
|
|
|
178 |
|
|
* src/assabet_misc.c: Set up for LCD - configure [pin] signals.
|
179 |
|
|
|
180 |
|
|
* misc/lcd_test.c: Adding more glitz, turn on light, etc.
|
181 |
|
|
|
182 |
|
|
* include/assabet.h: LCD pixel size was wrong in docs(?)
|
183 |
|
|
|
184 |
|
|
2000-09-13 Gary Thomas
|
185 |
|
|
|
186 |
|
|
* misc/redboot.xpm: New file.
|
187 |
|
|
|
188 |
|
|
* misc/lcd_test.c: Update LCD demo - add RedBoot splash.
|
189 |
|
|
|
190 |
|
|
2000-09-10 Gary Thomas
|
191 |
|
|
|
192 |
|
|
* misc/redhat.xpm:
|
193 |
|
|
* misc/escw.xpm:
|
194 |
|
|
* misc/eCos.xpm:
|
195 |
|
|
* misc/lcd_test.c: Simple test of LCD.
|
196 |
|
|
|
197 |
|
|
* include/assabet.h: Add more BCR defines (cosmetic).
|
198 |
|
|
|
199 |
|
|
* src/redboot_cmds.c:
|
200 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Add RedBoot command to execute
|
201 |
|
|
code with MMU off (for booting Linux).
|
202 |
|
|
|
203 |
|
|
2000-08-28 Gary Thomas
|
204 |
|
|
|
205 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Define default console [even
|
206 |
|
|
though there is no real choice]. This is required to support
|
207 |
|
|
network debug connections.
|
208 |
|
|
|
209 |
|
|
2000-08-25 Jonathan Larmour
|
210 |
|
|
|
211 |
|
|
* misc/cf_test.c: Delete. Not needed any more.
|
212 |
|
|
|
213 |
|
|
2000-08-24 Gary Thomas
|
214 |
|
|
|
215 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_ram.mlt:
|
216 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_ram.ldi: Expand reserved space.
|
217 |
|
|
|
218 |
|
|
* src/assabet_misc.c (hal_mmu_init): Increase ROM space to 32M.
|
219 |
|
|
|
220 |
|
|
2000-07-14 Gary Thomas
|
221 |
|
|
|
222 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Add rules for building RedBoot.
|
223 |
|
|
|
224 |
|
|
2000-07-05 Jesper Skov
|
225 |
|
|
|
226 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Cleanup channel options.
|
227 |
|
|
|
228 |
|
|
2000-06-27 Jesper Skov
|
229 |
|
|
|
230 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Changed PORT values.
|
231 |
|
|
|
232 |
|
|
2000-06-26 Jesper Skov
|
233 |
|
|
|
234 |
|
|
* include/hal_platform_ints.h: Removed Ctrl-c handling.
|
235 |
|
|
|
236 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Removed ROM_DEBUG_CHANNEL option.
|
237 |
|
|
|
238 |
|
|
2000-06-19 Gary Thomas
|
239 |
|
|
|
240 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Adding virtual vector support.
|
241 |
|
|
|
242 |
|
|
* include/assabet.h: Adding LCD registers. Update BCR register.
|
243 |
|
|
|
244 |
|
|
* include/hal_platform_ints.h: Changes for virtual vector support.
|
245 |
|
|
|
246 |
|
|
* include/hal_platform_setup.h: Updated vectors - fixed stuff
|
247 |
|
|
now handled elsewhere.
|
248 |
|
|
|
249 |
|
|
* misc/cf_test.c: New program to experiment with Compact Flash
|
250 |
|
|
interface(s).
|
251 |
|
|
|
252 |
|
|
* src/assabet_misc.c (plf_hardware_init): Added new function
|
253 |
|
|
to perform platform specific initializations.
|
254 |
|
|
|
255 |
|
|
2000-06-18 Gary Thomas
|
256 |
|
|
|
257 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_ram.mlt:
|
258 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_rom.ldi:
|
259 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_ram.ldi:
|
260 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_rom.mlt:
|
261 |
|
|
Incorporate new fixed vectors (used on all ARM platforms).
|
262 |
|
|
|
263 |
|
|
2000-06-05 Gary Thomas
|
264 |
|
|
|
265 |
|
|
* src/assabet_misc.c (assabet_BCR): New function used to
|
266 |
|
|
safely manipulate the board control register (write only).
|
267 |
|
|
|
268 |
|
|
* include/assabet.h: Flush out board control register.
|
269 |
|
|
|
270 |
|
|
* include/hal_platform_ints.h: Add missing GPIO interrupts.
|
271 |
|
|
|
272 |
|
|
2000-06-04 Gary Thomas
|
273 |
|
|
|
274 |
|
|
* include/hal_platform_setup.h:
|
275 |
|
|
* src/assabet_misc.c: 'sa1100' stuff renamed to 'sa11x0'.
|
276 |
|
|
|
277 |
|
|
* include/hal_platform_setup.h: Set power supply to full on. Move
|
278 |
|
|
board control stuff to . Also define "fixed" vectors
|
279 |
|
|
which will contain board control shadow and other items potentially
|
280 |
|
|
shared by stubs, CygMon, etc.
|
281 |
|
|
|
282 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl: Update build options for GDB stubs.
|
283 |
|
|
Necessary when 'fixed_vectors' are present.
|
284 |
|
|
|
285 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_rom.mlt:
|
286 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_rom.h:
|
287 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_rom.ldi:
|
288 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_ram.mlt:
|
289 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_ram.h:
|
290 |
|
|
* include/pkgconf/mlt_arm_sa11x0_assabet_ram.ldi: Improve layout to
|
291 |
|
|
match real hardware. Add 'fixed_vectors' at 0x40.
|
292 |
|
|
|
293 |
|
|
2000-06-01 Gary Thomas
|
294 |
|
|
|
295 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl:
|
296 |
|
|
* include/hal_platform_setup.h: Add ROM startup code.
|
297 |
|
|
|
298 |
|
|
* src/assabet_misc.c: New file.
|
299 |
|
|
|
300 |
|
|
2000-05-12 John Dallaway
|
301 |
|
|
|
302 |
|
|
* cdl/hal_arm_sa11x0_assabet.cdl:
|
303 |
|
|
|
304 |
|
|
Fix calculation of CYGHWR_MEMORY_LAYOUT.
|
305 |
|
|
|
306 |
|
|
2000-05-10 Gary Thomas
|
307 |
|
|
|
308 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_assabet_ram.mlt:
|
309 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_assabet_rom.h:
|
310 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_assabet_rom.ldi:
|
311 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_assabet_ram.h:
|
312 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_assabet_ram.ldi:
|
313 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_assabet_rom.mlt:
|
314 |
|
|
* current/include/hal_platform_ints.h:
|
315 |
|
|
* current/include/hal_platform_setup.h:
|
316 |
|
|
* current/cdl/hal_arm_sa11x0_assabet.cdl: New file(s).
|
317 |
|
|
|
318 |
|
|
//===========================================================================
|
319 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
320 |
|
|
// -------------------------------------------
|
321 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
322 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
323 |
|
|
//
|
324 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
325 |
|
|
// the terms of the GNU General Public License as published by the Free
|
326 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
327 |
|
|
//
|
328 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
329 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
330 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
331 |
|
|
// for more details.
|
332 |
|
|
//
|
333 |
|
|
// You should have received a copy of the GNU General Public License along
|
334 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
335 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
336 |
|
|
//
|
337 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
338 |
|
|
// or inline functions from this file, or you compile this file and link it
|
339 |
|
|
// with other works to produce a work based on this file, this file does not
|
340 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
341 |
|
|
// License. However the source code for this file must still be made available
|
342 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
343 |
|
|
//
|
344 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
345 |
|
|
// this file might be covered by the GNU General Public License.
|
346 |
|
|
//
|
347 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
348 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
349 |
|
|
// -------------------------------------------
|
350 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
351 |
|
|
//===========================================================================
|