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

4.104.114.95
Last change on this file since 340b7c8 was a045c9d, checked in by Till Straumann <strauman@…>, on 11/30/07 at 20:45:11

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

  • irq/irq.h, irq/irq_init.c: Removed the definition of ASM_IRQ_VECTOR_BASE; this symbol was only use to initialize the irqBase member of the rtems_irq_global_settings struct. However, irqBase is an rtems_irq_symbolic_name, so using BSP_LOWEST_OFFSET is more appropriate.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12007-11-30      Till Straumann <strauman@slac.stanford.edu>
2
3        * irq/irq.h, irq/irq_init.c: Removed the definition
4        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
5        initialize the irqBase member of the rtems_irq_global_settings
6        struct. However, irqBase is an rtems_irq_symbolic_name,
7        so using BSP_LOWEST_OFFSET is more appropriate.
8
92007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
12        Table. They have been replaced with variables named bsp_XXX as
13        needed.
14
152007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * console/config.c: Fix typo.
18
192007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * console/console.c: Eliminate DEBUG_puts.
22
232007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        PR 1257/bsps
26        * irq/irq.c: Code outside of cpukit should use the public API for
27        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
28        public API and directly accessing _CPU_ISR_Disable and
29        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
30        directive which could lead to problems. This patch also changes the
31        type of the variable passed into these routines and addresses minor
32        style issues.
33
342007-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * Makefile.am, startup/bspstart.c: Use shared ShowBATS() method.
37
382007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
39
40        * irq/irq_init.c: adapted to shared exception code
41
422007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
43
44        * Makefile.am: adapted to shared exception code
45
462007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * bsp_specs: Remove qrtems_debug.
49
502007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * bsp_specs: Remove lib (Now expected to exist in GCC).
53
542007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * console/rsPMCQ1.c, irq/irq_init.c: Reflect changes to pci-API.
57
582007-03-11      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/bspstart.c: Remove assignments of
61        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
62        value in boot_card.c
63
642007-01-30      Till Straumann <strauman@slac.stanford.edu>
65
66        * Makefile.am, preinstall.am, include/bsp.h,
67        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
68        cleaned up vme support - use files from libbsp/powerpc/shared/vme
69        and define BSP specifica in VMEConfig.h.
70        Use VME DMA support implemented by vmeUniverse and
71        libbsp/powerpc/shared/vme/vme_universe_dma.c
72
732006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * configure.ac: New BUG-REPORT address.
76
772006-11-15      Joel Sherrill <joel@OARcorp.com>
78
79        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
80        file and simplified initialization.
81
822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Remove superfluous -DASM.
85
862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * configure.ac: Require autoconf-2.60. Require automake-1.10.
89
902006-03-08      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds: Add .gnu.linkonce.b.* section.
93
942006-02-08      Joel Sherrill <joel@OARcorp.com>
95
96        * startup/linkcmds: Add sections required by newer gcc versions.
97
982006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * configure.ac: Remove explicit ampolish3 support (now in
101        RTEMS_BSP_CONFIGURE).
102
1032006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * configure.ac: Add ampolish3 support.
106        * Makefile.am: Add preinstall.am.
107
1082006-01-09      Joel Sherrill <joel@OARcorp.com>
109
110        PR 858/bsps
111        * Makefile.am: Added vme_am_defs.h;
112        * vme/vmeconfig.c: Added appropriate include files.
113
1142006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * Makefile.am: Don't include subdirs.am. Cleanup.
117
1182005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * include/bsp.h: New header guard.
121
1222005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
123
124        * console/rsPMCQ1.c, irq/irq.c: Modified to use rtems/irq.h.
125
1262005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * console/console.c, console/init68360.c, console/ns16550cfg.c
129        console/ns16550cfg.h, console/rsPMCQ1.h, include/tm27.h,
130        startup/bspstart.c, vme/vmeconfig.c: Eliminate {un|}signed{8|16|32}.
131
1322005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
133
134        * console/init68360.c, include/bsp.h, startup/bspstart.c: Changed
135        rtems_unsigned types to uint types
136
1372005-05-03      Joel Sherrill <joel@OARcorp.com>
138
139        * include/.cvsignore: New file.
140
1412005-05-03      Joel Sherrill <joel@OARcorp.com>
142
143        * .cvsignore: New file.
144
1452005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
146
147        * irq/irq.c, start/start.S: Removed warnings
148
1492005-04-29      Jennifer Averett <jennifer.averett@oarcorp.com>
150
151        * New BSP.
152        * console/config.c: New files.
Note: See TracBrowser for help on using the repository browser.