Mercurial > ecos
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 |
| 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 | 11 2003-12-08 Gary Thomas <gary@mlbassoc.com> |
| 12 | |
| 13 * src/hal_misc.c: Only declare __mem_fault_handler if GDB stubs | |
| 14 are included (and it will be used). | |
| 15 | |
| 964 | 16 2003-04-25 Jonathan Larmour <jifl@eCosCentric.com> |
| 17 | |
| 18 * src/openrisc.ld: Add some missing sections mostly just by comparison | |
| 19 with another HAL.. | |
| 20 | |
| 21 * include/hal_cache.h: Include hal_arch.h for MTSPR/MFSPR. | |
| 22 | |
| 23 2003-04-17 Scott Furman <sfurman@rosum.com> | |
| 24 | |
| 25 * src/vectors.S: Init tick timer on boot | |
| 26 * include/hal_arch.h: Ensure stack is aligned in | |
| 27 HAL_THREAD_INIT_CONTEXT() | |
| 28 * openrisc.ld: Add .text.ram section for time-critical code | |
| 29 | |
| 30 2003-03-06 Scott Furman <sfurman@rosum.com> | |
| 31 | |
| 32 Initial port of eCos to OpenRISC architecture | |
| 33 | |
| 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 | 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 | 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 | 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 | 56 //=========================================================================== |
