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

4.104.114.95
Last change on this file since 07e9642c was 07e9642c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/28/07 at 21:44:46

2007-11-28 Joel Sherrill <joel.sherrill@…>

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