Re: [U-Boot] Add a new protocol

2012-08-27 Thread EVS Hardware Dpt
Hi Albert, Yes, I could, but the purpose of my protocol is to be software driven and not human driven. Also error checking is extremely important when testing boards. Regards, Fred. 2012/8/25 Albert ARIBAUD albert.u.b...@aribaud.net Hi Fred, On Tue, 21 Aug 2012 18:27:02 +0200, EVS Hardware

Re: [U-Boot] Add a new protocol

2012-08-27 Thread EVS Hardware Dpt
for your answers, Fred. 2012/8/27 Albert ARIBAUD albert.u.b...@aribaud.net Hi EVS, On Mon, 27 Aug 2012 17:07:42 +0200, EVS Hardware Dpt hardware@gmail.com wrote: Hi Albert, Yes, I could, but the purpose of my protocol is to be software driven and not human driven. Also error

[U-Boot] Add a new protocol

2012-08-23 Thread EVS Hardware Dpt
Hi, I want to add a new network protocol to u-boot. However it seems that the most straightforward way to add a new protocol is to add it to NetLoop's supported protocols. Of course, I would create a .c/.h pair of files to manage the protocol and use CONFIG_XXX to ensure it doesn't add