[U-Boot-Users] [PATCH9] microblaze EMAC support

Grant Likely grant.likely at secretlab.ca
Tue Sep 11 18:01:06 CEST 2007


On 8/30/07, Michal Simek <Monstr at seznam.cz> wrote:
> DESC: Xilinx Emac support
>
> Signed-off-by: Michal Simek <monstr at monstr.eu>
>
> Note: driver is tested for Microblaze CPU. Please test it for PowerPC405 and then remove code
>
> diff --git a/drivers/net/xilinx_emac.c b/drivers/net/xilinx_emac.c
> new file mode 100644
> index 0000000..36e627a
> --- /dev/null
> +++ b/drivers/net/xilinx_emac.c
> @@ -0,0 +1,374 @@
> +/*
> + * (C) Copyright 2007 Michal Simek
> + *
> + * Michal SIMEK <monstr at monstr.eu>
> + *
> + * See file CREDITS for list of people who contributed to this
> + * project.
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License as
> + * published by the Free Software Foundation; either version 2 of
> + * the License, or (at your option) any later version.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> + * GNU General Public License for more details.
> + *
> + * You should have received a copy of the GNU General Public License
> + * along with this program; if not, write to the Free Software
> + * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
> + * MA 02111-1307 USA
> + *
> + * Based on Xilinx drivers

Is this based on, as in "used the xilinx driver as a reference", or as
in "started with the xilinx code and modified it".  It you started
with the xilinx code, then you need to preserve Xilinx's original
copyright message and license text verbatim in addition to your
copyright/license text.

> + *
> + */

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely at secretlab.ca
(403) 399-0195




More information about the U-Boot mailing list