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

4.104.115
Last change on this file since df393962 was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 3.1 KB
Line 
12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
72008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * bsp_specs: Remove -e start from %link.
10        Remove start_g.o.
11
122008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * Makefile.am, preinstall.am: Use shared tm27.h stub.
15        * include/tm27.h: Removed.
16
172008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * startup/bspgetworkarea.c: Change size_t to ssize_t on
20        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
21        which would limit the work area to 64K.
22
232008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * timer/timer.c: Eliminate uses of old benchmark timer names.
26
272008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
30        of building libbspstart.a, using automake-rules.
31
322008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Eliminate *_SOURCES.
35
362008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
39        components.
40
412008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
44
452008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * preinstall.am: Regenerated.
48
492008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Eliminates libcpudir.
52
532008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Cosmetics.
56
572008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * configure.ac: Make letting boot_card() handle work area allocation
60        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
61        BSP_BOOTCARD_OPTIONS.
62
632008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * include/bsp.h: Remove prototypes of routines in bootcard.h.
66
672008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * include/bsp.h: Remove unnecessary boilerplate comments.
70
712008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
74        is NOT used anywhere.
75
762008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
79        its own file and use BSP Framework to perform more initialization.
80        * startup/bspgetworkarea.c: New file.
81
822008-09-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
83
84        * console/console.c: added printk support
85        * network/network_fec.c: added port init, added phy support
86        * irq/irq_init.c, irq/irq_asm.S, irq/irq.h: remove obsolete files
87        * startup/cpuinit.c, startup/bspstart.c: initialize mmu
88        * include/coverhd.h: update values
89
902008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * .cvsignore, include/.cvsignore: New files.
93
942008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
95
96        * network/network_scc.c, network/network_fec.c: fixed some data
97        type issues
98        * clock/p_clock.c: added misssing clock driver
99        * startup/bspstart.c, timer/timer.c:
100        added misssing timer variables
101       
102        * ChangeLog: added changelog
103       
1042008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
105
106        * New BSP -- tqm8xx boards
Note: See TracBrowser for help on using the repository browser.