]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/h8300/arch/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / h8300 / arch / v2_0 / ChangeLog
1 2005-01-27  Yoshinori Sato  <ysato@users.sourceforge.jp>
2
3         * src/hal_misc.c: hal_lsbit_index & hal_msbit_index cleanup.
4
5 2004-05-27  Gary Thomas  <gary@mlbassoc.com>
6
7         * src/redboot_linux_exec.c (do_exec): Be sensitive to value in
8         "entry_address" as this can indicate if the image to be executed
9         is valid (the "load" functions set it to "NO_MEMORY" when invalid)
10
11 2004-04-22  Jani Monoses <jani@iv.ro>
12
13          * cdl/hal_h8300.cdl :
14          Invoke tail with stricter syntax that works in latest coreutils. 
15
16 2004-03-18  Yoshinori Sato <ysato@users.sourceforge.jp>
17
18         * src/context.S
19         fix broken ccr from context save.
20         * src/redboot_linux_exec.c
21         fix build error of undefined "CYGDAT_REDBOOT_H8300_LINUX_COMMAND_START"
22         * src/sci.c
23         delete waste code.
24
25 2004-02-24  Yoshinori Sato <ysato@users.sourceforge.jp>
26
27         * src/vectors.S
28         add CYGSEM_HAL_SAVE_STUB_VECTOR.
29         saved parent gdb-stub breakpoint vector.
30         * cdl/hal_h8300.cdl
31         add CYGSEM_HAL_SAVE_STUB_VECTOR
32         move CYGSEM_HAL_H8300_VECTOR_HOOK from target cdl's
33
34 2003-12-04  Yoshinori Sato <ysato@users.sourceforge.jp>
35
36         * src/vector.S
37         add runtime vector setup.
38         add trace exception pc adjust.
39
40
41 2003-07-10  Nick Garnett  <nickg@balti.calivar.com>
42
43         * <general>: Added Yoshinori Sato's changes, see following
44         entries, plus a few small changes of my own.
45
46 2003-03-09  Yoshinori Sato <ysato@users.sourceforge.jp>
47
48         * src/sci.c
49         * cdl/hal_h8300.cdl
50         move variant h8_sci.c to arch sci.c
51         h8300_stub.c move to variant
52         
53 2003-02-27  Yoshinori Sato <ysato@users.sourceforge.jp>
54
55         * src/context.S
56         H8S support fix.
57
58 2003-02-22  Yoshinori Sato <ysato@users.sourceforge.jp>
59
60         * include/arch.inc
61         * include/h8300_stub.h
62         * include/hal_arch.h
63         * src/context.S
64         H8S support add.
65         * src/vector.S
66         H8S support add.
67         Nested interrupt mask fix.
68
69 2003-01-31  Mark Salter  <msalter@redhat.com>
70
71         * src/hal_syscall.c (hal_syscall_handler): Let generic syscall code
72         handle exit.
73
74 2002-10-17  Yoshinori Sato <ysato@users.sourceforge.jp>
75
76         * src/h8300_stub.c
77         single step fix.
78
79 2002-08-30  Yoshinori Sato <ysato@users.sourceforge.jp>
80
81         * include/hal_io.h
82         RedBoot IDE support add.
83
84 2002-04-29  Jonathan Larmour  <jlarmour@redhat.com>
85
86         * src/vectors.S:
87         Don't use .file as it can confuse debugging since the .file
88         doesn't contain the path and therefore the debugger will never
89         know where it lives! This conflicts with using -Wa,--gstabs.
90
91 2002-04-24  Yoshinori Sato  <qzb04471@nifty.ne.jp>
92
93         * New package.
94
95 //===========================================================================
96 //####ECOSGPLCOPYRIGHTBEGIN####
97 // -------------------------------------------
98 // This file is part of eCos, the Embedded Configurable Operating System.
99 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
100 //
101 // eCos is free software; you can redistribute it and/or modify it under
102 // the terms of the GNU General Public License as published by the Free
103 // Software Foundation; either version 2 or (at your option) any later version.
104 //
105 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
106 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
107 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
108 // for more details.
109 //
110 // You should have received a copy of the GNU General Public License along
111 // with eCos; if not, write to the Free Software Foundation, Inc.,
112 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
113 //
114 // As a special exception, if other files instantiate templates or use macros
115 // or inline functions from this file, or you compile this file and link it
116 // with other works to produce a work based on this file, this file does not
117 // by itself cause the resulting work to be covered by the GNU General Public
118 // License. However the source code for this file must still be made available
119 // in accordance with section (3) of the GNU General Public License.
120 //
121 // This exception does not invalidate any other reasons why a work based on
122 // this file might be covered by the GNU General Public License.
123 //
124 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
125 // at http://sources.redhat.com/ecos/ecos-license/
126 // -------------------------------------------
127 //####ECOSGPLCOPYRIGHTEND####
128 //===========================================================================