]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/frv/arch/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / frv / arch / v2_0 / ChangeLog
1 2004-09-03  Mark Salter  <msalter@redhat.com>
2 2004-09-03  David Woodhouse  <dwmw2@redhat.com>
3
4         * src/vectors.S (reset_vector): Add some debug-only led setting code.
5         * src/redboot_linux_exec.c: Rename auto-variable for clarity.
6         * include/fr-v.h: Add defines for baud clock prescaler.
7         * src/vectors.S: Fix check for PDM bits in potential resume.
8         * src/vectors.S: Handle resume from sleep modes.
9         * src/redboot_linux_exec.c: Fix argv parsing for exec() command.
10         * include/hal_diag.h src/hal_diag.c: Move support for the built-in
11         16550-like chips found on all known implementations of these CPUs 
12         into the arch directory to avoid duplication.
13         * include/fr400.h include/fr500.h include/fr-v.h: Likewise many
14         other register definitions.
15         * src/hal_breakpoint.c: Likewise breakpoint/watchpoint stuff.
16         * cdl/hal_frv.cdl: Changes to reflect the above.
17         * src/vectors.S: Install exception vectors if not defined
18         CYGSEM_HAL_USE_ROM_MONITOR. This way, syscalls and GDB work
19         in RAM RedBoot.
20         * cdl/hal_frv.cdl, src/redboot_linux_exec.c: Exec command.
21         * src/vectors.S, src/context.S, include/hal_arch.h: Save extra GP
22         and FP regs only when they're actually available on this CPU, if
23         multiple CPUs are supported.
24         * cdl/hal_frv.cdl: Disable use of break insn for trap. Remove 
25                 seemingly unnecessary option for hardware debugging.
26         * include/hal_arch.h: Add _PSR_CM bit. It's not always hardwired.
27         * src/hal_mk_defs.c: Ditto. Rename _HAL_THREAD_INIT_CONTEXT
28         * src/vectors.S: Some ifdef cleanup, enable _PSR_CM
29         
30 2004-04-22  Jani Monoses <jani@iv.ro>
31
32          * cdl/hal_frv.cdl :
33          Invoke tail with stricter syntax that works in latest coreutils. 
34
35 2003-04-10  Nick Garnett  <nickg@balti.calivar.com>
36
37         * src/frv.ld:
38         Added .eh_frame to data section. This is a stopgap fix to allow
39         C++ programs that define exceptions to link and run. It does not
40         allow them to actually throw exceptions, since that depends on
41         compiler changes that have not been made. Further, more
42         far-reaching, linker script changes will also be needs when that
43         happens.
44         Added libsupc++.a to GROUP() directive for GCC versions later than
45         3.0.
46
47 2003-01-31  Mark Salter  <msalter@redhat.com>
48
49         * src/hal_syscall.c (hal_syscall_handler): Let generic syscall code
50         handle exit.
51
52 2002-04-15  Jonathan Larmour  <jlarmour@redhat.com>
53
54         * src/hal_syscall.c (hal_syscall_handler): Add extra sig argument to
55         __do_syscall.
56
57 2001-12-10  Richard Sandiford  <rsandifo@redhat.com>
58
59         * src/vectors.S (save_state): Remove unnecessary DDR diddling when
60         handling breaks.  Use BPCSR rather than BPCSR-4 as the break address.
61         (restore_state): Take two new arguments: the register that the
62         PC should be loaded into, and the argument to the rett instruction.
63         (_break): If handling a break instruction, return to the following
64         instruction using a normal "ret".  Ignore other kinds of break if
65         they were triggered when traps were disabled; assume that an
66         interrupt or exception handler has triggered a stack watchpoint
67         accidentally.  Correct GP calculation.  Return using "rett #1"
68         rather than "rett #0".
69
70 2001-11-28  Hugo Tyson  <hmt@redhat.com>
71
72         * src/vectors.S (_vectors): if defined(CYGPKG_HAL_FRV_FRV400) &&
73         defined(CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS), add macro break_VSR
74         to create a VSR entry which leaps to _break; rearrange the
75         initialization of the VSR table so that the counts are correct;
76         use break_VSR in slot 255; define _break which calls break_handler()
77         much akin to exception handler().       
78
79         Note that there is no need to define CYGSEM_HAL_FRV_HW_DEBUG for
80         the FRV_FRV400 target; while we do use Hardware Debug, we don't
81         use *that* sort of hardware debug, specifically we do not use
82         hardware single-step, because it breaks as soon as we exit debug
83         mode, ie whilst we are still within the stub.  But vectors.S does
84         the same tidy-up of machine state, conditioned on FVR400 instead.
85
86 2001-10-17  Gary Thomas  <gthomas@redhat.com>
87
88         * src/frv_stub.c: Slight cleanup - only need |VLIW|+1 possible
89         breakpoint locations.
90
91 2001-10-16  Gary Thomas  <gthomas@redhat.com>
92
93         * src/vectors.S (_exception_return): Remove *bad* workaround code
94         now that single step VLIW works properly.
95
96         * src/frv_stub.c (__clear_single_step): 
97         (__single_step): Restructure to support VLIW sequences.
98
99 2001-10-15  Gary Thomas  <gthomas@redhat.com>
100
101         * include/hal_arch.h: Remove [bogus] CYG_HAL_TABLE macros since 
102         the common ones work fine on this architecture.
103
104         * src/vectors.S: 
105         * src/frv_stub.c: 
106         * cdl/hal_frv.cdl: Add CDL to describe various [hardware] debug
107         options.
108
109 2001-10-01  Gary Thomas  <gthomas@redhat.com>
110
111         * src/vectors.S: [FRV400] can't return from exception to a packed
112         instruction - this yields illegal instruction.
113         
114 2001-10-11  Gary Thomas  <gthomas@redhat.com>
115
116         * cdl/hal_frv.cdl: 
117         * include/basetype.h: 
118         * include/hal_arch.h: 
119         * include/hal_intr.h: 
120         * include/frv_stub.h: 
121         * include/hal_io.h: 
122         * include/hal_cache.h: 
123         * src/frv_stub.c: 
124         * src/hal_mk_defs.c: 
125         * src/frv.ld: 
126         * src/hal_misc.c: 
127         * src/vectors.S: 
128         * src/context.S: 
129         * src/hal_syscall.c: New port for FRV architecture.
130
131 //===========================================================================
132 //####ECOSGPLCOPYRIGHTBEGIN####
133 // -------------------------------------------
134 // This file is part of eCos, the Embedded Configurable Operating System.
135 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
136 //
137 // eCos is free software; you can redistribute it and/or modify it under
138 // the terms of the GNU General Public License as published by the Free
139 // Software Foundation; either version 2 or (at your option) any later version.
140 //
141 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
142 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
143 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
144 // for more details.
145 //
146 // You should have received a copy of the GNU General Public License along
147 // with eCos; if not, write to the Free Software Foundation, Inc.,
148 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
149 //
150 // As a special exception, if other files instantiate templates or use macros
151 // or inline functions from this file, or you compile this file and link it
152 // with other works to produce a work based on this file, this file does not
153 // by itself cause the resulting work to be covered by the GNU General Public
154 // License. However the source code for this file must still be made available
155 // in accordance with section (3) of the GNU General Public License.
156 //
157 // This exception does not invalidate any other reasons why a work based on
158 // this file might be covered by the GNU General Public License.
159 //
160 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
161 // at http://sources.redhat.com/ecos/ecos-license/
162 // -------------------------------------------
163 //####ECOSGPLCOPYRIGHTEND####
164 //===========================================================================