source: rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog @ 28f398e7

4.104.114.95
Last change on this file since 28f398e7 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: 2.8 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-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
8
9        * startup/cpuinit.c: reenable instruction MMU
10
112007-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
12
13        * README.mpc8349eamds: added file
14
152007-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
16
17        * startup/bspstart.c, startup/linkcmds:
18        removed unneeded address definitions
19
202007-10-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
21
22        * include/bsp.h: fixed some typos
23
242007-10-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
25
26        * Makefile.am, spi/spi_init.c, include/bsp.h: add spi support
27
282007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * console/console.c, irq/irq_init.c: Eliminate warnings.
31
322007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * console/console.c: Eliminate DEBUG_puts.
35
362007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        PR 1257/bsps
39        * irq/irq_init.c: Code outside of cpukit should use the public API for
40        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
41        public API and directly accessing _CPU_ISR_Disable and
42        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
43        directive which could lead to problems. This patch also changes the
44        type of the variable passed into these routines and addresses minor
45        style issues.
46
472007-09-11      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * Makefile.am: Do not include networking drivers if networking is
50        disabled.
51
522007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * Makefile.am: Do not build networking if it is disabled.
55
562007-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * configure.ac: Fix path.
59        * include/bsp.h: Fix typo.
60
612007-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
62
63        * Makefile.am, i2c/i2c_init.c: add i2c initialization
64
652007-07-13      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * Makefile.am, preinstall.am: Install a linkcmds all the time.
68        * startup/bspstart.c, startup/cpuinit.c,
69        startup/linkcmds.mpc8349eamds, startup/mpc83xx_regs.c: Add missing
70        CVS Id.
71        * startup/linkcmds: New file.
72
732007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * include/.cvsignore: New file.
76
772007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * network/network.c: Removed warning.
80
812007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * ChangeLog: New file.
84        * aclocal.m4, include/bspopts.h.in: Removed.
85
862007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * ChangeLog: New file.
89        * aclocal.m4, include/bspopts.h.in: Removed.
90
912007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * .cvsignore: New file.
94        * Makefile.in: Removed.
95
962007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
97
98        * New BSP -- generic 83xx but tested on mpc8349eamds.
Note: See TracBrowser for help on using the repository browser.