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, [EMAIL PROTECTED] wrote: > From: Stephen Neuendorffer <[EMAIL PROTECTED]> > 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 [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
