1 |
27 |
unneback |
2003-01-31 Gary Thomas
|
2 |
|
|
|
3 |
|
|
* cdl/hal_powerpc_adder.cdl: No tests currently defined.
|
4 |
|
|
|
5 |
|
|
2002-12-02 Gary Thomas
|
6 |
|
|
|
7 |
|
|
* include/plf_intr.h: Use MPC8xx variant RESET support.
|
8 |
|
|
|
9 |
|
|
2002-11-26 Gary Thomas
|
10 |
|
|
|
11 |
|
|
* misc/redboot_ROMRAM.ecm: Export.
|
12 |
|
|
|
13 |
|
|
* cdl/hal_powerpc_adder.cdl: Move platform #define to platform package.
|
14 |
|
|
|
15 |
|
|
2002-11-25 Gary Thomas
|
16 |
|
|
|
17 |
|
|
* src/redboot_linux_exec.c:
|
18 |
|
|
* src/hal_diag.c:
|
19 |
|
|
* src/hal_aux.c:
|
20 |
|
|
* src/adder.S:
|
21 |
|
|
* misc/redboot_ROMRAM.ecm:
|
22 |
|
|
* include/pkgconf/mlt_powerpc_adder_romram.mlt:
|
23 |
|
|
* include/pkgconf/mlt_powerpc_adder_romram.ldi:
|
24 |
|
|
* include/pkgconf/mlt_powerpc_adder_romram.h:
|
25 |
|
|
* include/pkgconf/mlt_powerpc_adder_rom.mlt:
|
26 |
|
|
* include/pkgconf/mlt_powerpc_adder_rom.ldi:
|
27 |
|
|
* include/pkgconf/mlt_powerpc_adder_rom.h:
|
28 |
|
|
* include/pkgconf/mlt_powerpc_adder_ram.mlt:
|
29 |
|
|
* include/pkgconf/mlt_powerpc_adder_ram.ldi:
|
30 |
|
|
* include/pkgconf/mlt_powerpc_adder_ram.h:
|
31 |
|
|
* include/plf_stub.h:
|
32 |
|
|
* include/plf_regs.h:
|
33 |
|
|
* include/plf_intr.h:
|
34 |
|
|
* include/plf_cache.h:
|
35 |
|
|
* include/hal_diag.h:
|
36 |
|
|
* cdl/hal_powerpc_adder.cdl: New package - platform specifics for
|
37 |
|
|
Analogue & Micro Adder (PowerPC 850) boards.
|
38 |
|
|
|
39 |
|
|
//===========================================================================
|
40 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
41 |
|
|
// -------------------------------------------
|
42 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
43 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
44 |
|
|
// Copyright (C) 2002 Gary Thomas
|
45 |
|
|
//
|
46 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
47 |
|
|
// the terms of the GNU General Public License as published by the Free
|
48 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
49 |
|
|
//
|
50 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
51 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
52 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
53 |
|
|
// for more details.
|
54 |
|
|
//
|
55 |
|
|
// You should have received a copy of the GNU General Public License along
|
56 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
57 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
58 |
|
|
//
|
59 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
60 |
|
|
// or inline functions from this file, or you compile this file and link it
|
61 |
|
|
// with other works to produce a work based on this file, this file does not
|
62 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
63 |
|
|
// License. However the source code for this file must still be made available
|
64 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
65 |
|
|
//
|
66 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
67 |
|
|
// this file might be covered by the GNU General Public License.
|
68 |
|
|
//
|
69 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
70 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
71 |
|
|
// -------------------------------------------
|
72 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
73 |
|
|
//===========================================================================
|