source: rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog @ 76e552d3

4.104.114.84.95
Last change on this file since 76e552d3 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: 1.9 KB
RevLine 
[76e552d3]12007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * console/console.c: Eliminate DEBUG_puts.
4
[764b72e]52007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        PR 1257/bsps
8        * irq/irq_init.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
[5cd8b16]162007-09-11      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * Makefile.am: Do not include networking drivers if networking is
19        disabled.
20
[751e9f60]212007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * Makefile.am: Do not build networking if it is disabled.
24
[7d7d2e93]252007-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * configure.ac: Fix path.
28        * include/bsp.h: Fix typo.
29
[e35c696]302007-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
31
32        * Makefile.am, i2c/i2c_init.c: add i2c initialization
33
[dfef80e8]342007-07-13      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * Makefile.am, preinstall.am: Install a linkcmds all the time.
37        * startup/bspstart.c, startup/cpuinit.c,
[a7d19758]38        startup/linkcmds.mpc8349eamds, startup/mpc83xx_regs.c: Add missing
39        CVS Id.
[dfef80e8]40        * startup/linkcmds: New file.
41
[6d46a90]422007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * include/.cvsignore: New file.
45
[3df08660]462007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * network/network.c: Removed warning.
49
[0d9d14a]502007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * ChangeLog: New file.
53        * aclocal.m4, include/bspopts.h.in: Removed.
54
552007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * ChangeLog: New file.
58        * aclocal.m4, include/bspopts.h.in: Removed.
59
602007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * .cvsignore: New file.
63        * Makefile.in: Removed.
64
652007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
66
67        * New BSP -- generic 83xx but tested on mpc8349eamds.
Note: See TracBrowser for help on using the repository browser.