Re: [U-Boot] Fw: Re: Re: [PATCH] add u-boot sja1000/can support

2009-10-26 Thread Wolfgang Denk
Dear miaofng, In message <4ae5a449.7040...@gmail.com> you wrote: > > what i want to do is something like a protocol gateway. It converts the > data from one type to another. Use an OS for this purpose. U-Boot is just a boot loader. > u-boot has support so many cpu/board/, i thinks it can do

Re: [U-Boot] Fw: Re: Re: [PATCH] add u-boot sja1000/can support

2009-10-26 Thread Wolfgang Grandegger
miaofng wrote: > Wolfgang Grandegger wrote: >> miaofng wrote: >> >>> Hi mike, >>> It seems there's a big difference between my current project >>> and u-boot common usage. I can only enjoy the patch myself now >>> >> Yes, can you describe your use-case. CAN in U-BOOT, so far, was just >> us

Re: [U-Boot] Fw: Re: Re: [PATCH] add u-boot sja1000/can support

2009-10-26 Thread miaofng
Wolfgang Grandegger wrote: > miaofng wrote: > >> Hi mike, >> It seems there's a big difference between my current project >> and u-boot common usage. I can only enjoy the patch myself now >> > > Yes, can you describe your use-case. CAN in U-BOOT, so far, was just > used to send or receive o

Re: [U-Boot] Fw: Re: Re: [PATCH] add u-boot sja1000/can support

2009-10-26 Thread Wolfgang Grandegger
miaofng wrote: > Hi mike, > It seems there's a big difference between my current project > and u-boot common usage. I can only enjoy the patch myself now Yes, can you describe your use-case. CAN in U-BOOT, so far, was just used to send or receive one or a few messages, mainly for testing purposes.