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

4.104.114.95
Last change on this file since 2692a20 was faf168f, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:26:03

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
4        the Configuration Table. This included pretasking_hook,
5        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
6        extra_mpci_receive_server_stack, stack_allocate_hook, and
7        stack_free_hook. As a side-effect of this effort some multiprocessing
8        code was made conditional and some style clean up occurred.
9
102007-12-02      Till Straumann <strauman@slac.stanford.edu>
11
12        * irq/irq_init.c: added new args to openpic_init().
13        This BSP probably needs them (8245 has an EPIC).
14        I would be surprised if the PCI interrupts with the
15        old code actually worked...
16
172007-11-30      Till Straumann <strauman@slac.stanford.edu>
18
19        * startup/bspstart.c: removed bsp_exceptions_in_RAM
20
212007-11-30      Till Straumann <strauman@slac.stanford.edu>
22
23        * Makefile.am, irq/irq.c: fixed source-tree path of irq_supp.h,
24        fixed type of 1st arg to C_dispatch_irq_handler() which
25        is NOT a CPU_Interrupt_frame but a BSP_Exception_frame
26        (not that it is ever used but the two layouts differ).
27
282007-11-30      Till Straumann <strauman@slac.stanford.edu>
29
30        * Makefile.am: install new <irq/irq_supp.h> header
31
322007-11-30      Till Straumann <strauman@slac.stanford.edu>
33
34        * irq/irq.h, irq/irq_init.c: Removed the definition
35        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
36        initialize the irqBase member of the rtems_irq_global_settings
37        struct. However, irqBase is an rtems_irq_symbolic_name,
38        so using BSP_LOWEST_OFFSET is more appropriate.
39
402007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
43        Table. They have been replaced with variables named bsp_XXX as
44        needed.
45
462007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * console/config.c: Fix typo.
49
502007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * console/console.c: Eliminate DEBUG_puts.
53
542007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        PR 1257/bsps
57        * irq/irq.c: Code outside of cpukit should use the public API for
58        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
59        public API and directly accessing _CPU_ISR_Disable and
60        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
61        directive which could lead to problems. This patch also changes the
62        type of the variable passed into these routines and addresses minor
63        style issues.
64
652007-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * Makefile.am, startup/bspstart.c: Use shared ShowBATS() method.
68
692007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
70
71        * irq/irq_init.c: adapted to shared exception code
72
732007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
74
75        * Makefile.am: adapted to shared exception code
76
772007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * bsp_specs: Remove qrtems_debug.
80
812007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * bsp_specs: Remove lib (Now expected to exist in GCC).
84
852007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * console/rsPMCQ1.c, irq/irq_init.c: Reflect changes to pci-API.
88
892007-03-11      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/bspstart.c: Remove assignments of
92        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
93        value in boot_card.c
94
952007-01-30      Till Straumann <strauman@slac.stanford.edu>
96
97        * Makefile.am, preinstall.am, include/bsp.h,
98        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
99        cleaned up vme support - use files from libbsp/powerpc/shared/vme
100        and define BSP specifica in VMEConfig.h.
101        Use VME DMA support implemented by vmeUniverse and
102        libbsp/powerpc/shared/vme/vme_universe_dma.c
103
1042006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * configure.ac: New BUG-REPORT address.
107
1082006-11-15      Joel Sherrill <joel@OARcorp.com>
109
110        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
111        file and simplified initialization.
112
1132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Remove superfluous -DASM.
116
1172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Require autoconf-2.60. Require automake-1.10.
120
1212006-03-08      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Add .gnu.linkonce.b.* section.
124
1252006-02-08      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds: Add sections required by newer gcc versions.
128
1292006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * configure.ac: Remove explicit ampolish3 support (now in
132        RTEMS_BSP_CONFIGURE).
133
1342006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * configure.ac: Add ampolish3 support.
137        * Makefile.am: Add preinstall.am.
138
1392006-01-09      Joel Sherrill <joel@OARcorp.com>
140
141        PR 858/bsps
142        * Makefile.am: Added vme_am_defs.h;
143        * vme/vmeconfig.c: Added appropriate include files.
144
1452006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * Makefile.am: Don't include subdirs.am. Cleanup.
148
1492005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * include/bsp.h: New header guard.
152
1532005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
154
155        * console/rsPMCQ1.c, irq/irq.c: Modified to use rtems/irq.h.
156
1572005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
158
159        * console/console.c, console/init68360.c, console/ns16550cfg.c
160        console/ns16550cfg.h, console/rsPMCQ1.h, include/tm27.h,
161        startup/bspstart.c, vme/vmeconfig.c: Eliminate {un|}signed{8|16|32}.
162
1632005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
164
165        * console/init68360.c, include/bsp.h, startup/bspstart.c: Changed
166        rtems_unsigned types to uint types
167
1682005-05-03      Joel Sherrill <joel@OARcorp.com>
169
170        * include/.cvsignore: New file.
171
1722005-05-03      Joel Sherrill <joel@OARcorp.com>
173
174        * .cvsignore: New file.
175
1762005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
177
178        * irq/irq.c, start/start.S: Removed warnings
179
1802005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
181
182        * New BSP.
183        * console/config.c: New files.
Note: See TracBrowser for help on using the repository browser.