1 |
27 |
unneback |
2003-02-13 Patrick Doyle
|
2 |
|
|
* src/brutus_misc.c: Replaced explicit prototype of memset with
|
3 |
|
|
#include .
|
4 |
|
|
|
5 |
|
|
2002-05-14 Jesper Skov
|
6 |
|
|
|
7 |
|
|
* src/brutus_misc.c (hal_mmu_init): Fixed warning.
|
8 |
|
|
|
9 |
|
|
2002-01-28 Jesper Skov
|
10 |
|
|
|
11 |
|
|
* include/plf_io.h: Added.
|
12 |
|
|
|
13 |
|
|
2001-08-15 Gary Thomas
|
14 |
|
|
|
15 |
|
|
* include/plf_mmap.h (HAL_VIRT_TO_PHYS_ADDRESS):
|
16 |
|
|
(HAL_PHYS_TO_VIRT_ADDRESS):
|
17 |
|
|
(HAL_VIRT_TO_UNCACHED_ADDRESS): Fix these macros - they didn't
|
18 |
|
|
handle the holes in DRAM properly.
|
19 |
|
|
|
20 |
|
|
2001-03-08 Jesper Skov
|
21 |
|
|
|
22 |
|
|
* cdl/hal_arm_sa11x0_brutus.cdl: Removed
|
23 |
|
|
CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT_GUARANTEED which is now the
|
24 |
|
|
default.
|
25 |
|
|
|
26 |
|
|
2001-02-23 Gary Thomas
|
27 |
|
|
|
28 |
|
|
* misc/redboot_ROM.ecm: Renamed from redboot_ROM.cfg
|
29 |
|
|
|
30 |
|
|
* misc/redboot_RAM.ecm: Renamed from redboot_RAM.cfg
|
31 |
|
|
|
32 |
|
|
2001-02-20 Gary Thomas
|
33 |
|
|
|
34 |
|
|
* cdl/hal_arm_sa11x0_brutus.cdl: New CDL describing serial
|
35 |
|
|
ports - CYGHWR_HAL_ARM_SA11X0_UART1,3.
|
36 |
|
|
|
37 |
|
|
2001-02-08 Jesper Skov
|
38 |
|
|
|
39 |
|
|
* cdl/hal_arm_sa11x0_brutus.cdl: Respect channel configuration
|
40 |
|
|
constraints.
|
41 |
|
|
|
42 |
|
|
2001-01-05 Hugo Tyson
|
43 |
|
|
|
44 |
|
|
* include/plf_mmap.h: New file. Statically defined macros for
|
45 |
|
|
translation from virtual to physical and back, and to get an
|
46 |
|
|
uncached address for a normally-cached object. HAL_MM_PAGESIZE()
|
47 |
|
|
HAL_VIRT_TO_PHYS_ADDRESS() HAL_PHYS_TO_VIRT_ADDRESS()
|
48 |
|
|
HAL_VIRT_TO_UNCACHED_ADDRESS(). This included by the variant
|
49 |
|
|
hal's hal_cache.h for convenience and proximity to other memory
|
50 |
|
|
and cache features.
|
51 |
|
|
|
52 |
|
|
2000-12-13 Hugo Tyson
|
53 |
|
|
|
54 |
|
|
* src/brutus_misc.c: Use from the variant HAL
|
55 |
|
|
for definitions of all MM tables and so on.
|
56 |
|
|
|
57 |
|
|
* include/hal_platform_ints.h: Removed; it was the same in all
|
58 |
|
|
platforms so is now in the common variant hal, "hal_var_ints.h"
|
59 |
|
|
and accessible as CYGBLD_HAL_VAR_INTS_H
|
60 |
|
|
|
61 |
|
|
2000-11-28 Drew Moseley
|
62 |
|
|
|
63 |
|
|
* misc/redboot_RAM.cfg: Implement CYGSEM_REDBOOT_BSP_SYSCALLS.
|
64 |
|
|
* misc/redboot_ROM.cfg: Ditto.
|
65 |
|
|
|
66 |
|
|
* src/brutus_misc.c (brutus_program_new_stack): New function
|
67 |
|
|
for switching to an application stack when running a program under
|
68 |
|
|
a ROM monitor.
|
69 |
|
|
|
70 |
|
|
* cdl/hal_arm_sa11x0_brutus.cdl: Define HAL_ARCH_PROGRAM_NEW_STACK.
|
71 |
|
|
|
72 |
|
|
2000-11-25 Jonathan Larmour
|
73 |
|
|
|
74 |
|
|
* misc/redboot_RAM.cfg: Added new import file for redboot
|
75 |
|
|
* misc/redboot_ROM.cfg: Ditto
|
76 |
|
|
|
77 |
|
|
2000-11-10 Gary Thomas
|
78 |
|
|
|
79 |
|
|
* cdl/hal_arm_sa11x0_brutus.cdl: Add RedBoot configuration.
|
80 |
|
|
|
81 |
|
|
2000-10-20 Jonathan Larmour
|
82 |
|
|
|
83 |
|
|
* include/pkgconf/mlt_arm_sa11x0_brutus_ram.mlt:
|
84 |
|
|
* include/pkgconf/mlt_arm_sa11x0_brutus_rom.mlt:
|
85 |
|
|
Add heap1 section
|
86 |
|
|
|
87 |
|
|
* include/pkgconf/mlt_arm_sa11x0_brutus_ram.h:
|
88 |
|
|
* include/pkgconf/mlt_arm_sa11x0_brutus_rom.h:
|
89 |
|
|
* include/pkgconf/mlt_arm_sa11x0_brutus_ram.ldi:
|
90 |
|
|
* include/pkgconf/mlt_arm_sa11x0_brutus_rom.ldi:
|
91 |
|
|
Regenerate
|
92 |
|
|
|
93 |
|
|
2000-09-17 Gary Thomas
|
94 |
|
|
|
95 |
|
|
* cdl/hal_arm_sa11x0_brutus.cdl: Add platform/cpu identification strings.
|
96 |
|
|
|
97 |
|
|
2000-07-05 Jesper Skov
|
98 |
|
|
|
99 |
|
|
* cdl/hal_arm_sa11x0_brutus.cdl: Cleanup channel options.
|
100 |
|
|
|
101 |
|
|
2000-06-26 Jesper Skov
|
102 |
|
|
|
103 |
|
|
* include/hal_platform_ints.h: Removed Ctrl-c handling.
|
104 |
|
|
|
105 |
|
|
* cdl/hal_arm_sa11x0_brutus.cdl: Removed ROM_DEBUG_CHANNEL option.
|
106 |
|
|
|
107 |
|
|
2000-06-19 Gary Thomas
|
108 |
|
|
|
109 |
|
|
* src/brutus_misc.c: Define proper MMU initialization.
|
110 |
|
|
|
111 |
|
|
* include/hal_platform_setup.h: Rework MMU initialization to
|
112 |
|
|
be closer to other SA1xx platforms (Assabet, EBSA285)
|
113 |
|
|
|
114 |
|
|
2000-06-18 Gary Thomas
|
115 |
|
|
|
116 |
|
|
* include/pkgconf/mlt_arm_sa11x0_brutus_rom.ldi:
|
117 |
|
|
* include/pkgconf/mlt_arm_sa11x0_brutus_rom.mlt:
|
118 |
|
|
* include/pkgconf/mlt_arm_sa11x0_brutus_ram.mlt:
|
119 |
|
|
* include/pkgconf/mlt_arm_sa11x0_brutus_ram.ldi:
|
120 |
|
|
Incorporate new fixed vectors (used on all ARM platforms).
|
121 |
|
|
|
122 |
|
|
2000-06-08 Gary Thomas
|
123 |
|
|
|
124 |
|
|
* include/hal_platform_setup.h: Adding ROM startup support.
|
125 |
|
|
|
126 |
|
|
2000-06-05 Gary Thomas
|
127 |
|
|
|
128 |
|
|
* cdl/hal_arm_sa11x0_brutus.cdl: Default serial port is 0
|
129 |
|
|
(maps to UART 3 on J23).
|
130 |
|
|
|
131 |
|
|
* include/hal_platform_ints.h: Add missing GPIO interrupts.
|
132 |
|
|
|
133 |
|
|
2000-06-04 Gary Thomas
|
134 |
|
|
|
135 |
|
|
* include/hal_platform_setup.h: 'sa1100' stuff renamed to 'sa11x0'.
|
136 |
|
|
|
137 |
|
|
2000-06-01 Gary Thomas
|
138 |
|
|
|
139 |
|
|
* cdl/hal_arm_sa11x0_brutus.cdl: Adding ROM startup support.
|
140 |
|
|
|
141 |
|
|
2000-05-12 John Dallaway
|
142 |
|
|
|
143 |
|
|
* cdl/hal_arm_sa11x0_brutus.cdl:
|
144 |
|
|
|
145 |
|
|
Fix calculation of CYGHWR_MEMORY_LAYOUT.
|
146 |
|
|
|
147 |
|
|
2000-05-10 Gary Thomas
|
148 |
|
|
|
149 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_brutus_rom.h:
|
150 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_brutus_rom.ldi:
|
151 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_brutus_rom.mlt:
|
152 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_brutus_ram.mlt:
|
153 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_brutus_ram.h:
|
154 |
|
|
* current/include/pkgconf/mlt_arm_sa11x0_brutus_ram.ldi:
|
155 |
|
|
* current/include/hal_platform_ints.h:
|
156 |
|
|
* current/include/hal_platform_setup.h:
|
157 |
|
|
* current/cdl/hal_arm_sa11x0_brutus.cdl: New file(s).
|
158 |
|
|
|
159 |
|
|
//===========================================================================
|
160 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
161 |
|
|
// -------------------------------------------
|
162 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
163 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
164 |
|
|
//
|
165 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
166 |
|
|
// the terms of the GNU General Public License as published by the Free
|
167 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
168 |
|
|
//
|
169 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
170 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
171 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
172 |
|
|
// for more details.
|
173 |
|
|
//
|
174 |
|
|
// You should have received a copy of the GNU General Public License along
|
175 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
176 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
177 |
|
|
//
|
178 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
179 |
|
|
// or inline functions from this file, or you compile this file and link it
|
180 |
|
|
// with other works to produce a work based on this file, this file does not
|
181 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
182 |
|
|
// License. However the source code for this file must still be made available
|
183 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
184 |
|
|
//
|
185 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
186 |
|
|
// this file might be covered by the GNU General Public License.
|
187 |
|
|
//
|
188 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
189 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
190 |
|
|
// -------------------------------------------
|
191 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
192 |
|
|
//===========================================================================
|