1 |
27 |
unneback |
2003-01-02 Gary Thomas
|
2 |
|
|
|
3 |
|
|
* include/var_cache.h: Define HAL_DCACHE_SYNC() - which had been
|
4 |
|
|
left out before!
|
5 |
|
|
|
6 |
|
|
2002-08-01 Gary Thomas
|
7 |
|
|
|
8 |
|
|
* src/var_misc.c (cyg_hal_map_memory): Need to set protection bits.
|
9 |
|
|
|
10 |
|
|
* include/variant.inc: Additional exceptions. Also allow for
|
11 |
|
|
more platform specifics (like INTC lookup macro).
|
12 |
|
|
|
13 |
|
|
* include/var_regs.h: Allow for platform registers
|
14 |
|
|
Also, flush out HID0 register (used by cache control).
|
15 |
|
|
|
16 |
|
|
* include/var_intr.h: Add PPC60x additional exceptions.
|
17 |
|
|
|
18 |
|
|
* include/var_cache.h: Initial cache support.
|
19 |
|
|
|
20 |
|
|
* cdl/hal_powerpc_ppc60x.cdl: Support various ROM monitor options,
|
21 |
|
|
matching other variants.
|
22 |
|
|
|
23 |
|
|
2000-06-13 Jesper Skov
|
24 |
|
|
|
25 |
|
|
* cdl/hal_powerpc_ppc60x.cdl: Add vector table location definition.
|
26 |
|
|
|
27 |
|
|
2000-04-13 Jesper Skov
|
28 |
|
|
|
29 |
|
|
* src/var_misc.c (hal_variant_idle_thread_action): Added.
|
30 |
|
|
|
31 |
|
|
2000-04-11 Jesper Skov
|
32 |
|
|
|
33 |
|
|
* cdl/hal_powerpc_ppc60x.cdl: Define VSR table location.
|
34 |
|
|
|
35 |
|
|
2000-03-01 Jesper Skov
|
36 |
|
|
|
37 |
|
|
* include/variant.inc: Forgot conditionals on vector copy code in
|
38 |
|
|
last checkin.
|
39 |
|
|
|
40 |
|
|
2000-02-28 Jesper Skov
|
41 |
|
|
|
42 |
|
|
* include/variant.inc: Only copy vectors when required.
|
43 |
|
|
|
44 |
|
|
2000-02-21 Jesper Skov
|
45 |
|
|
|
46 |
|
|
* src/variant.S:
|
47 |
|
|
* include/variant.inc:
|
48 |
|
|
Use auto-generated symbols.
|
49 |
|
|
|
50 |
|
|
2000-02-11 Jesper Skov
|
51 |
|
|
|
52 |
|
|
* src/var_intr.c: include cyg_type header.
|
53 |
|
|
|
54 |
|
|
* src/var_misc.c (hal_clear_MMU): Moved MMU functions here.
|
55 |
|
|
|
56 |
|
|
* src/PKGconf.mak (COMPILE):
|
57 |
|
|
* cdl/hal_powerpc_ppc60x.cdl: Fix description.
|
58 |
|
|
Added var_intr.c
|
59 |
|
|
|
60 |
|
|
2000-02-11 John Dallaway
|
61 |
|
|
|
62 |
|
|
* cdl/hal_powerpc_ppc60x.cdl:
|
63 |
|
|
|
64 |
|
|
Tidy display strings.
|
65 |
|
|
|
66 |
|
|
2000-02-10 Jesper Skov
|
67 |
|
|
|
68 |
|
|
* include/variant.inc: Renamed default VSR handlers.
|
69 |
|
|
|
70 |
|
|
2000-02-07 Jesper Skov
|
71 |
|
|
|
72 |
|
|
* Created.
|
73 |
|
|
|
74 |
|
|
//===========================================================================
|
75 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
76 |
|
|
// -------------------------------------------
|
77 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
78 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
79 |
|
|
//
|
80 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
81 |
|
|
// the terms of the GNU General Public License as published by the Free
|
82 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
83 |
|
|
//
|
84 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
85 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
86 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
87 |
|
|
// for more details.
|
88 |
|
|
//
|
89 |
|
|
// You should have received a copy of the GNU General Public License along
|
90 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
91 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
92 |
|
|
//
|
93 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
94 |
|
|
// or inline functions from this file, or you compile this file and link it
|
95 |
|
|
// with other works to produce a work based on this file, this file does not
|
96 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
97 |
|
|
// License. However the source code for this file must still be made available
|
98 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
99 |
|
|
//
|
100 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
101 |
|
|
// this file might be covered by the GNU General Public License.
|
102 |
|
|
//
|
103 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
104 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
105 |
|
|
// -------------------------------------------
|
106 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
107 |
|
|
//===========================================================================
|