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

4.104.114.84.95
Last change on this file since 50f93fb was 76e552d3, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/07 at 14:09:32

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

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