source: rtems/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog @ 447d2b40

4.104.115
Last change on this file since 447d2b40 was 447d2b40, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/04/08 at 17:08:50

2008-12-04 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove -e start from %link. Remove start_g.o.
  • Property mode set to 100644
File size: 3.0 KB
Line 
12008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Remove -e start from %link.
4        Remove start_g.o.
5
62008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * Makefile.am, preinstall.am: Use shared tm27.h stub.
9        * include/tm27.h: Removed.
10
112008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * startup/bspgetworkarea.c: Change size_t to ssize_t on
14        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
15        which would limit the work area to 64K.
16
172008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * timer/timer.c: Eliminate uses of old benchmark timer names.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
24        of building libbspstart.a, using automake-rules.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Eliminate *_SOURCES.
29
302008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
33        components.
34
352008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
38
392008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * preinstall.am: Regenerated.
42
432008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Eliminates libcpudir.
46
472008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Cosmetics.
50
512008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * configure.ac: Make letting boot_card() handle work area allocation
54        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
55        BSP_BOOTCARD_OPTIONS.
56
572008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * include/bsp.h: Remove prototypes of routines in bootcard.h.
60
612008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * include/bsp.h: Remove unnecessary boilerplate comments.
64
652008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
68        is NOT used anywhere.
69
702008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
73        its own file and use BSP Framework to perform more initialization.
74        * startup/bspgetworkarea.c: New file.
75
762008-09-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
77
78        * console/console.c: added printk support
79        * network/network_fec.c: added port init, added phy support
80        * irq/irq_init.c, irq/irq_asm.S, irq/irq.h: remove obsolete files
81        * startup/cpuinit.c, startup/bspstart.c: initialize mmu
82        * include/coverhd.h: update values
83
842008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * .cvsignore, include/.cvsignore: New files.
87
882008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
89
90        * network/network_scc.c, network/network_fec.c: fixed some data
91        type issues
92        * clock/p_clock.c: added misssing clock driver
93        * startup/bspstart.c, timer/timer.c:
94        added misssing timer variables
95       
96        * ChangeLog: added changelog
97       
982008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
99
100        * New BSP -- tqm8xx boards
Note: See TracBrowser for help on using the repository browser.