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

Esben Nielsen nielsen.esben at googlemail.com
Wed Aug 22 20:20:46 EST 2007



On Tue, 21 Aug 2007, Robert Woodworth wrote:

> 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.
>

The solution below is in line with what we do in our 2.4 kernel to support
several of our own boards.
When you distribute the kernel you have to distribute the source as well. 
You thus have to include xparameters.h such the kernel can be rebuild by 
the receiver.

Esben

>
>
> 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
>> +*
>> +*******************************************************************/
>> +
>
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded at ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>


More information about the Linuxppc-embedded mailing list