source: rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog @ 933f7435

4.104.114.95
Last change on this file since 933f7435 was 933f7435, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/26/07 at 14:37:59

reenable instruction MMU

  • Property mode set to 100644
File size: 2.6 KB
Line 
12007-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * startup/cpuinit.c: reenable instruction MMU
4
52007-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
6
7        * README.mpc8349eamds: added file
8
92007-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
10
11        * startup/bspstart.c, startup/linkcmds:
12        removed unneeded address definitions
13
142007-10-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
15
16        * include/bsp.h: fixed some typos
17
182007-10-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
19
20        * Makefile.am, spi/spi_init.c, include/bsp.h: add spi support
21
222007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * console/console.c, irq/irq_init.c: Eliminate warnings.
25
262007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * console/console.c: Eliminate DEBUG_puts.
29
302007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        PR 1257/bsps
33        * irq/irq_init.c: Code outside of cpukit should use the public API for
34        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
35        public API and directly accessing _CPU_ISR_Disable and
36        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
37        directive which could lead to problems. This patch also changes the
38        type of the variable passed into these routines and addresses minor
39        style issues.
40
412007-09-11      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * Makefile.am: Do not include networking drivers if networking is
44        disabled.
45
462007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * Makefile.am: Do not build networking if it is disabled.
49
502007-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * configure.ac: Fix path.
53        * include/bsp.h: Fix typo.
54
552007-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
56
57        * Makefile.am, i2c/i2c_init.c: add i2c initialization
58
592007-07-13      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * Makefile.am, preinstall.am: Install a linkcmds all the time.
62        * startup/bspstart.c, startup/cpuinit.c,
63        startup/linkcmds.mpc8349eamds, startup/mpc83xx_regs.c: Add missing
64        CVS Id.
65        * startup/linkcmds: New file.
66
672007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * include/.cvsignore: New file.
70
712007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * network/network.c: Removed warning.
74
752007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * ChangeLog: New file.
78        * aclocal.m4, include/bspopts.h.in: Removed.
79
802007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * ChangeLog: New file.
83        * aclocal.m4, include/bspopts.h.in: Removed.
84
852007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * .cvsignore: New file.
88        * Makefile.in: Removed.
89
902007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
91
92        * New BSP -- generic 83xx but tested on mpc8349eamds.
Note: See TracBrowser for help on using the repository browser.