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

4.104.114.95
Last change on this file since 4af7ef3f was 4af7ef3f, checked in by Till Straumann <strauman@…>, on 12/01/07 at 01:31:27

2007-11-30 Till Straumann <strauman@…>

  • startup/bspstart.c: removed bsp_exceptions_in_RAM
  • Property mode set to 100644
File size: 5.1 KB
Line 
12007-11-30      Till Straumann <strauman@slac.stanford.edu>
2
3        * startup/bspstart.c: removed bsp_exceptions_in_RAM
4
52007-11-30      Till Straumann <strauman@slac.stanford.edu>
6
7        * Makefile.am, irq/irq.c: fixed source-tree path of irq_supp.h,
8        fixed type of 1st arg to C_dispatch_irq_handler() which
9        is NOT a CPU_Interrupt_frame but a BSP_Exception_frame
10        (not that it is ever used but the two layouts differ).
11
122007-11-30      Till Straumann <strauman@slac.stanford.edu>
13
14        * Makefile.am: install new <irq/irq_supp.h> header
15
162007-11-30      Till Straumann <strauman@slac.stanford.edu>
17
18        * irq/irq.h, irq/irq_init.c: Removed the definition
19        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
20        initialize the irqBase member of the rtems_irq_global_settings
21        struct. However, irqBase is an rtems_irq_symbolic_name,
22        so using BSP_LOWEST_OFFSET is more appropriate.
23
242007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
27        Table. They have been replaced with variables named bsp_XXX as
28        needed.
29
302007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * console/config.c: Fix typo.
33
342007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * console/console.c: Eliminate DEBUG_puts.
37
382007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        PR 1257/bsps
41        * irq/irq.c: Code outside of cpukit should use the public API for
42        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
43        public API and directly accessing _CPU_ISR_Disable and
44        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
45        directive which could lead to problems. This patch also changes the
46        type of the variable passed into these routines and addresses minor
47        style issues.
48
492007-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile.am, startup/bspstart.c: Use shared ShowBATS() method.
52
532007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
54
55        * irq/irq_init.c: adapted to shared exception code
56
572007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
58
59        * Makefile.am: adapted to shared exception code
60
612007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * bsp_specs: Remove qrtems_debug.
64
652007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * bsp_specs: Remove lib (Now expected to exist in GCC).
68
692007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * console/rsPMCQ1.c, irq/irq_init.c: Reflect changes to pci-API.
72
732007-03-11      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/bspstart.c: Remove assignments of
76        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
77        value in boot_card.c
78
792007-01-30      Till Straumann <strauman@slac.stanford.edu>
80
81        * Makefile.am, preinstall.am, include/bsp.h,
82        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
83        cleaned up vme support - use files from libbsp/powerpc/shared/vme
84        and define BSP specifica in VMEConfig.h.
85        Use VME DMA support implemented by vmeUniverse and
86        libbsp/powerpc/shared/vme/vme_universe_dma.c
87
882006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * configure.ac: New BUG-REPORT address.
91
922006-11-15      Joel Sherrill <joel@OARcorp.com>
93
94        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
95        file and simplified initialization.
96
972006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * Makefile.am: Remove superfluous -DASM.
100
1012006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * configure.ac: Require autoconf-2.60. Require automake-1.10.
104
1052006-03-08      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/linkcmds: Add .gnu.linkonce.b.* section.
108
1092006-02-08      Joel Sherrill <joel@OARcorp.com>
110
111        * startup/linkcmds: Add sections required by newer gcc versions.
112
1132006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * configure.ac: Remove explicit ampolish3 support (now in
116        RTEMS_BSP_CONFIGURE).
117
1182006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * configure.ac: Add ampolish3 support.
121        * Makefile.am: Add preinstall.am.
122
1232006-01-09      Joel Sherrill <joel@OARcorp.com>
124
125        PR 858/bsps
126        * Makefile.am: Added vme_am_defs.h;
127        * vme/vmeconfig.c: Added appropriate include files.
128
1292006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * Makefile.am: Don't include subdirs.am. Cleanup.
132
1332005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * include/bsp.h: New header guard.
136
1372005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
138
139        * console/rsPMCQ1.c, irq/irq.c: Modified to use rtems/irq.h.
140
1412005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * console/console.c, console/init68360.c, console/ns16550cfg.c
144        console/ns16550cfg.h, console/rsPMCQ1.h, include/tm27.h,
145        startup/bspstart.c, vme/vmeconfig.c: Eliminate {un|}signed{8|16|32}.
146
1472005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
148
149        * console/init68360.c, include/bsp.h, startup/bspstart.c: Changed
150        rtems_unsigned types to uint types
151
1522005-05-03      Joel Sherrill <joel@OARcorp.com>
153
154        * include/.cvsignore: New file.
155
1562005-05-03      Joel Sherrill <joel@OARcorp.com>
157
158        * .cvsignore: New file.
159
1602005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
161
162        * irq/irq.c, start/start.S: Removed warnings
163
1642005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
165
166        * New BSP.
167        * console/config.c: New files.
Note: See TracBrowser for help on using the repository browser.