|
1086
|
1 2003-06-30 Mark Salter <msalter@redhat.com> |
|
|
2 |
|
|
3 * include/hal_platform_setup.h: Fix CYGINT_HAL_ARM_BIGENDIAN test. |
|
|
4 Remove unused ROMRAM cruft. |
|
|
5 |
|
906
|
6 2003-04-04 Mark Salter <msalter@redhat.com> |
|
|
7 |
|
|
8 * include/grg.h: Add GPIO line definitions. |
|
|
9 * include/hal_plf_ints.h: Add GPIO IRQ definitions. |
|
|
10 * src/grg_misc.c (plf_hardware_init): Initialize GPIO lines. |
|
|
11 |
|
893
|
12 2003-04-02 Mark Salter <msalter@redhat.com> |
|
|
13 |
|
|
14 * misc/redboot_ROM.ecm: Don't set I82559_WRITE_EEPROM. |
|
|
15 * misc/redboot_RAM.ecm: Ditto. |
|
|
16 |
|
835
|
17 2003-02-22 Mark Salter <msalter@redhat.com> |
|
|
18 |
|
|
19 * cdl/hal_arm_xscale_grg.cdl: Fix HAL_PLATFORM_MACHINE_TYPE. |
|
|
20 |
|
|
21 2003-02-13 Mark Salter <msalter@redhat.com> |
|
|
22 |
|
|
23 * include/hal_platform_extras.h: Move uncached area. Create RAM |
|
|
24 alias area. |
|
|
25 |
|
|
26 2003-02-12 Mark Salter <msalter@redhat.com> |
|
|
27 |
|
|
28 * misc/*.ecm: Turn on CYGPKG_DEVS_ETH_INTEL_I82559_WRITE_EEPROM. |
|
|
29 |
|
|
30 2003-02-07 Mark Salter <msalter@redhat.com> |
|
|
31 |
|
|
32 * Initial checkin. |
|
|
33 |
|
|
34 //=========================================================================== |
|
|
35 //####ECOSGPLCOPYRIGHTBEGIN#### |
|
|
36 // ------------------------------------------- |
|
|
37 // This file is part of eCos, the Embedded Configurable Operating System. |
|
|
38 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. |
|
|
39 // |
|
|
40 // eCos is free software; you can redistribute it and/or modify it under |
|
|
41 // the terms of the GNU General Public License as published by the Free |
|
|
42 // Software Foundation; either version 2 or (at your option) any later version. |
|
|
43 // |
|
|
44 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY |
|
|
45 // WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
|
46 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
|
47 // for more details. |
|
|
48 // |
|
|
49 // You should have received a copy of the GNU General Public License along |
|
|
50 // with eCos; if not, write to the Free Software Foundation, Inc., |
|
|
51 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
|
|
52 // |
|
|
53 // As a special exception, if other files instantiate templates or use macros |
|
|
54 // or inline functions from this file, or you compile this file and link it |
|
|
55 // with other works to produce a work based on this file, this file does not |
|
|
56 // by itself cause the resulting work to be covered by the GNU General Public |
|
|
57 // License. However the source code for this file must still be made available |
|
|
58 // in accordance with section (3) of the GNU General Public License. |
|
|
59 // |
|
|
60 // This exception does not invalidate any other reasons why a work based on |
|
|
61 // this file might be covered by the GNU General Public License. |
|
|
62 // |
|
|
63 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. |
|
|
64 // at http://sources.redhat.com/ecos/ecos-license/ |
|
|
65 // ------------------------------------------- |
|
|
66 //####ECOSGPLCOPYRIGHTEND#### |
|
|
67 //=========================================================================== |