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

4.104.114.95
Last change on this file since 73f10b7f was 73f10b7f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/05/08 at 11:35:44

2008-09-05 Ralf Corsépius <ralf.corsepius@…>

  • console/config.c: Convert to "bool".
  • Property mode set to 100644
File size: 9.4 KB
Line 
12008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * console/config.c: Convert to "bool".
4
52008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * Makefile.am, configure.ac, console/alloc360.c, console/console.c,
8        console/console.h, console/m68360.h, console/mc68360_scc.c,
9        console/ns16550cfg.c, console/rsPMCQ1.c, console/rsPMCQ1.h,
10        include/bsp.h, irq/irq_init.c, vme/VMEConfig.h: Initiate update and
11        testing. Add missing files. Does not run hello yet.
12        * console/debugio.c, console/polled_io.c, irq/openpic_xxx_irq.c: New files.
13
142008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * console/mc68360_scc.c, console/rsPMCQ1.c, console/rsPMCQ1.h,
17        irq/irq_init.c, pci/no_host_bridge.c, startup/bspstart.c:
18        Add missing prototypes.
19
202008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * console/mc68360_scc.c: Remove explicit switch and call
23        termios_baud_to_number().
24
252008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
28        Framework to ask the BSP where it has memory for the RTEMS Workspace
29        and C Program Heap. These collectively are referred to as work area.
30        If the BSP supports this, then it does not have to include code to
31        split the available memory between the two areas. This reduces the
32        amount of code in the BSP specific bspstart.c file. Additionally, the
33        shared framework can initialize the C Library, call
34        rtems_debug_enable(), and dirty the work area memory. Until most/all
35        BSPs support this new capability, if the BSP supports this, it should
36        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
37        When the transition is complete, this autoconf macro can be removed.
38
392008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * Makefile.am: Rework to avoid .rel files.
42
432008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * startup/bspstart.c: Refactored and renamed initialization routines to
46        rtems_initialize_data_structures, rtems_initialize_before_drivers,
47        rtems_initialize_device_drivers, and
48        rtems_initialize_start_multitasking. This opened the sequence up so
49        that bootcard() could provide a more robust and flexible framework
50        which is easier to explain and understand. This also lays the
51        groundwork for sharing the division of available memory between the
52        RTEMS workspace and heap and the C library initialization across all
53        BSPs.
54
552008-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * console/config.c: Fix typo.
58
592008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * startup/linkcmds: Add wildcard to gcc_except_table section so
62        programs compiled with gcc 4.3.x can link.
63
642007-12-14      Till Straumann <strauman@slac.stanford.edu>
65
66        * Makefile.am, irq/irq.c (removed), irq/irq_init.c:
67        Use shared exception/interrupt support from
68        libcpu/new-exceptions/bspsupport. NOTE: CHANGES MUST BE
69        TESTED ON REAL HARDWARE.
70
712007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
74        Configuration Table. Use the RTEMS provided accessor macros to obtain
75        configuration fields.
76
772007-12-08      Till Straumann <strauman@slac.stanford.edu>
78
79        * Makefile.am: merged shared/vme/vme_universe.c and
80        shared/vme/vme_universe_dma.c into one file.
81
822007-12-08      Till Straumann <strauman@slac.stanford.edu>
83
84        * vme/VMEConfig.h: added error status to
85        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
86
872007-12-08      Till Straumann <strauman@slac.stanford.edu>
88
89        * Makefile.am: irq_supp.h was moved from shared/irq to
90        libcpu/powerpc/new-exceptions/bspsupport.
91
922007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * Makefile.am, include/bsp.h, startup/bspstart.c: Move
95        interrupt_stack_size field from CPU Table to Configuration Table.
96        Eliminate CPU Table from all ports. Delete references to CPU Table in
97        all forms.
98
992007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
102        the Configuration Table. This included pretasking_hook,
103        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
104        extra_mpci_receive_server_stack, stack_allocate_hook, and
105        stack_free_hook. As a side-effect of this effort some multiprocessing
106        code was made conditional and some style clean up occurred.
107
1082007-12-02      Till Straumann <strauman@slac.stanford.edu>
109
110        * irq/irq_init.c: added new args to openpic_init().
111        This BSP probably needs them (8245 has an EPIC).
112        I would be surprised if the PCI interrupts with the
113        old code actually worked...
114
1152007-11-30      Till Straumann <strauman@slac.stanford.edu>
116
117        * startup/bspstart.c: removed bsp_exceptions_in_RAM
118
1192007-11-30      Till Straumann <strauman@slac.stanford.edu>
120
121        * Makefile.am, irq/irq.c: fixed source-tree path of irq_supp.h,
122        fixed type of 1st arg to C_dispatch_irq_handler() which
123        is NOT a CPU_Interrupt_frame but a BSP_Exception_frame
124        (not that it is ever used but the two layouts differ).
125
1262007-11-30      Till Straumann <strauman@slac.stanford.edu>
127
128        * Makefile.am: install new <irq/irq_supp.h> header
129
1302007-11-30      Till Straumann <strauman@slac.stanford.edu>
131
132        * irq/irq.h, irq/irq_init.c: Removed the definition
133        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
134        initialize the irqBase member of the rtems_irq_global_settings
135        struct. However, irqBase is an rtems_irq_symbolic_name,
136        so using BSP_LOWEST_OFFSET is more appropriate.
137
1382007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
141        Table. They have been replaced with variables named bsp_XXX as
142        needed.
143
1442007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * console/config.c: Fix typo.
147
1482007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * console/console.c: Eliminate DEBUG_puts.
151
1522007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        PR 1257/bsps
155        * irq/irq.c: Code outside of cpukit should use the public API for
156        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
157        public API and directly accessing _CPU_ISR_Disable and
158        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
159        directive which could lead to problems. This patch also changes the
160        type of the variable passed into these routines and addresses minor
161        style issues.
162
1632007-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * Makefile.am, startup/bspstart.c: Use shared ShowBATS() method.
166
1672007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
168
169        * irq/irq_init.c: adapted to shared exception code
170
1712007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
172
173        * Makefile.am: adapted to shared exception code
174
1752007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * bsp_specs: Remove qrtems_debug.
178
1792007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * bsp_specs: Remove lib (Now expected to exist in GCC).
182
1832007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * console/rsPMCQ1.c, irq/irq_init.c: Reflect changes to pci-API.
186
1872007-03-11      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/bspstart.c: Remove assignments of
190        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
191        value in boot_card.c
192
1932007-01-30      Till Straumann <strauman@slac.stanford.edu>
194
195        * Makefile.am, preinstall.am, include/bsp.h,
196        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
197        cleaned up vme support - use files from libbsp/powerpc/shared/vme
198        and define BSP specifica in VMEConfig.h.
199        Use VME DMA support implemented by vmeUniverse and
200        libbsp/powerpc/shared/vme/vme_universe_dma.c
201
2022006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * configure.ac: New BUG-REPORT address.
205
2062006-11-15      Joel Sherrill <joel@OARcorp.com>
207
208        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
209        file and simplified initialization.
210
2112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * Makefile.am: Remove superfluous -DASM.
214
2152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * configure.ac: Require autoconf-2.60. Require automake-1.10.
218
2192006-03-08      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds: Add .gnu.linkonce.b.* section.
222
2232006-02-08      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds: Add sections required by newer gcc versions.
226
2272006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * configure.ac: Remove explicit ampolish3 support (now in
230        RTEMS_BSP_CONFIGURE).
231
2322006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * configure.ac: Add ampolish3 support.
235        * Makefile.am: Add preinstall.am.
236
2372006-01-09      Joel Sherrill <joel@OARcorp.com>
238
239        PR 858/bsps
240        * Makefile.am: Added vme_am_defs.h;
241        * vme/vmeconfig.c: Added appropriate include files.
242
2432006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
244
245        * Makefile.am: Don't include subdirs.am. Cleanup.
246
2472005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * include/bsp.h: New header guard.
250
2512005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
252
253        * console/rsPMCQ1.c, irq/irq.c: Modified to use rtems/irq.h.
254
2552005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * console/console.c, console/init68360.c, console/ns16550cfg.c
258        console/ns16550cfg.h, console/rsPMCQ1.h, include/tm27.h,
259        startup/bspstart.c, vme/vmeconfig.c: Eliminate {un|}signed{8|16|32}.
260
2612005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
262
263        * console/init68360.c, include/bsp.h, startup/bspstart.c: Changed
264        rtems_unsigned types to uint types
265
2662005-05-03      Joel Sherrill <joel@OARcorp.com>
267
268        * include/.cvsignore: New file.
269
2702005-05-03      Joel Sherrill <joel@OARcorp.com>
271
272        * .cvsignore: New file.
273
2742005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
275
276        * irq/irq.c, start/start.S: Removed warnings
277
2782005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
279
280        * New BSP.
281        * console/config.c: New files.
Note: See TracBrowser for help on using the repository browser.