source: rtems/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog @ 9957dbf

4.104.115
Last change on this file since 9957dbf was 9957dbf, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:39:40

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared tm27.h stub.
  • include/tm27.h: Removed.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared tm27.h stub.
4        * include/tm27.h: Removed.
5
62008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * startup/bspgetworkarea.c: Change size_t to ssize_t on
9        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
10        which would limit the work area to 64K.
11
122008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * timer/timer.c: Eliminate uses of old benchmark timer names.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
19        of building libbspstart.a, using automake-rules.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate *_SOURCES.
24
252008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
28        components.
29
302008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
33
342008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * preinstall.am: Regenerated.
37
382008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Eliminates libcpudir.
41
422008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Cosmetics.
45
462008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * configure.ac: Make letting boot_card() handle work area allocation
49        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
50        BSP_BOOTCARD_OPTIONS.
51
522008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * include/bsp.h: Remove prototypes of routines in bootcard.h.
55
562008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * include/bsp.h: Remove unnecessary boilerplate comments.
59
602008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
63        is NOT used anywhere.
64
652008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
68        its own file and use BSP Framework to perform more initialization.
69        * startup/bspgetworkarea.c: New file.
70
712008-09-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
72
73        * console/console.c: added printk support
74        * network/network_fec.c: added port init, added phy support
75        * irq/irq_init.c, irq/irq_asm.S, irq/irq.h: remove obsolete files
76        * startup/cpuinit.c, startup/bspstart.c: initialize mmu
77        * include/coverhd.h: update values
78
792008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * .cvsignore, include/.cvsignore: New files.
82
832008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
84
85        * network/network_scc.c, network/network_fec.c: fixed some data
86        type issues
87        * clock/p_clock.c: added misssing clock driver
88        * startup/bspstart.c, timer/timer.c:
89        added misssing timer variables
90       
91        * ChangeLog: added changelog
92       
932008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
94
95        * New BSP -- tqm8xx boards
Note: See TracBrowser for help on using the repository browser.