source: rtems/c/src/lib/libbsp/arm/edb7312/ChangeLog @ 9a6f471

4.104.114.84.95
Last change on this file since 9a6f471 was 9a6f471, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 05:17:21

2003-12-03 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add preinstallation dirstamp support.
  • irq/Makefile.am: Add preinstallation dirstamp support.
  • network/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add preinstallation dirstamp support.
4        * irq/Makefile.am: Add preinstallation dirstamp support.
5        * network/Makefile.am: Cosmetics.
6        * wrapup/Makefile.am: Cosmetics.
7
82003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * clock/Makefile.am: Remove all-local: $(ARCH).
11        * console/Makefile.am: Remove all-local: $(ARCH).
12        * irq/Makefile.am: Remove all-local: $(ARCH).
13        * network/Makefile.am: Remove all-local: $(ARCH).
14        * start/Makefile.am: Remove all-local: $(ARCH).
15        * startup/Makefile.am: Remove all-local: $(ARCH).
16        * timer/Makefile.am: Remove all-local: $(ARCH).
17        * wrapup/Makefile.am: Remove all-local: $(ARCH).
18
192003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Merge-in include/Makefile.am.
22        Reflect changes to bsp.am.
23        * include/Makefile.am: Remove.
24        * configure.ac: Reflect changes above.
25
262003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * bsp_specs: Remove *lib:.
29
302003-09-04      Joel Sherrill <joel@OARcorp.com>
31
32        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
33        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
34        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
35        timer/timer.c: URL for license changed.
36
372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reflect having moved aclocal/.
40
412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect having moved automake/.
44        * clock/Makefile.am: Reflect having moved automake/.
45        * console/Makefile.am: Reflect having moved automake/.
46        * include/Makefile.am: Reflect having moved automake/.
47        * irq/Makefile.am: Reflect having moved automake/.
48        * network/Makefile.am: Reflect having moved automake/.
49        * start/Makefile.am: Reflect having moved automake/.
50        * startup/Makefile.am: Reflect having moved automake/.
51        * timer/Makefile.am: Reflect having moved automake/.
52        * wrapup/Makefile.am: Reflect having moved automake/.
53
542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
57
582003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        PR 445/bsps
61        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
62        Remove cpp, old_cpp (now unused).
63
642003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        PR 444/bsps
67        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
68
692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove AC_CONFIG_AUX_DIR.
72
732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
76
772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AC_PREREQ(2.57).
80
812003-01-20      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
84
852002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
90        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
92        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
94
952002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * start/Makefile.am: Use install-data-local to install startfile.
98
992002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102
1032002-12-02      Joel Sherrill <joel@OARcorp.com>
104
105        * configure.ac, network/Makefile.am: Don't build if networking disabled.
106        * startup/linkcmds: Add sections to remove warnings.
107
1082002-11-17      Joel Sherrill <joel@OARcorp.com>
109
110        * network/network.c: Fix inconsistency in prototyping.
111
1122002-11-13      Joel Sherrill <joel@OARcorp.com>
113
114        * network/network.c: Removed warning per Jay's suggestion.
115
1162002-11-13      Joel Sherrill <joel@OARcorp.com>
117
118        * include/.cvsignore: Corrected.
119        * network/.cvsignore: New file.
120
1212002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
122
123        * New BSP.
124        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
125        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
126        console/.cvsignore, console/Makefile.am, console/uart.c,
127        include/.cvsignore, include/Makefile.am, include/bsp.h,
128        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
129        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
130        network/network.c, start/.cvsignore, start/Makefile.am,
131        start/start.S, startup/.cvsignore, startup/Makefile.am,
132        startup/bspstart.c, startup/exit.c, startup/linkcmds,
133        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
134        wrapup/.cvsignore, wrapup/Makefile.am: New file.
135
Note: See TracBrowser for help on using the repository browser.