1 |
27 |
unneback |
2003-02-13 Patrick Doyle
|
2 |
|
|
* src/cerfpda_misc.c: Replaced explicit prototype of memset with
|
3 |
|
|
#include .
|
4 |
|
|
|
5 |
|
|
2002-05-14 Jesper Skov
|
6 |
|
|
|
7 |
|
|
* src/cerfpda_misc.c: Fixed warning.
|
8 |
|
|
|
9 |
|
|
2002-05-07 Gary Thomas
|
10 |
|
|
|
11 |
|
|
* cdl/hal_arm_sa11x0_cerfpda.cdl:
|
12 |
|
|
Standardize CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT usage.
|
13 |
|
|
|
14 |
|
|
2002-05-01 Gary Thomas
|
15 |
|
|
|
16 |
|
|
* include/plf_mmap.h: Fix mapping macros (I/O region).
|
17 |
|
|
|
18 |
|
|
2002-04-16 Gary Thomas
|
19 |
|
|
|
20 |
|
|
* src/cerfpda_misc.c (hal_mmu_init): Add unmapped DRAM.
|
21 |
|
|
|
22 |
|
|
2002-02-05 Gary Thomas
|
23 |
|
|
|
24 |
|
|
* cdl/hal_arm_sa11x0_cerfpda.cdl: Add product info for RedBoot.
|
25 |
|
|
|
26 |
|
|
2002-02-04 Gary Thomas
|
27 |
|
|
|
28 |
|
|
* src/lcd_support.c:
|
29 |
|
|
* src/cerfpda_misc.c:
|
30 |
|
|
* src/banner.xpm:
|
31 |
|
|
* misc/redhat2.xpm:
|
32 |
|
|
* misc/redhat.xpm:
|
33 |
|
|
* misc/redboot_ROM.ecm:
|
34 |
|
|
* misc/redboot_RAM.ecm:
|
35 |
|
|
* misc/redboot.xpm:
|
36 |
|
|
* misc/logo.xpm:
|
37 |
|
|
* misc/lcd_test.c:
|
38 |
|
|
* misc/escw.xpm:
|
39 |
|
|
* misc/eCos2.xpm:
|
40 |
|
|
* misc/eCos.xpm:
|
41 |
|
|
* include/pkgconf/mlt_arm_sa11x0_cerfpda_rom.mlt:
|
42 |
|
|
* include/pkgconf/mlt_arm_sa11x0_cerfpda_rom.ldi:
|
43 |
|
|
* include/pkgconf/mlt_arm_sa11x0_cerfpda_rom.h:
|
44 |
|
|
* include/pkgconf/mlt_arm_sa11x0_cerfpda_ram.mlt:
|
45 |
|
|
* include/pkgconf/mlt_arm_sa11x0_cerfpda_ram.ldi:
|
46 |
|
|
* include/pkgconf/mlt_arm_sa11x0_cerfpda_ram.h:
|
47 |
|
|
* include/plf_mmap.h:
|
48 |
|
|
* include/plf_io.h:
|
49 |
|
|
* include/hal_platform_setup.h:
|
50 |
|
|
* include/cerfpda.h:
|
51 |
|
|
* cdl/hal_arm_sa11x0_cerfpda.cdl: New file(s) - port to CerfPDA.
|
52 |
|
|
|
53 |
|
|
//===========================================================================
|
54 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
55 |
|
|
// -------------------------------------------
|
56 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
57 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
58 |
|
|
//
|
59 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
60 |
|
|
// the terms of the GNU General Public License as published by the Free
|
61 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
62 |
|
|
//
|
63 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
64 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
65 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
66 |
|
|
// for more details.
|
67 |
|
|
//
|
68 |
|
|
// You should have received a copy of the GNU General Public License along
|
69 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
70 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
71 |
|
|
//
|
72 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
73 |
|
|
// or inline functions from this file, or you compile this file and link it
|
74 |
|
|
// with other works to produce a work based on this file, this file does not
|
75 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
76 |
|
|
// License. However the source code for this file must still be made available
|
77 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
78 |
|
|
//
|
79 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
80 |
|
|
// this file might be covered by the GNU General Public License.
|
81 |
|
|
//
|
82 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
83 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
84 |
|
|
// -------------------------------------------
|
85 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
86 |
|
|
//===========================================================================
|