This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: puzzled on how to integrate arm kernel patch(es) into crosstool


Hi Dan;

  Very amusing...Rick Bronson is one of our off-site consultants for the arm 
board we are using...interesting full circle...

  I'm not aware of any other arm9 patch source location, although I was hoping 
that this would be integrated into the arm patch world, Rick did try to 
submit changes...

http://www.spinics.net/lists/arm-kernel/msg16674.html
http://www.efn.org/~rick/work/usr/src/linux-2.4.19/

  So what do I place in .../patches/linx-2.4.x/ ??

Thanks,
Ken

On Monday 19 January 2004 16:37, Daniel Kegel wrote:
> Ken Wolcott wrote:
> > I can't provide actual code so this is a contrived minimal test case...
> >
> > // GPIO Specific ARM architecture file.
> > #include
> > "/general/tools/gnu/arm9/gcc_3.2.1/arm-arm9-linux-gnu/sys-include/asm/arc
> >h/gpio.h"
> >
> > int main () {
> >   cout << AT91_GPIO_OUTPUT << endl;
> >   return 0;
> > }
>
> Interesting.  Only place I can find that symbol on the net is in the
> AT91RM9200 Drivers source tree at http://www.efn.org/~rick/work
> Is that the right driver?
> Is that stuff present in some standard arm patchset, too?
>
> Can you give me another example that isn't from the at91 stuff?
> Maybe there's yet another driver you need.
> - Dan


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]