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

4.104.115
Last change on this file since 39a9f8e was 39a9f8e, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 12/17/09 at 08:42:17

adapted to new prototype for *_write function

  • Property mode set to 100644
File size: 14.3 KB
Line 
12009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * console/console.c: adapted to new prototype for *_write
4        function
5
62009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        * Makefile.am, preinstall.am: Update for exception support changes.
9        * irq/irq_init.c, irq/openpic_xxx_irq.c: Changed exception header file
10        includes.
11        * startup/bspstart.c: Update for ppc_exc_initialize() changes.
12
132009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * make/custom/ep1a.cfg: Remove RTEMS_BSP_FAMILY.
16
172009-10-20      Till Straumann <strauman@slac.stanford.edu>
18
19        * startup/bspstart.c:
20        let 'save_boot_params()' return a pointer to the commandline
21        saved by the BSP which is NULL in this case. This pointer could
22        be passed on to 'boot_card()' as it is done by other BSPs.
23        This 'start/start.S' file however, passes a NULL pointer
24        directly to boot_card() (w/o ever calling save_boot_params()).
25
262009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Don't add -ansi -fasm to CFLAGS.
29
302009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * startup/bspstart.c: Remove nested externs.
33
342009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * startup/bspstart.c: Add missing prototypes.
37
382009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * startup/linkcmds: Add .sbss.*.
41
422009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * make/custom/ep1a.cfg: New (relocated from /make/custom).
45
462009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
49
50 2009-08-28     Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * console/config.c: Spacing.
53
542009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
57        Should be automatically handled by confdefs.h or the application.
58
592009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
62        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
63        have the same options.
64
652009-04-28      Chris Johns <chrisj@rtems.org>
66
67        * start/start.S: Update for boot_card command line change.
68
692008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * bsp_specs: Remove -Qy from *link.
72
732008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * bsp_specs: Move -e start from *link to *startfile to avoid warning
76        for undefined entry symbol when linking relocatables with binutils
77        2.19.
78
792008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * console/init68360.c: Delete unused code.
82
832008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * console/config.c, console/console.c, console/console.h,
86        console/ns16550cfg.c, console/ns16550cfg.h, include/bsp.h,
87        include/tm27.h, irq/irq_init.c, irq/openpic_xxx_irq.c,
88        pci/no_host_bridge.c: File head clean up.
89        * console/debugio.c: Removed.
90
912008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * preinstall.am: Regenerated.
94
952008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
98        of building libbspstart.a, using automake-rules.
99
1002008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Eliminate *_SOURCES.
103
1042008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
107        components.
108
1092008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * Makefile.am: Remove noinst_PROGRAMS (Unused).
112
1132008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
116
1172008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * configure.ac: Make letting boot_card() handle work area allocation
120        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
121        BSP_BOOTCARD_OPTIONS.
122
1232008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * include/bsp.h: Use standardized bsp_cleanup() which can optionally
126        print a message, poll for user to press key, and call bsp_reset().
127        Using this eliminates the various bsp_cleanup() implementations which
128        had their own implementation and variety of string constants.
129
1302008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * Makefile.am, include/bsp.h, startup/bspstart.c: Use PowerPC level
133        shared bsp_get_work_area() implementation.
134        * startup/bspgetworkarea.c: Removed.
135
1362008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * startup/bspstart.c: Remove unnecessary includes of
139        rtems/libcsupport.h and rtems/libio.h.
140
1412008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * Makefile.am, configure.ac, console/rsPMCQ1.h, include/bsp.h,
144        startup/bspstart.c: Create bsp_get_work_area() into its own file and
145        use BSP Framework to perform more initialization.
146        * startup/bspgetworkarea.c: New file.
147
1482008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
151        this phase, all prototypes were removed from bsp.h and empty
152        implementations were removed and made to use the shared stub.
153
1542008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * console/config.c, console/console.h: Convert to "bool".
157
1582008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * Makefile.am, configure.ac, console/alloc360.c, console/console.c,
161        console/console.h, console/m68360.h, console/mc68360_scc.c,
162        console/ns16550cfg.c, console/rsPMCQ1.c, console/rsPMCQ1.h,
163        include/bsp.h, irq/irq_init.c, vme/VMEConfig.h: Initiate update and
164        testing. Add missing files. Does not run hello yet.
165        * console/debugio.c, console/polled_io.c, irq/openpic_xxx_irq.c: New files.
166
1672008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * console/mc68360_scc.c, console/rsPMCQ1.c, console/rsPMCQ1.h,
170        irq/irq_init.c, pci/no_host_bridge.c, startup/bspstart.c:
171        Add missing prototypes.
172
1732008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * console/mc68360_scc.c: Remove explicit switch and call
176        termios_baud_to_number().
177
1782008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
181        Framework to ask the BSP where it has memory for the RTEMS Workspace
182        and C Program Heap. These collectively are referred to as work area.
183        If the BSP supports this, then it does not have to include code to
184        split the available memory between the two areas. This reduces the
185        amount of code in the BSP specific bspstart.c file. Additionally, the
186        shared framework can initialize the C Library, call
187        rtems_debug_enable(), and dirty the work area memory. Until most/all
188        BSPs support this new capability, if the BSP supports this, it should
189        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
190        When the transition is complete, this autoconf macro can be removed.
191
1922008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * Makefile.am: Rework to avoid .rel files.
195
1962008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * startup/bspstart.c: Refactored and renamed initialization routines to
199        rtems_initialize_data_structures, rtems_initialize_before_drivers,
200        rtems_initialize_device_drivers, and
201        rtems_initialize_start_multitasking. This opened the sequence up so
202        that bootcard() could provide a more robust and flexible framework
203        which is easier to explain and understand. This also lays the
204        groundwork for sharing the division of available memory between the
205        RTEMS workspace and heap and the C library initialization across all
206        BSPs.
207
2082008-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * console/config.c: Fix typo.
211
2122008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * startup/linkcmds: Add wildcard to gcc_except_table section so
215        programs compiled with gcc 4.3.x can link.
216
2172007-12-14      Till Straumann <strauman@slac.stanford.edu>
218
219        * Makefile.am, irq/irq.c (removed), irq/irq_init.c:
220        Use shared exception/interrupt support from
221        libcpu/new-exceptions/bspsupport. NOTE: CHANGES MUST BE
222        TESTED ON REAL HARDWARE.
223
2242007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
225
226        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
227        Configuration Table. Use the RTEMS provided accessor macros to obtain
228        configuration fields.
229
2302007-12-08      Till Straumann <strauman@slac.stanford.edu>
231
232        * Makefile.am: merged shared/vme/vme_universe.c and
233        shared/vme/vme_universe_dma.c into one file.
234
2352007-12-08      Till Straumann <strauman@slac.stanford.edu>
236
237        * vme/VMEConfig.h: added error status to
238        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
239
2402007-12-08      Till Straumann <strauman@slac.stanford.edu>
241
242        * Makefile.am: irq_supp.h was moved from shared/irq to
243        libcpu/powerpc/new-exceptions/bspsupport.
244
2452007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
246
247        * Makefile.am, include/bsp.h, startup/bspstart.c: Move
248        interrupt_stack_size field from CPU Table to Configuration Table.
249        Eliminate CPU Table from all ports. Delete references to CPU Table in
250        all forms.
251
2522007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
255        the Configuration Table. This included pretasking_hook,
256        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
257        extra_mpci_receive_server_stack, stack_allocate_hook, and
258        stack_free_hook. As a side-effect of this effort some multiprocessing
259        code was made conditional and some style clean up occurred.
260
2612007-12-02      Till Straumann <strauman@slac.stanford.edu>
262
263        * irq/irq_init.c: added new args to openpic_init().
264        This BSP probably needs them (8245 has an EPIC).
265        I would be surprised if the PCI interrupts with the
266        old code actually worked...
267
2682007-11-30      Till Straumann <strauman@slac.stanford.edu>
269
270        * startup/bspstart.c: removed bsp_exceptions_in_RAM
271
2722007-11-30      Till Straumann <strauman@slac.stanford.edu>
273
274        * Makefile.am, irq/irq.c: fixed source-tree path of irq_supp.h,
275        fixed type of 1st arg to C_dispatch_irq_handler() which
276        is NOT a CPU_Interrupt_frame but a BSP_Exception_frame
277        (not that it is ever used but the two layouts differ).
278
2792007-11-30      Till Straumann <strauman@slac.stanford.edu>
280
281        * Makefile.am: install new <irq/irq_supp.h> header
282
2832007-11-30      Till Straumann <strauman@slac.stanford.edu>
284
285        * irq/irq.h, irq/irq_init.c: Removed the definition
286        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
287        initialize the irqBase member of the rtems_irq_global_settings
288        struct. However, irqBase is an rtems_irq_symbolic_name,
289        so using BSP_LOWEST_OFFSET is more appropriate.
290
2912007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
292
293        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
294        Table. They have been replaced with variables named bsp_XXX as
295        needed.
296
2972007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
298
299        * console/config.c: Fix typo.
300
3012007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
302
303        * console/console.c: Eliminate DEBUG_puts.
304
3052007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        PR 1257/bsps
308        * irq/irq.c: Code outside of cpukit should use the public API for
309        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
310        public API and directly accessing _CPU_ISR_Disable and
311        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
312        directive which could lead to problems. This patch also changes the
313        type of the variable passed into these routines and addresses minor
314        style issues.
315
3162007-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
317
318        * Makefile.am, startup/bspstart.c: Use shared ShowBATS() method.
319
3202007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
321
322        * irq/irq_init.c: adapted to shared exception code
323
3242007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
325
326        * Makefile.am: adapted to shared exception code
327
3282007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        * bsp_specs: Remove qrtems_debug.
331
3322007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * bsp_specs: Remove lib (Now expected to exist in GCC).
335
3362007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
337
338        * console/rsPMCQ1.c, irq/irq_init.c: Reflect changes to pci-API.
339
3402007-03-11      Joel Sherrill <joel@OARcorp.com>
341
342        * startup/bspstart.c: Remove assignments of
343        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
344        value in boot_card.c
345
3462007-01-30      Till Straumann <strauman@slac.stanford.edu>
347
348        * Makefile.am, preinstall.am, include/bsp.h,
349        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
350        cleaned up vme support - use files from libbsp/powerpc/shared/vme
351        and define BSP specifica in VMEConfig.h.
352        Use VME DMA support implemented by vmeUniverse and
353        libbsp/powerpc/shared/vme/vme_universe_dma.c
354
3552006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
356
357        * configure.ac: New BUG-REPORT address.
358
3592006-11-15      Joel Sherrill <joel@OARcorp.com>
360
361        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
362        file and simplified initialization.
363
3642006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
365
366        * Makefile.am: Remove superfluous -DASM.
367
3682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
369
370        * configure.ac: Require autoconf-2.60. Require automake-1.10.
371
3722006-03-08      Joel Sherrill <joel@OARcorp.com>
373
374        * startup/linkcmds: Add .gnu.linkonce.b.* section.
375
3762006-02-08      Joel Sherrill <joel@OARcorp.com>
377
378        * startup/linkcmds: Add sections required by newer gcc versions.
379
3802006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
381
382        * configure.ac: Remove explicit ampolish3 support (now in
383        RTEMS_BSP_CONFIGURE).
384
3852006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
386
387        * configure.ac: Add ampolish3 support.
388        * Makefile.am: Add preinstall.am.
389
3902006-01-09      Joel Sherrill <joel@OARcorp.com>
391
392        PR 858/bsps
393        * Makefile.am: Added vme_am_defs.h;
394        * vme/vmeconfig.c: Added appropriate include files.
395
3962006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * Makefile.am: Don't include subdirs.am. Cleanup.
399
4002005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
401
402        * include/bsp.h: New header guard.
403
4042005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
405
406        * console/rsPMCQ1.c, irq/irq.c: Modified to use rtems/irq.h.
407
4082005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
409
410        * console/console.c, console/init68360.c, console/ns16550cfg.c
411        console/ns16550cfg.h, console/rsPMCQ1.h, include/tm27.h,
412        startup/bspstart.c, vme/vmeconfig.c: Eliminate {un|}signed{8|16|32}.
413
4142005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
415
416        * console/init68360.c, include/bsp.h, startup/bspstart.c: Changed
417        rtems_unsigned types to uint types
418
4192005-05-03      Joel Sherrill <joel@OARcorp.com>
420
421        * include/.cvsignore: New file.
422
4232005-05-03      Joel Sherrill <joel@OARcorp.com>
424
425        * .cvsignore: New file.
426
4272005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
428
429        * irq/irq.c, start/start.S: Removed warnings
430
4312005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
432
433        * New BSP.
434        * console/config.c: New files.
Note: See TracBrowser for help on using the repository browser.