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

4.104.115
Last change on this file since 12f9e942 was 12f9e942, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/07/08 at 04:31:06

2008-12-07 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove -Qy from *link.
  • Property mode set to 100644
File size: 12.2 KB
RevLine 
[12f9e942]12008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Remove -Qy from *link.
4
[df393962]52008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * bsp_specs: Move -e start from *link to *startfile to avoid warning
8        for undefined entry symbol when linking relocatables with binutils
9        2.19.
10
[beff4c6]112008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * console/init68360.c: Delete unused code.
14
[de49de6]152008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * console/config.c, console/console.c, console/console.h,
18        console/ns16550cfg.c, console/ns16550cfg.h, include/bsp.h,
19        include/tm27.h, irq/irq_init.c, irq/openpic_xxx_irq.c,
20        pci/no_host_bridge.c: File head clean up.
21        * console/debugio.c: Removed.
22
[b5f6cf3]232008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * preinstall.am: Regenerated.
26
[81ec5044]272008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
30        of building libbspstart.a, using automake-rules.
31
[64eb0c7]322008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Eliminate *_SOURCES.
35
[e94666d]362008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
39        components.
40
[4ba8866]412008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Remove noinst_PROGRAMS (Unused).
44
[c06b3fa]452008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
48
[95aa5e1]492008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * configure.ac: Make letting boot_card() handle work area allocation
52        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
53        BSP_BOOTCARD_OPTIONS.
54
[872645d]552008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * include/bsp.h: Use standardized bsp_cleanup() which can optionally
58        print a message, poll for user to press key, and call bsp_reset().
59        Using this eliminates the various bsp_cleanup() implementations which
60        had their own implementation and variety of string constants.
61
[1a3db548]622008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile.am, include/bsp.h, startup/bspstart.c: Use PowerPC level
65        shared bsp_get_work_area() implementation.
66        * startup/bspgetworkarea.c: Removed.
67
[a196084]682008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * startup/bspstart.c: Remove unnecessary includes of
71        rtems/libcsupport.h and rtems/libio.h.
72
[3ddb428]732008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, configure.ac, console/rsPMCQ1.h, include/bsp.h,
76        startup/bspstart.c: Create bsp_get_work_area() into its own file and
77        use BSP Framework to perform more initialization.
78        * startup/bspgetworkarea.c: New file.
79
[8da29747]802008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
83        this phase, all prototypes were removed from bsp.h and empty
84        implementations were removed and made to use the shared stub.
85
[cdba2dc]862008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
[73f10b7f]87
[cdba2dc]88        * console/config.c, console/console.h: Convert to "bool".
[73f10b7f]89
[e36390a6]902008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * Makefile.am, configure.ac, console/alloc360.c, console/console.c,
93        console/console.h, console/m68360.h, console/mc68360_scc.c,
94        console/ns16550cfg.c, console/rsPMCQ1.c, console/rsPMCQ1.h,
95        include/bsp.h, irq/irq_init.c, vme/VMEConfig.h: Initiate update and
96        testing. Add missing files. Does not run hello yet.
97        * console/debugio.c, console/polled_io.c, irq/openpic_xxx_irq.c: New files.
98
[be71612]992008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * console/mc68360_scc.c, console/rsPMCQ1.c, console/rsPMCQ1.h,
102        irq/irq_init.c, pci/no_host_bridge.c, startup/bspstart.c:
103        Add missing prototypes.
104
[c0357a8]1052008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * console/mc68360_scc.c: Remove explicit switch and call
108        termios_baud_to_number().
109
[dde1fedb]1102008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
113        Framework to ask the BSP where it has memory for the RTEMS Workspace
114        and C Program Heap. These collectively are referred to as work area.
115        If the BSP supports this, then it does not have to include code to
116        split the available memory between the two areas. This reduces the
117        amount of code in the BSP specific bspstart.c file. Additionally, the
118        shared framework can initialize the C Library, call
119        rtems_debug_enable(), and dirty the work area memory. Until most/all
120        BSPs support this new capability, if the BSP supports this, it should
121        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
122        When the transition is complete, this autoconf macro can be removed.
123
[1d0ee80e]1242008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * Makefile.am: Rework to avoid .rel files.
127
[6ea100c1]1282008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * startup/bspstart.c: Refactored and renamed initialization routines to
131        rtems_initialize_data_structures, rtems_initialize_before_drivers,
132        rtems_initialize_device_drivers, and
133        rtems_initialize_start_multitasking. This opened the sequence up so
134        that bootcard() could provide a more robust and flexible framework
135        which is easier to explain and understand. This also lays the
136        groundwork for sharing the division of available memory between the
137        RTEMS workspace and heap and the C library initialization across all
138        BSPs.
139
[ba737a9]1402008-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * console/config.c: Fix typo.
143
[d1f57b5]1442008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * startup/linkcmds: Add wildcard to gcc_except_table section so
147        programs compiled with gcc 4.3.x can link.
148
[a3def339]1492007-12-14      Till Straumann <strauman@slac.stanford.edu>
150
151        * Makefile.am, irq/irq.c (removed), irq/irq_init.c:
152        Use shared exception/interrupt support from
153        libcpu/new-exceptions/bspsupport. NOTE: CHANGES MUST BE
154        TESTED ON REAL HARDWARE.
155
[4130d8e2]1562007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
159        Configuration Table. Use the RTEMS provided accessor macros to obtain
160        configuration fields.
161
[79262a32]1622007-12-08      Till Straumann <strauman@slac.stanford.edu>
163
164        * Makefile.am: merged shared/vme/vme_universe.c and
165        shared/vme/vme_universe_dma.c into one file.
166
[ae93b29]1672007-12-08      Till Straumann <strauman@slac.stanford.edu>
168
169        * vme/VMEConfig.h: added error status to
170        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
171
[7223038]1722007-12-08      Till Straumann <strauman@slac.stanford.edu>
173
174        * Makefile.am: irq_supp.h was moved from shared/irq to
175        libcpu/powerpc/new-exceptions/bspsupport.
176
[afce764d]1772007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * Makefile.am, include/bsp.h, startup/bspstart.c: Move
180        interrupt_stack_size field from CPU Table to Configuration Table.
181        Eliminate CPU Table from all ports. Delete references to CPU Table in
182        all forms.
183
[faf168f]1842007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
187        the Configuration Table. This included pretasking_hook,
188        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
189        extra_mpci_receive_server_stack, stack_allocate_hook, and
190        stack_free_hook. As a side-effect of this effort some multiprocessing
191        code was made conditional and some style clean up occurred.
192
[80d2e60]1932007-12-02      Till Straumann <strauman@slac.stanford.edu>
194
195        * irq/irq_init.c: added new args to openpic_init().
196        This BSP probably needs them (8245 has an EPIC).
197        I would be surprised if the PCI interrupts with the
198        old code actually worked...
199
[4af7ef3f]2002007-11-30      Till Straumann <strauman@slac.stanford.edu>
201
202        * startup/bspstart.c: removed bsp_exceptions_in_RAM
203
[76e9cda9]2042007-11-30      Till Straumann <strauman@slac.stanford.edu>
205
[5fe4d471]206        * Makefile.am, irq/irq.c: fixed source-tree path of irq_supp.h,
207        fixed type of 1st arg to C_dispatch_irq_handler() which
208        is NOT a CPU_Interrupt_frame but a BSP_Exception_frame
209        (not that it is ever used but the two layouts differ).
[76e9cda9]210
[5fe4d471]2112007-11-30      Till Straumann <strauman@slac.stanford.edu>
212
213        * Makefile.am: install new <irq/irq_supp.h> header
214
2152007-11-30      Till Straumann <strauman@slac.stanford.edu>
216
217        * irq/irq.h, irq/irq_init.c: Removed the definition
218        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
219        initialize the irqBase member of the rtems_irq_global_settings
220        struct. However, irqBase is an rtems_irq_symbolic_name,
221        so using BSP_LOWEST_OFFSET is more appropriate.
222
2232007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
226        Table. They have been replaced with variables named bsp_XXX as
227        needed.
228
2292007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * console/config.c: Fix typo.
232
2332007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * console/console.c: Eliminate DEBUG_puts.
236
2372007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
238
239        PR 1257/bsps
240        * irq/irq.c: Code outside of cpukit should use the public API for
241        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
242        public API and directly accessing _CPU_ISR_Disable and
243        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
244        directive which could lead to problems. This patch also changes the
245        type of the variable passed into these routines and addresses minor
246        style issues.
247
2482007-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * Makefile.am, startup/bspstart.c: Use shared ShowBATS() method.
251
2522007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
253
254        * irq/irq_init.c: adapted to shared exception code
255
2562007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
257
258        * Makefile.am: adapted to shared exception code
259
2602007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * bsp_specs: Remove qrtems_debug.
263
2642007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * bsp_specs: Remove lib (Now expected to exist in GCC).
267
2682007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
269
270        * console/rsPMCQ1.c, irq/irq_init.c: Reflect changes to pci-API.
271
2722007-03-11      Joel Sherrill <joel@OARcorp.com>
273
274        * startup/bspstart.c: Remove assignments of
275        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
276        value in boot_card.c
277
2782007-01-30      Till Straumann <strauman@slac.stanford.edu>
279
280        * Makefile.am, preinstall.am, include/bsp.h,
281        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
282        cleaned up vme support - use files from libbsp/powerpc/shared/vme
283        and define BSP specifica in VMEConfig.h.
284        Use VME DMA support implemented by vmeUniverse and
285        libbsp/powerpc/shared/vme/vme_universe_dma.c
286
2872006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
288
289        * configure.ac: New BUG-REPORT address.
290
2912006-11-15      Joel Sherrill <joel@OARcorp.com>
292
293        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
294        file and simplified initialization.
295
2962006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * Makefile.am: Remove superfluous -DASM.
299
3002006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
301
302        * configure.ac: Require autoconf-2.60. Require automake-1.10.
303
3042006-03-08      Joel Sherrill <joel@OARcorp.com>
305
306        * startup/linkcmds: Add .gnu.linkonce.b.* section.
307
3082006-02-08      Joel Sherrill <joel@OARcorp.com>
309
310        * startup/linkcmds: Add sections required by newer gcc versions.
311
3122006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * configure.ac: Remove explicit ampolish3 support (now in
315        RTEMS_BSP_CONFIGURE).
316
3172006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * configure.ac: Add ampolish3 support.
320        * Makefile.am: Add preinstall.am.
321
3222006-01-09      Joel Sherrill <joel@OARcorp.com>
323
324        PR 858/bsps
325        * Makefile.am: Added vme_am_defs.h;
326        * vme/vmeconfig.c: Added appropriate include files.
327
3282006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * Makefile.am: Don't include subdirs.am. Cleanup.
331
3322005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * include/bsp.h: New header guard.
335
3362005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
337
338        * console/rsPMCQ1.c, irq/irq.c: Modified to use rtems/irq.h.
339
3402005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
341
342        * console/console.c, console/init68360.c, console/ns16550cfg.c
343        console/ns16550cfg.h, console/rsPMCQ1.h, include/tm27.h,
344        startup/bspstart.c, vme/vmeconfig.c: Eliminate {un|}signed{8|16|32}.
345
3462005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
347
348        * console/init68360.c, include/bsp.h, startup/bspstart.c: Changed
349        rtems_unsigned types to uint types
350
3512005-05-03      Joel Sherrill <joel@OARcorp.com>
352
353        * include/.cvsignore: New file.
354
3552005-05-03      Joel Sherrill <joel@OARcorp.com>
356
357        * .cvsignore: New file.
358
3592005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
360
361        * irq/irq.c, start/start.S: Removed warnings
362
3632005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
364
365        * New BSP.
366        * console/config.c: New files.
Note: See TracBrowser for help on using the repository browser.