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

4.104.114.84.95
Last change on this file since ec1d0b9d was ec1d0b9d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/12/07 at 15:16:36

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

PR 1257/bsps

  • irq/irq.c: Code outside of cpukit should use the public API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the public API and directly accessing _CPU_ISR_Disable and _CPU_ISR_Enable, they were bypassing the compiler memory barrier directive which could lead to problems. This patch also changes the type of the variable passed into these routines and addresses minor style issues.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        PR 1257/bsps
4        * irq/irq.c: Code outside of cpukit should use the public API for
5        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
6        public API and directly accessing _CPU_ISR_Disable and
7        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
8        directive which could lead to problems. This patch also changes the
9        type of the variable passed into these routines and addresses minor
10        style issues.
11
122007-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * Makefile.am, startup/bspstart.c: Use shared ShowBATS() method.
15
162007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
17
18        * irq/irq_init.c: adapted to shared exception code
19
202007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
21
22        * Makefile.am: adapted to shared exception code
23
242007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * bsp_specs: Remove qrtems_debug.
27
282007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * bsp_specs: Remove lib (Now expected to exist in GCC).
31
322007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * console/rsPMCQ1.c, irq/irq_init.c: Reflect changes to pci-API.
35
362007-03-11      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/bspstart.c: Remove assignments of
39        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
40        value in boot_card.c
41
422007-01-30      Till Straumann <strauman@slac.stanford.edu>
43
44        * Makefile.am, preinstall.am, include/bsp.h,
45        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
46        cleaned up vme support - use files from libbsp/powerpc/shared/vme
47        and define BSP specifica in VMEConfig.h.
48        Use VME DMA support implemented by vmeUniverse and
49        libbsp/powerpc/shared/vme/vme_universe_dma.c
50
512006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: New BUG-REPORT address.
54
552006-11-15      Joel Sherrill <joel@OARcorp.com>
56
57        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
58        file and simplified initialization.
59
602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Remove superfluous -DASM.
63
642006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * configure.ac: Require autoconf-2.60. Require automake-1.10.
67
682006-03-08      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: Add .gnu.linkonce.b.* section.
71
722006-02-08      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds: Add sections required by newer gcc versions.
75
762006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * configure.ac: Remove explicit ampolish3 support (now in
79        RTEMS_BSP_CONFIGURE).
80
812006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * configure.ac: Add ampolish3 support.
84        * Makefile.am: Add preinstall.am.
85
862006-01-09      Joel Sherrill <joel@OARcorp.com>
87
88        PR 858/bsps
89        * Makefile.am: Added vme_am_defs.h;
90        * vme/vmeconfig.c: Added appropriate include files.
91
922006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Don't include subdirs.am. Cleanup.
95
962005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * include/bsp.h: New header guard.
99
1002005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
101
102        * console/rsPMCQ1.c, irq/irq.c: Modified to use rtems/irq.h.
103
1042005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * console/console.c, console/init68360.c, console/ns16550cfg.c
107        console/ns16550cfg.h, console/rsPMCQ1.h, include/tm27.h,
108        startup/bspstart.c, vme/vmeconfig.c: Eliminate {un|}signed{8|16|32}.
109
1102005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
111
112        * console/init68360.c, include/bsp.h, startup/bspstart.c: Changed
113        rtems_unsigned types to uint types
114
1152005-05-03      Joel Sherrill <joel@OARcorp.com>
116
117        * include/.cvsignore: New file.
118
1192005-05-03      Joel Sherrill <joel@OARcorp.com>
120
121        * .cvsignore: New file.
122
1232005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
124
125        * irq/irq.c, start/start.S: Removed warnings
126
1272005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
128
129        * New BSP.
130        * console/config.c: New files.
Note: See TracBrowser for help on using the repository browser.