1 |
1026 |
ivang |
2002-07-25 Ralf Corsepius
|
2 |
|
|
|
3 |
|
|
* bootloader/Makefile.am: Install bootloader.o.
|
4 |
|
|
Install bootloader/bootloader.ppcboot.lds.
|
5 |
|
|
|
6 |
|
|
2002-07-24 Joel Sherrill
|
7 |
|
|
|
8 |
|
|
* vectors/Makefile.am: Install bsp/vectors.h.
|
9 |
|
|
|
10 |
|
|
2002-07-24 Ralf Corsepius
|
11 |
|
|
|
12 |
|
|
* include/Makefile.am: Fix preinstallation.
|
13 |
|
|
* bootloader: Eliminate $(INCLUDES).
|
14 |
|
|
|
15 |
|
|
2002-07-21 Ralf Corsepius
|
16 |
|
|
|
17 |
|
|
* start/Makefile.am: Eliminate PGM.
|
18 |
|
|
Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
|
19 |
|
|
|
20 |
|
|
2002-07-20 Ralf Corsepius
|
21 |
|
|
|
22 |
|
|
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
|
23 |
|
|
|
24 |
|
|
2002-07-04 Ralf Corsepius
|
25 |
|
|
|
26 |
|
|
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
27 |
|
|
Remove $(OBJS) from all-local.
|
28 |
|
|
|
29 |
|
|
2002-06-29 Ralf Corsepius
|
30 |
|
|
|
31 |
|
|
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
|
32 |
|
|
|
33 |
|
|
2001-05-14 Till Straumann
|
34 |
|
|
|
35 |
|
|
* bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
|
36 |
|
|
Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
|
37 |
|
|
with the goal to make it more flexible and reusable by other
|
38 |
|
|
BSPs. The main strategies were:
|
39 |
|
|
- eliminate hardcoded base addresses; devices use offsets
|
40 |
|
|
and a BSP defined base address.
|
41 |
|
|
- separate functionality into different files (e.g. reboot from
|
42 |
|
|
inch.c to reboot.c) which can be overridden by a 'derived' BSP.
|
43 |
|
|
- separate initialization code into separate files (e.g. PCI
|
44 |
|
|
bridge detection/initialization was separated from the more
|
45 |
|
|
generic PCI access routines), also to make it easier for
|
46 |
|
|
'derived' BSPs to substitute their own initialization code.
|
47 |
|
|
There are also a couple of enhancements and fixes:
|
48 |
|
|
- IRQ handling code now has a hook for attaching a VME bridge.
|
49 |
|
|
- OpenPIC is now explicitely initialized (polarities, senses).
|
50 |
|
|
Eliminated the implicit assumption on the presence of an ISA PIC.
|
51 |
|
|
- UART and console driver now supports more than 1 port. The current
|
52 |
|
|
maximum of 2 can easily be extended by enlarging a table (it
|
53 |
|
|
would even be easier if the ISR API was not broken by design).
|
54 |
|
|
- fixed polled_io.c so it correctly supports console on COM2
|
55 |
|
|
- fixed TLB invalidation code (start.S).
|
56 |
|
|
- exception handler prints a stack backtrace.
|
57 |
|
|
- added BSP_pciFindDevice() to scan the pci bus for a particular
|
58 |
|
|
vendor/device/instance.
|
59 |
|
|
|
60 |
|
|
2001-05-09 Joel Sherrill
|
61 |
|
|
|
62 |
|
|
* startup/linkcmds: In support of gcc 3.1, added one of more
|
63 |
|
|
of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
|
64 |
|
|
.gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections
|
65 |
|
|
and direction of segments to memory regions may also have been
|
66 |
|
|
addressed. This was a sweep across all BSPs.
|
67 |
|
|
|
68 |
|
|
2001-04-08 Joel Sherrill
|
69 |
|
|
|
70 |
|
|
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
71 |
|
|
|
72 |
|
|
2002-04-02 Ralf Corsepius
|
73 |
|
|
|
74 |
|
|
* bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
|
75 |
|
|
|
76 |
|
|
2001-04-02 Joel Sherrill
|
77 |
|
|
|
78 |
|
|
* bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
|
79 |
|
|
|
80 |
|
|
2002-03-27 Ralf Corsepius
|
81 |
|
|
|
82 |
|
|
* configure.ac:
|
83 |
|
|
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
84 |
|
|
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
85 |
|
|
* bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
86 |
|
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
87 |
|
|
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
88 |
|
|
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
89 |
|
|
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
90 |
|
|
* irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
91 |
|
|
* motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
92 |
|
|
* openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
93 |
|
|
* pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
94 |
|
|
* residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
95 |
|
|
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
96 |
|
|
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
97 |
|
|
* vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
98 |
|
|
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
99 |
|
|
|
100 |
|
|
2001-12-04 Ralf Corsepius
|
101 |
|
|
|
102 |
|
|
* configure.ac: Remove RTEMS_ENABLE_NETWORKING.
|
103 |
|
|
|
104 |
|
|
2001-11-30 Ralf Corsepius
|
105 |
|
|
|
106 |
|
|
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
107 |
|
|
|
108 |
|
|
2001-11-21 Ralf Corsepius
|
109 |
|
|
|
110 |
|
|
* Makefile.am: Add @exceptions@ to SUBDIRS;
|
111 |
|
|
Remove need_motorola_powerpc.
|
112 |
|
|
* configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
|
113 |
|
|
make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
|
114 |
|
|
Remove need_motorola_powerpc;
|
115 |
|
|
Add RTEMS_PPC_EXCEPTIONS([new]).
|
116 |
|
|
* include/Makefile.am: Replace PREINSTALL_FILES with
|
117 |
|
|
TMPINSTALL_FILES, include force-preinstall.am.
|
118 |
|
|
* wrapup/Makefile.am: Apply @exceptions@.
|
119 |
|
|
|
120 |
|
|
2001-11-10 Ralf Corsepius
|
121 |
|
|
|
122 |
|
|
* configure.ac: Add bspopts.h.
|
123 |
|
|
* include/.cvsignore: Add stamp-h* and bspopts.h*.
|
124 |
|
|
* include/Makefile.am: Add bspopts.h.
|
125 |
|
|
* pci/Makefile.am: Append -O2 to AM_CFLAGS.
|
126 |
|
|
|
127 |
|
|
2001-11-08 Ralf Corsepius
|
128 |
|
|
|
129 |
|
|
* bootloader/Makefile.am: completely reworked.
|
130 |
|
|
* configure.ac: Add AM_PROG_AS.
|
131 |
|
|
|
132 |
|
|
2001-10-25 Joel Sherrill
|
133 |
|
|
|
134 |
|
|
* startup/linkcmds: Added _init and _fini.
|
135 |
|
|
|
136 |
|
|
2001-10-11 Ralf Corsepius
|
137 |
|
|
|
138 |
|
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
139 |
|
|
* configure.in: Remove.
|
140 |
|
|
* configure.ac: New file, generated from configure.in by autoupdate.
|
141 |
|
|
|
142 |
|
|
2001-09-27 Ralf Corsepius
|
143 |
|
|
|
144 |
|
|
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
|
145 |
|
|
* residual/Makefile.am: Use 'PREINSTALL_FILES ='.
|
146 |
|
|
* vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
|
147 |
|
|
* pci/Makefile.am: Use 'PREINSTALL_FILES ='.
|
148 |
|
|
* openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
|
149 |
|
|
* bootloader/Makefile.am: Use 'CLEANFILES ='.
|
150 |
|
|
|
151 |
|
|
2001-05-10 Ralf Corsepius
|
152 |
|
|
|
153 |
|
|
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
154 |
|
|
|
155 |
|
|
2001-01-03 Emmanuel Raguet
|
156 |
|
|
|
157 |
|
|
* bootloader/Makefile.am: Modified to install bootloader so
|
158 |
|
|
make-exe rule can avoid writing to install point or assuming
|
159 |
|
|
BSP build tree is available.
|
160 |
|
|
|
161 |
|
|
2000-11-09 Ralf Corsepius
|
162 |
|
|
|
163 |
|
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
164 |
|
|
|
165 |
|
|
2000-11-02 Ralf Corsepius
|
166 |
|
|
|
167 |
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
168 |
|
|
|
169 |
|
|
2000-10-27 Ralf Corsepius
|
170 |
|
|
|
171 |
|
|
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
172 |
|
|
Switch to GNU canonicalization.
|
173 |
|
|
|
174 |
|
|
2000-09-29 Charles-Antoine Gauthier
|
175 |
|
|
|
176 |
|
|
* startup/linkcmds: Added lines so DWARF debug information
|
177 |
|
|
would be available. Otherwise gdb complains that the offsets
|
178 |
|
|
for the debug info are incorrect and doesn't load the files.
|
179 |
|
|
|
180 |
|
|
2000-09-04 Ralf Corsepius
|
181 |
|
|
|
182 |
|
|
* bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
|
183 |
|
|
irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
|
184 |
|
|
pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
|
185 |
|
|
startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
|
186 |
|
|
Include compile.am
|
187 |
|
|
|
188 |
|
|
2000-08-10 Joel Sherrill
|
189 |
|
|
|
190 |
|
|
* ChangeLog: New file.
|