1 |
27 |
unneback |
2002-12-07 Gary Thomas
|
2 |
|
|
|
3 |
|
|
* misc/redboot_ROMRAM.ecm:
|
4 |
|
|
* misc/redboot_ROM.ecm:
|
5 |
|
|
* misc/redboot_RAM.ecm: Suppress building Linux 'exec' command
|
6 |
|
|
(which makes little sense on this platform).
|
7 |
|
|
|
8 |
|
|
2002-09-23 Gary Thomas on behalf of
|
9 |
|
|
2002-11-23 Scott Dattalo
|
10 |
|
|
|
11 |
|
|
* include/plf_io.h: Add some missing register definitions.
|
12 |
|
|
|
13 |
|
|
2002-05-28 Thomas Koeller
|
14 |
|
|
|
15 |
|
|
* include/plf_io.h: Add watchdog definitions.
|
16 |
|
|
|
17 |
|
|
2002-05-08 Gary Thomas
|
18 |
|
|
|
19 |
|
|
* misc/redboot_ROMRAM.ecm:
|
20 |
|
|
* misc/redboot_ROM.ecm: Disable 'fconfig' since the FLASH is too small.
|
21 |
|
|
|
22 |
|
|
2001-08-17 George Hampton
|
23 |
|
|
2001-08-17 Gary Thomas
|
24 |
|
|
|
25 |
|
|
* include/hal_platform_ints.h (CYGNUM_HAL_ISR_COUNT): PR 22864
|
26 |
|
|
Don't adjust by "min" value if not doing translations.
|
27 |
|
|
|
28 |
|
|
2001-07-26 Gary Thomas
|
29 |
|
|
|
30 |
|
|
* src/at91_misc.c (hal_clock_initialize):
|
31 |
|
|
* cdl/hal_arm_at91.cdl: Increase system clock (RTC) to run at 1MHz for
|
32 |
|
|
better timing resolution. CAUTION! this means that the system clock tick
|
33 |
|
|
can never be more than 64ms.
|
34 |
|
|
|
35 |
|
|
2001-07-23 Gary Thomas
|
36 |
|
|
|
37 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_romram.mlt:
|
38 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_romram.ldi:
|
39 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_romram.h:
|
40 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_ram.mlt:
|
41 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_ram.ldi:
|
42 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_ram.h:
|
43 |
|
|
* cdl/hal_arm_at91.cdl: Fix MLT files (names, layout).
|
44 |
|
|
|
45 |
|
|
2001-07-20 Gary Thomas
|
46 |
|
|
|
47 |
|
|
* include/plf_io.h: Add UART interrupt definitions.
|
48 |
|
|
|
49 |
|
|
* src/hal_diag.c (cyg_hal_plf_serial_control): Enable ^C support.
|
50 |
|
|
|
51 |
|
|
* src/at91_misc.c (hal_clock_initialize): Add clock/rtc implementation.
|
52 |
|
|
|
53 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_romram.ldi:
|
54 |
|
|
Replace missing 'fixed vectors'.
|
55 |
|
|
|
56 |
|
|
2001-07-19 Gary Thomas
|
57 |
|
|
|
58 |
|
|
* misc/redboot_ROMRAM.ecm: New exported config.
|
59 |
|
|
|
60 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_romram.ldi:
|
61 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_ram.mlt:
|
62 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_ram.ldi:
|
63 |
|
|
* include/hal_platform_setup.h: Fix ROMRAM startup mode. Note: I
|
64 |
|
|
can't get the onboard SRAM at 0x00100000 to work, so for now, this
|
65 |
|
|
will just have to go in low external RAM. Thus the change for the
|
66 |
|
|
RAM base address in startup=RAM mode.
|
67 |
|
|
|
68 |
|
|
* src/hal_diag.c (cyg_hal_plf_serial_getc_timeout): Remove debug code.
|
69 |
|
|
|
70 |
|
|
* src/at91_misc.c (set_leds): LEDs are on D4/D2/D1.
|
71 |
|
|
|
72 |
|
|
* misc/redboot_ROM.ecm:
|
73 |
|
|
* misc/redboot_RAM.ecm: Exported configurations.
|
74 |
|
|
|
75 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_romram.mlt:
|
76 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_romram.ldi:
|
77 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_romram.h: New startup type.
|
78 |
|
|
|
79 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_rom.h: Fix heap layout.
|
80 |
|
|
|
81 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_ram.mlt:
|
82 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_ram.ldi:
|
83 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_ram.h:
|
84 |
|
|
Fix heap layout. Move RAM load address to leave room for RedBoot/GDB.
|
85 |
|
|
|
86 |
|
|
* include/plf_io.h: Add definitions for PIO, EBI and PS.
|
87 |
|
|
|
88 |
|
|
* include/hal_platform_setup.h: ROM startup mode now works.
|
89 |
|
|
First attempt at ROMRAM startup - not yet working.
|
90 |
|
|
|
91 |
|
|
* cdl/hal_arm_at91.cdl: Add ROMRAM startup mode.
|
92 |
|
|
|
93 |
|
|
2001-07-18 Gary Thomas
|
94 |
|
|
|
95 |
|
|
* src/hal_diag.c: More complete initialization.
|
96 |
|
|
|
97 |
|
|
* src/at91_misc.c: Support interrupt controller, delay_us().
|
98 |
|
|
|
99 |
|
|
* include/plf_io.h: Add interrupt controller, timer definitions.
|
100 |
|
|
|
101 |
|
|
* cdl/hal_arm_at91.cdl: Fix clock speed, number I/O channels.
|
102 |
|
|
|
103 |
|
|
2001-07-16 Gary Thomas
|
104 |
|
|
|
105 |
|
|
* src/hal_diag.c:
|
106 |
|
|
* src/at91_misc.c:
|
107 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_rom.mlt:
|
108 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_rom.ldi:
|
109 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_rom.h:
|
110 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_ram.mlt:
|
111 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_ram.ldi:
|
112 |
|
|
* include/pkgconf/mlt_arm_at91_eb40_ram.h:
|
113 |
|
|
* include/plf_stub.h:
|
114 |
|
|
* include/plf_io.h:
|
115 |
|
|
* include/hal_platform_setup.h:
|
116 |
|
|
* include/hal_platform_ints.h:
|
117 |
|
|
* include/hal_diag.h:
|
118 |
|
|
* include/hal_cache.h:
|
119 |
|
|
* cdl/hal_arm_at91.cdl: New port - cloned from E7T.
|
120 |
|
|
|
121 |
|
|
//===========================================================================
|
122 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
123 |
|
|
// -------------------------------------------
|
124 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
125 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
126 |
|
|
//
|
127 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
128 |
|
|
// the terms of the GNU General Public License as published by the Free
|
129 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
130 |
|
|
//
|
131 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
132 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
133 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
134 |
|
|
// for more details.
|
135 |
|
|
//
|
136 |
|
|
// You should have received a copy of the GNU General Public License along
|
137 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
138 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
139 |
|
|
//
|
140 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
141 |
|
|
// or inline functions from this file, or you compile this file and link it
|
142 |
|
|
// with other works to produce a work based on this file, this file does not
|
143 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
144 |
|
|
// License. However the source code for this file must still be made available
|
145 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
146 |
|
|
//
|
147 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
148 |
|
|
// this file might be covered by the GNU General Public License.
|
149 |
|
|
//
|
150 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
151 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
152 |
|
|
// -------------------------------------------
|
153 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
154 |
|
|
//===========================================================================
|