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

4.104.115
Last change on this file since d1be26b was d1be26b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/16/09 at 23:21:23

2009-07-16 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
4        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
5        have the same options.
6
72009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
10        bsp_get_work_area() since the work area is larger than a single
11        allocatable object.
12
132009-04-28      Chris Johns <chrisj@rtems.org>
14
15        * startup/start.S: Update for boot_card command line change.
16
172009-03-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
18
19        * include/bsp.h: Added missing include.
20
212009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * startup/bspstart.c: Change prototype of IDLE thread to consistently
24        return void * and take a uintptr_t argument.
25
262009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * bsp_specs: Remove stray % from '*startfile:' having crept in
29        previous change.
30
312008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * bsp_specs: Cosmetics.
34
352008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * bsp_specs: Move -e start from *link to *startfile to avoid warning
38        for undefined entry symbol when linking relocatables with binutils
39        2.19.
40
412008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * bsp_specs: Remove -e start from %link.
44        Remove start_g.o.
45
462008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * Makefile.am, preinstall.am: Use shared tm27.h stub.
49        * include/tm27.h: Removed.
50
512008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * startup/bspgetworkarea.c: Change size_t to ssize_t on
54        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
55        which would limit the work area to 64K.
56
572008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * timer/timer.c: Eliminate uses of old benchmark timer names.
60
612008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
64        of building libbspstart.a, using automake-rules.
65
662008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Eliminate *_SOURCES.
69
702008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
73        components.
74
752008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
78
792008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * preinstall.am: Regenerated.
82
832008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Eliminates libcpudir.
86
872008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Cosmetics.
90
912008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * configure.ac: Make letting boot_card() handle work area allocation
94        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
95        BSP_BOOTCARD_OPTIONS.
96
972008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * include/bsp.h: Remove prototypes of routines in bootcard.h.
100
1012008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * include/bsp.h: Remove unnecessary boilerplate comments.
104
1052008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
108        is NOT used anywhere.
109
1102008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
113        its own file and use BSP Framework to perform more initialization.
114        * startup/bspgetworkarea.c: New file.
115
1162008-09-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
117
118        * console/console.c: added printk support
119        * network/network_fec.c: added port init, added phy support
120        * irq/irq_init.c, irq/irq_asm.S, irq/irq.h: remove obsolete files
121        * startup/cpuinit.c, startup/bspstart.c: initialize mmu
122        * include/coverhd.h: update values
123
1242008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * .cvsignore, include/.cvsignore: New files.
127
1282008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
129
130        * network/network_scc.c, network/network_fec.c: fixed some data
131        type issues
132        * clock/p_clock.c: added misssing clock driver
133        * startup/bspstart.c, timer/timer.c:
134        added misssing timer variables
135       
136        * ChangeLog: added changelog
137       
1382008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
139
140        * New BSP -- tqm8xx boards
Note: See TracBrowser for help on using the repository browser.