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