source: rtems/c/src/lib/libbsp/powerpc/ep1a/ChangeLog @ d1be26b

4.104.115
Last change on this file since d1be26b was d1be26b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/16/09 at 23:21:23

2009-07-16 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
  • Property mode set to 100644
File size: 12.5 KB
Line 
12009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
4        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
5        have the same options.
6
72009-04-28      Chris Johns <chrisj@rtems.org>
8
9        * start/start.S: Update for boot_card command line change.
10
112008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * bsp_specs: Remove -Qy from *link.
14
152008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * bsp_specs: Move -e start from *link to *startfile to avoid warning
18        for undefined entry symbol when linking relocatables with binutils
19        2.19.
20
212008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * console/init68360.c: Delete unused code.
24
252008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * console/config.c, console/console.c, console/console.h,
28        console/ns16550cfg.c, console/ns16550cfg.h, include/bsp.h,
29        include/tm27.h, irq/irq_init.c, irq/openpic_xxx_irq.c,
30        pci/no_host_bridge.c: File head clean up.
31        * console/debugio.c: Removed.
32
332008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * preinstall.am: Regenerated.
36
372008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
40        of building libbspstart.a, using automake-rules.
41
422008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Eliminate *_SOURCES.
45
462008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
49        components.
50
512008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Remove noinst_PROGRAMS (Unused).
54
552008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
58
592008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * configure.ac: Make letting boot_card() handle work area allocation
62        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
63        BSP_BOOTCARD_OPTIONS.
64
652008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * include/bsp.h: Use standardized bsp_cleanup() which can optionally
68        print a message, poll for user to press key, and call bsp_reset().
69        Using this eliminates the various bsp_cleanup() implementations which
70        had their own implementation and variety of string constants.
71
722008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * Makefile.am, include/bsp.h, startup/bspstart.c: Use PowerPC level
75        shared bsp_get_work_area() implementation.
76        * startup/bspgetworkarea.c: Removed.
77
782008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * startup/bspstart.c: Remove unnecessary includes of
81        rtems/libcsupport.h and rtems/libio.h.
82
832008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * Makefile.am, configure.ac, console/rsPMCQ1.h, include/bsp.h,
86        startup/bspstart.c: Create bsp_get_work_area() into its own file and
87        use BSP Framework to perform more initialization.
88        * startup/bspgetworkarea.c: New file.
89
902008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
93        this phase, all prototypes were removed from bsp.h and empty
94        implementations were removed and made to use the shared stub.
95
962008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * console/config.c, console/console.h: Convert to "bool".
99
1002008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * Makefile.am, configure.ac, console/alloc360.c, console/console.c,
103        console/console.h, console/m68360.h, console/mc68360_scc.c,
104        console/ns16550cfg.c, console/rsPMCQ1.c, console/rsPMCQ1.h,
105        include/bsp.h, irq/irq_init.c, vme/VMEConfig.h: Initiate update and
106        testing. Add missing files. Does not run hello yet.
107        * console/debugio.c, console/polled_io.c, irq/openpic_xxx_irq.c: New files.
108
1092008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * console/mc68360_scc.c, console/rsPMCQ1.c, console/rsPMCQ1.h,
112        irq/irq_init.c, pci/no_host_bridge.c, startup/bspstart.c:
113        Add missing prototypes.
114
1152008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * console/mc68360_scc.c: Remove explicit switch and call
118        termios_baud_to_number().
119
1202008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
123        Framework to ask the BSP where it has memory for the RTEMS Workspace
124        and C Program Heap. These collectively are referred to as work area.
125        If the BSP supports this, then it does not have to include code to
126        split the available memory between the two areas. This reduces the
127        amount of code in the BSP specific bspstart.c file. Additionally, the
128        shared framework can initialize the C Library, call
129        rtems_debug_enable(), and dirty the work area memory. Until most/all
130        BSPs support this new capability, if the BSP supports this, it should
131        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
132        When the transition is complete, this autoconf macro can be removed.
133
1342008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * Makefile.am: Rework to avoid .rel files.
137
1382008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * startup/bspstart.c: Refactored and renamed initialization routines to
141        rtems_initialize_data_structures, rtems_initialize_before_drivers,
142        rtems_initialize_device_drivers, and
143        rtems_initialize_start_multitasking. This opened the sequence up so
144        that bootcard() could provide a more robust and flexible framework
145        which is easier to explain and understand. This also lays the
146        groundwork for sharing the division of available memory between the
147        RTEMS workspace and heap and the C library initialization across all
148        BSPs.
149
1502008-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * console/config.c: Fix typo.
153
1542008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * startup/linkcmds: Add wildcard to gcc_except_table section so
157        programs compiled with gcc 4.3.x can link.
158
1592007-12-14      Till Straumann <strauman@slac.stanford.edu>
160
161        * Makefile.am, irq/irq.c (removed), irq/irq_init.c:
162        Use shared exception/interrupt support from
163        libcpu/new-exceptions/bspsupport. NOTE: CHANGES MUST BE
164        TESTED ON REAL HARDWARE.
165
1662007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
169        Configuration Table. Use the RTEMS provided accessor macros to obtain
170        configuration fields.
171
1722007-12-08      Till Straumann <strauman@slac.stanford.edu>
173
174        * Makefile.am: merged shared/vme/vme_universe.c and
175        shared/vme/vme_universe_dma.c into one file.
176
1772007-12-08      Till Straumann <strauman@slac.stanford.edu>
178
179        * vme/VMEConfig.h: added error status to
180        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
181
1822007-12-08      Till Straumann <strauman@slac.stanford.edu>
183
184        * Makefile.am: irq_supp.h was moved from shared/irq to
185        libcpu/powerpc/new-exceptions/bspsupport.
186
1872007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * Makefile.am, include/bsp.h, startup/bspstart.c: Move
190        interrupt_stack_size field from CPU Table to Configuration Table.
191        Eliminate CPU Table from all ports. Delete references to CPU Table in
192        all forms.
193
1942007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
197        the Configuration Table. This included pretasking_hook,
198        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
199        extra_mpci_receive_server_stack, stack_allocate_hook, and
200        stack_free_hook. As a side-effect of this effort some multiprocessing
201        code was made conditional and some style clean up occurred.
202
2032007-12-02      Till Straumann <strauman@slac.stanford.edu>
204
205        * irq/irq_init.c: added new args to openpic_init().
206        This BSP probably needs them (8245 has an EPIC).
207        I would be surprised if the PCI interrupts with the
208        old code actually worked...
209
2102007-11-30      Till Straumann <strauman@slac.stanford.edu>
211
212        * startup/bspstart.c: removed bsp_exceptions_in_RAM
213
2142007-11-30      Till Straumann <strauman@slac.stanford.edu>
215
216        * Makefile.am, irq/irq.c: fixed source-tree path of irq_supp.h,
217        fixed type of 1st arg to C_dispatch_irq_handler() which
218        is NOT a CPU_Interrupt_frame but a BSP_Exception_frame
219        (not that it is ever used but the two layouts differ).
220
2212007-11-30      Till Straumann <strauman@slac.stanford.edu>
222
223        * Makefile.am: install new <irq/irq_supp.h> header
224
2252007-11-30      Till Straumann <strauman@slac.stanford.edu>
226
227        * irq/irq.h, irq/irq_init.c: Removed the definition
228        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
229        initialize the irqBase member of the rtems_irq_global_settings
230        struct. However, irqBase is an rtems_irq_symbolic_name,
231        so using BSP_LOWEST_OFFSET is more appropriate.
232
2332007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
236        Table. They have been replaced with variables named bsp_XXX as
237        needed.
238
2392007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * console/config.c: Fix typo.
242
2432007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * console/console.c: Eliminate DEBUG_puts.
246
2472007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        PR 1257/bsps
250        * irq/irq.c: Code outside of cpukit should use the public API for
251        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
252        public API and directly accessing _CPU_ISR_Disable and
253        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
254        directive which could lead to problems. This patch also changes the
255        type of the variable passed into these routines and addresses minor
256        style issues.
257
2582007-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * Makefile.am, startup/bspstart.c: Use shared ShowBATS() method.
261
2622007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
263
264        * irq/irq_init.c: adapted to shared exception code
265
2662007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
267
268        * Makefile.am: adapted to shared exception code
269
2702007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
271
272        * bsp_specs: Remove qrtems_debug.
273
2742007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
275
276        * bsp_specs: Remove lib (Now expected to exist in GCC).
277
2782007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
279
280        * console/rsPMCQ1.c, irq/irq_init.c: Reflect changes to pci-API.
281
2822007-03-11      Joel Sherrill <joel@OARcorp.com>
283
284        * startup/bspstart.c: Remove assignments of
285        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
286        value in boot_card.c
287
2882007-01-30      Till Straumann <strauman@slac.stanford.edu>
289
290        * Makefile.am, preinstall.am, include/bsp.h,
291        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
292        cleaned up vme support - use files from libbsp/powerpc/shared/vme
293        and define BSP specifica in VMEConfig.h.
294        Use VME DMA support implemented by vmeUniverse and
295        libbsp/powerpc/shared/vme/vme_universe_dma.c
296
2972006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
298
299        * configure.ac: New BUG-REPORT address.
300
3012006-11-15      Joel Sherrill <joel@OARcorp.com>
302
303        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
304        file and simplified initialization.
305
3062006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
307
308        * Makefile.am: Remove superfluous -DASM.
309
3102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
311
312        * configure.ac: Require autoconf-2.60. Require automake-1.10.
313
3142006-03-08      Joel Sherrill <joel@OARcorp.com>
315
316        * startup/linkcmds: Add .gnu.linkonce.b.* section.
317
3182006-02-08      Joel Sherrill <joel@OARcorp.com>
319
320        * startup/linkcmds: Add sections required by newer gcc versions.
321
3222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
323
324        * configure.ac: Remove explicit ampolish3 support (now in
325        RTEMS_BSP_CONFIGURE).
326
3272006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * configure.ac: Add ampolish3 support.
330        * Makefile.am: Add preinstall.am.
331
3322006-01-09      Joel Sherrill <joel@OARcorp.com>
333
334        PR 858/bsps
335        * Makefile.am: Added vme_am_defs.h;
336        * vme/vmeconfig.c: Added appropriate include files.
337
3382006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * Makefile.am: Don't include subdirs.am. Cleanup.
341
3422005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
343
344        * include/bsp.h: New header guard.
345
3462005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
347
348        * console/rsPMCQ1.c, irq/irq.c: Modified to use rtems/irq.h.
349
3502005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
351
352        * console/console.c, console/init68360.c, console/ns16550cfg.c
353        console/ns16550cfg.h, console/rsPMCQ1.h, include/tm27.h,
354        startup/bspstart.c, vme/vmeconfig.c: Eliminate {un|}signed{8|16|32}.
355
3562005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
357
358        * console/init68360.c, include/bsp.h, startup/bspstart.c: Changed
359        rtems_unsigned types to uint types
360
3612005-05-03      Joel Sherrill <joel@OARcorp.com>
362
363        * include/.cvsignore: New file.
364
3652005-05-03      Joel Sherrill <joel@OARcorp.com>
366
367        * .cvsignore: New file.
368
3692005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
370
371        * irq/irq.c, start/start.S: Removed warnings
372
3732005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
374
375        * New BSP.
376        * console/config.c: New files.
Note: See TracBrowser for help on using the repository browser.