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

4.104.114.95
Last change on this file since 76e9cda9 was 76e9cda9, checked in by Till Straumann <strauman@…>, on 11/30/07 at 21:44:00

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

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