source: rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog @ 52e4f356

4.104.114.84.95
Last change on this file since 52e4f356 was 52e4f356, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/07 at 14:15:14

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

  • console/console.c, irq/irq_init.c: Eliminate warnings.
  • Property mode set to 100644
File size: 2.0 KB
Line 
12007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * console/console.c, irq/irq_init.c: Eliminate warnings.
4
52007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * console/console.c: Eliminate DEBUG_puts.
8
92007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        PR 1257/bsps
12        * irq/irq_init.c: Code outside of cpukit should use the public API for
13        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
14        public API and directly accessing _CPU_ISR_Disable and
15        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
16        directive which could lead to problems. This patch also changes the
17        type of the variable passed into these routines and addresses minor
18        style issues.
19
202007-09-11      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * Makefile.am: Do not include networking drivers if networking is
23        disabled.
24
252007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * Makefile.am: Do not build networking if it is disabled.
28
292007-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * configure.ac: Fix path.
32        * include/bsp.h: Fix typo.
33
342007-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
35
36        * Makefile.am, i2c/i2c_init.c: add i2c initialization
37
382007-07-13      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * Makefile.am, preinstall.am: Install a linkcmds all the time.
41        * startup/bspstart.c, startup/cpuinit.c,
42        startup/linkcmds.mpc8349eamds, startup/mpc83xx_regs.c: Add missing
43        CVS Id.
44        * startup/linkcmds: New file.
45
462007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * include/.cvsignore: New file.
49
502007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * network/network.c: Removed warning.
53
542007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * ChangeLog: New file.
57        * aclocal.m4, include/bspopts.h.in: Removed.
58
592007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * ChangeLog: New file.
62        * aclocal.m4, include/bspopts.h.in: Removed.
63
642007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * .cvsignore: New file.
67        * Makefile.in: Removed.
68
692007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
70
71        * New BSP -- generic 83xx but tested on mpc8349eamds.
Note: See TracBrowser for help on using the repository browser.