annotate packages/hal/openrisc/arch/current/ChangeLog @ 2988:260c3f172dfd

* cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
author sergeig
date Sun, 02 Jan 2011 13:42:47 +0000
parents 74dbf4c3f2e1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2988
260c3f172dfd * cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents: 2729
diff changeset
1 2011-01-02 Sergei Gavrikov <sergei.gavrikov@gmail.com>
260c3f172dfd * cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents: 2729
diff changeset
2
260c3f172dfd * cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents: 2729
diff changeset
3 * cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla
260c3f172dfd * cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents: 2729
diff changeset
4 1001083 ]
260c3f172dfd * cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents: 2729
diff changeset
5
1604
bc88a3357a79 Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents: 1433
diff changeset
6 2004-04-22 Jani Monoses <jani@iv.ro>
bc88a3357a79 Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents: 1433
diff changeset
7
bc88a3357a79 Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents: 1433
diff changeset
8 * cdl/hal_openrisc.cdl :
bc88a3357a79 Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents: 1433
diff changeset
9 Invoke tail with stricter syntax that works in latest coreutils.
bc88a3357a79 Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents: 1433
diff changeset
10
1433
e0a4e3b20d73 Clean up declarations of __mem_fault_handler
gthomas
parents: 964
diff changeset
11 2003-12-08 Gary Thomas <gary@mlbassoc.com>
e0a4e3b20d73 Clean up declarations of __mem_fault_handler
gthomas
parents: 964
diff changeset
12
e0a4e3b20d73 Clean up declarations of __mem_fault_handler
gthomas
parents: 964
diff changeset
13 * src/hal_misc.c: Only declare __mem_fault_handler if GDB stubs
e0a4e3b20d73 Clean up declarations of __mem_fault_handler
gthomas
parents: 964
diff changeset
14 are included (and it will be used).
e0a4e3b20d73 Clean up declarations of __mem_fault_handler
gthomas
parents: 964
diff changeset
15
964
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
16 2003-04-25 Jonathan Larmour <jifl@eCosCentric.com>
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
17
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
18 * src/openrisc.ld: Add some missing sections mostly just by comparison
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
19 with another HAL..
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
20
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
21 * include/hal_cache.h: Include hal_arch.h for MTSPR/MFSPR.
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
22
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
23 2003-04-17 Scott Furman <sfurman@rosum.com>
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
24
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
25 * src/vectors.S: Init tick timer on boot
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
26 * include/hal_arch.h: Ensure stack is aligned in
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
27 HAL_THREAD_INIT_CONTEXT()
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
28 * openrisc.ld: Add .text.ram section for time-critical code
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
29
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
30 2003-03-06 Scott Furman <sfurman@rosum.com>
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
31
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
32 Initial port of eCos to OpenRISC architecture
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
33
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
34 //===========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
35 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
36 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
37 // This file is part of eCos, the Embedded Configurable Operating System.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
38 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
964
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
39 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
40 // This program is free software; you can redistribute it and/or modify
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
41 // it under the terms of the GNU General Public License as published by
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
42 // the Free Software Foundation; either version 2 or (at your option) any
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
43 // later version.
964
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
44 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
45 // This program is distributed in the hope that it will be useful, but
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
46 // WITHOUT ANY WARRANTY; without even the implied warranty of
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
47 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
48 // General Public License for more details.
964
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
49 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
50 // You should have received a copy of the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
51 // along with this program; if not, write to the
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
52 // Free Software Foundation, Inc., 51 Franklin Street,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
53 // Fifth Floor, Boston, MA 02110-1301, USA.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
54 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
55 // ####GPLCOPYRIGHTEND####
964
38840e07f305 Add OpenRISC port
jlarmour
parents:
diff changeset
56 //===========================================================================