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