source: rtems/c/src/lib/libbsp/arm/gba/ChangeLog @ 06d9c0e

4.104.114.95
Last change on this file since 06d9c0e was 06d9c0e, checked in by Joel Sherrill <joel.sherrill@…>, on 02/15/08 at 18:54:35

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

  • console/console.c: Do not have BSP specific assert.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12008-02-15      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * console/console.c: Do not have BSP specific __assert.
4
52007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
8        of the Configuration Table. Use the RTEMS provided accessor macros to
9        obtain configuration fields.
10
112007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * startup/bspstart.c, startup/cpu.c: Move interrupt_stack_size field
14        from CPU Table to Configuration Table. Eliminate CPU Table from all
15        ports. Delete references to CPU Table in all forms.
16
172007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
20        Table fields to the Configuration Table. This included
21        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
22        do_zero_of_workspace, extra_mpci_receive_server_stack,
23        stack_allocate_hook, and stack_free_hook. As a side-effect of this
24        effort some multiprocessing code was made conditional and some style
25        clean up occurred.
26
272007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        PR 1257/bsps
30        * irq/irq.c, irq/irq_init.c: Code outside of cpukit should use the public
31        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
32        the public API and directly accessing _CPU_ISR_Disable and
33        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
34        directive which could lead to problems. This patch also changes the
35        type of the variable passed into these routines and addresses minor
36        style issues.
37
382007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
412007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
44        since it was used to configure a no longer used feature. Device names
45        are now part of the filesystem not in a table.
46
472007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * bsp_specs: Remove qrtems_debug.
50
512007-03-11      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/bspstart.c: Remove assignments of
54        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
55        value in boot_card.c
56
572006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * configure.ac: New BUG-REPORT address.
60
612006-11-15      Joel Sherrill <joel@OARcorp.com>
62
63        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
64        file and simplified initialization.
65
662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Remove superfluous -DASM.
69
702006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * configure.ac: Require autoconf-2.60. Require automake-1.10.
73
742006-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * console/defaultfont.c: Convert to utf-8.
77
782006-09-11      Joel Sherrill <joel@OARcorp.com>
79
80        * include/arm_mode_bits.h: Convert C++ style comments to C style.
81
822006-09-11      Chris Johns <chrisj@rtems.org>
83
84        * README, configure.ac: Remove extra CRLF.
85       
862006-06-02      Jay Monkman <jtm@lopingdog.com>
87
88        * irq/bsp_irq_init.c: Changed interrupt handling
89        to use shared rtems_irq_connect_data struct.
90
912006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * Makefile.am: Add preinstall.am.
94
952005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * bsp_specs: remove %lib.
98
992005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * bsp_specs: Remove %cpp.
102
1032005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32).
106
1072005-07-06      Markku Puro <markku.puro@kopteri.net>
108
109        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
110        clock/clockdrv.c, console/conio.c, console/console.c,
111        console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h,
112        include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h,
113        include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S,
114        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
115        irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c,
116        startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds,
117        timer/timer.c: New files.
118
Note: See TracBrowser for help on using the repository browser.