[PATCH 3/3] Add support for xupv2p and ml410 boards.

Robert Woodworth rwoodworth at securics.com
Wed Aug 22 13:04:24 EST 2007


Should the xparameters????.h file *really* be included in the tree?

This file is completely board/EDK/ISE/synthesis specific.  I'd rather it
not be included and have people copy theirs from EDK.   
Or as I have done, sym-link it from my EDK project.


Woody.



On Tue, 2007-08-21 at 17:53 -0700, wolfgang.reissnegger at xilinx.com
wrote:
> From: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>

> diff --git a/arch/ppc/platforms/4xx/xparameters/xparameters.h b/arch/ppc/platforms/4xx/xparameters/xparameters.h
> index 01aa043..34d9844 100644
> --- a/arch/ppc/platforms/4xx/xparameters/xparameters.h
> +++ b/arch/ppc/platforms/4xx/xparameters/xparameters.h
> @@ -15,8 +15,12 @@
>  
>  #if defined(CONFIG_XILINX_ML300)
>    #include "xparameters_ml300.h"
> +#elif defined(CONFIG_XILINX_XUPV2P)
> +  #include "xparameters_xupv2p.h"
>  #elif defined(CONFIG_XILINX_ML403)
>    #include "xparameters_ml403.h"
> +#elif defined(CONFIG_XILINX_ML41x)
> +  #include "xparameters_ml41x.h"
>  #else
>    /* Add other board xparameter includes here before the #else */
>    #error No xparameters_*.h file included
> diff --git a/arch/ppc/platforms/4xx/xparameters/xparameters_ml41x.h b/arch/ppc/platforms/4xx/xparameters/xparameters_ml41x.h
> new file mode 100644
> index 0000000..06dac67
> --- /dev/null
> +++ b/arch/ppc/platforms/4xx/xparameters/xparameters_ml41x.h
> @@ -0,0 +1,277 @@
> +
> +/*******************************************************************
> +*
> +* CAUTION: This file is automatically generated by libgen.
> +* Version: Xilinx EDK 8.2.02 EDK_Im_Sp2.4
> +* DO NOT EDIT.
> +*
> +* Copyright (c) 2005 Xilinx, Inc.  All rights reserved. 
> +* 
> +* Description: Driver parameters
> +*
> +*******************************************************************/
> +




More information about the Linuxppc-embedded mailing list