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

4.104.115
Last change on this file since c7b9ed35 was 12838f75, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 19:12:59

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

  • startup/bspgetworkarea.c: Change size_t to ssize_t on bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits which would limit the work area to 64K.
  • Property mode set to 100644
File size: 2.7 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * startup/bspgetworkarea.c: Change size_t to ssize_t on
4        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
5        which would limit the work area to 64K.
6
72008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * timer/timer.c: Eliminate uses of old benchmark timer names.
10
112008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
14        of building libbspstart.a, using automake-rules.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate *_SOURCES.
19
202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
23        components.
24
252008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
28
292008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * preinstall.am: Regenerated.
32
332008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Eliminates libcpudir.
36
372008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Cosmetics.
40
412008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * configure.ac: Make letting boot_card() handle work area allocation
44        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
45        BSP_BOOTCARD_OPTIONS.
46
472008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * include/bsp.h: Remove prototypes of routines in bootcard.h.
50
512008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * include/bsp.h: Remove unnecessary boilerplate comments.
54
552008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
58        is NOT used anywhere.
59
602008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
63        its own file and use BSP Framework to perform more initialization.
64        * startup/bspgetworkarea.c: New file.
65
662008-09-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
67
68        * console/console.c: added printk support
69        * network/network_fec.c: added port init, added phy support
70        * irq/irq_init.c, irq/irq_asm.S, irq/irq.h: remove obsolete files
71        * startup/cpuinit.c, startup/bspstart.c: initialize mmu
72        * include/coverhd.h: update values
73
742008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * .cvsignore, include/.cvsignore: New files.
77
782008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
79
80        * network/network_scc.c, network/network_fec.c: fixed some data
81        type issues
82        * clock/p_clock.c: added misssing clock driver
83        * startup/bspstart.c, timer/timer.c:
84        added misssing timer variables
85       
86        * ChangeLog: added changelog
87       
882008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
89
90        * New BSP -- tqm8xx boards
Note: See TracBrowser for help on using the repository browser.