annotate packages/devs/eth/arm/netarm/current/ChangeLog @ 3292:7f8e529b4d82 default tip

Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
author vae
date Wed, 29 Apr 2015 23:31:48 +0000
parents 74dbf4c3f2e1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2105
e7d311287dec * Fixed data alignment problems. Cleaned up the naming of
asl
parents: 1987
diff changeset
1 2005-11-17 Harald Brandl <Harald.Brandl@fh-joanneum.at>
e7d311287dec * Fixed data alignment problems. Cleaned up the naming of
asl
parents: 1987
diff changeset
2
e7d311287dec * Fixed data alignment problems. Cleaned up the naming of
asl
parents: 1987
diff changeset
3 * Fixed data alignment problems. Cleaned up the naming of
e7d311287dec * Fixed data alignment problems. Cleaned up the naming of
asl
parents: 1987
diff changeset
4 functions to avoid name space pollution. Us the HAL macros to
e7d311287dec * Fixed data alignment problems. Cleaned up the naming of
asl
parents: 1987
diff changeset
5 access the hardware.
e7d311287dec * Fixed data alignment problems. Cleaned up the naming of
asl
parents: 1987
diff changeset
6
1987
b941ecf48d3d Fixed the ordering of Haralds name.
asl
parents: 1986
diff changeset
7 2005-06-12 Harald Brandl <Harald.Brandl@fh-joanneum.at>
1986
e256aea3e373 * First import of an ethernet device driver for the NETARM
asl
parents:
diff changeset
8
e256aea3e373 * First import of an ethernet device driver for the NETARM
asl
parents:
diff changeset
9 * First import of an ethernet device driver for the NETARM
e256aea3e373 * First import of an ethernet device driver for the NETARM
asl
parents:
diff changeset
10 processors.
e256aea3e373 * First import of an ethernet device driver for the NETARM
asl
parents:
diff changeset
11
e256aea3e373 * First import of an ethernet device driver for the NETARM
asl
parents:
diff changeset
12 //===========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
13 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
14 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
15 // This file is part of eCos, the Embedded Configurable Operating System.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
16 // Copyright (C) 2005 Free Software Foundation, Inc.
1986
e256aea3e373 * First import of an ethernet device driver for the NETARM
asl
parents:
diff changeset
17 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
18 // This program is free software; you can redistribute it and/or modify
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
19 // it under the terms of the GNU General Public License as published by
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
20 // the Free Software Foundation; either version 2 or (at your option) any
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
21 // later version.
1986
e256aea3e373 * First import of an ethernet device driver for the NETARM
asl
parents:
diff changeset
22 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
23 // This program is distributed in the hope that it will be useful, but
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
24 // WITHOUT ANY WARRANTY; without even the implied warranty of
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
25 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
26 // General Public License for more details.
1986
e256aea3e373 * First import of an ethernet device driver for the NETARM
asl
parents:
diff changeset
27 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
28 // You should have received a copy of the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
29 // along with this program; if not, write to the
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
30 // Free Software Foundation, Inc., 51 Franklin Street,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
31 // Fifth Floor, Boston, MA 02110-1301, USA.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
32 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2105
diff changeset
33 // ####GPLCOPYRIGHTEND####
1986
e256aea3e373 * First import of an ethernet device driver for the NETARM
asl
parents:
diff changeset
34 //===========================================================================