1 |
786 |
skrzyp |
2004-04-08 Bob Koninckx
|
2 |
|
|
|
3 |
|
|
* cdl/ec555_eth_drivers.cdl: Made
|
4 |
|
|
CYGNUM_DEVS_ETH_POWERPC_EC555_ETH0_BASE a calculated option that is
|
5 |
|
|
always consistent with the memory map. Added the possibility to set
|
6 |
|
|
the esa as a configuration option.
|
7 |
|
|
|
8 |
|
|
* include/devs_eth_powerpc_ec555.inl: Made hardware swapping or
|
9 |
|
|
software swapping of data bytes (mostly relevant to big endian
|
10 |
|
|
machines) a configuration option
|
11 |
|
|
|
12 |
|
|
2003-11-05 Bob Koninckx
|
13 |
|
|
|
14 |
|
|
* include/devs_eth_powerpc_ec555.inl:
|
15 |
|
|
* cdl/ec555_eth_drivers.cdl: New package - support on PowerPC EC555
|
16 |
|
|
|
17 |
|
|
//===========================================================================
|
18 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
19 |
|
|
// -------------------------------------------
|
20 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
21 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
22 |
|
|
//
|
23 |
|
|
// This program is free software; you can redistribute it and/or modify
|
24 |
|
|
// it under the terms of the GNU General Public License as published by
|
25 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
26 |
|
|
// later version.
|
27 |
|
|
//
|
28 |
|
|
// This program is distributed in the hope that it will be useful, but
|
29 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
30 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
31 |
|
|
// General Public License for more details.
|
32 |
|
|
//
|
33 |
|
|
// You should have received a copy of the GNU General Public License
|
34 |
|
|
// along with this program; if not, write to the
|
35 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
36 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
37 |
|
|
// -------------------------------------------
|
38 |
|
|
// ####GPLCOPYRIGHTEND####
|
39 |
|
|
//===========================================================================
|