Re: [U-Boot] [PATCH 0/3] Net Boot Controller

2010-11-17 Thread tristan
Thank you for your time. As I understand, there are some ways to achieve almost the same feature using only the preboot command. I'll take a closer look at it. Regards 2010/11/17 Wolfgang Denk > Dear tristan, > > In message > > > you wrote: > > > > > Is NBC a standard ? Could you provide a lin

Re: [U-Boot] [PATCH 0/3] Net Boot Controller

2010-11-17 Thread Wolfgang Denk
Dear tristan, In message you wrote: > > > Is NBC a standard ? Could you provide a link describing this protocol ? > > NBC is not a standard, this is just a simple protocol I designed for this > purpose Sorry, but in this case, and considering all the othe rproblems pointed out by Stefano, plea

Re: [U-Boot] [PATCH 0/3] Net Boot Controller

2010-11-17 Thread Stefano Babic
On 11/17/2010 02:17 PM, tristan wrote: > Is NBC a standard ? Could you provide a link describing this protocol ? > > > NBC is not a standard, this is just a simple protocol I designed for > this purpose IMHO we should not add such as protocol to u-boot, considering that u-boot already implem

Re: [U-Boot] [PATCH 0/3] Net Boot Controller

2010-11-17 Thread tristan
Hi Michael, 2010/11/17 Michael Zaidman > Hi Tristan, > > On Tue, Nov 16, 2010 at 8:04 PM, wrote: > > > > From: Tristan Lelong > > > > This patch allow to interrupt u-boot autoboot from remote PC and > auto-reconfigure a netconsole redirected to this remote PC > > > > Tristan Lelong (3): > > A

Re: [U-Boot] [PATCH 0/3] Net Boot Controller

2010-11-17 Thread tristan
Hi Stefano, 2010/11/17 Stefano Babic > On 11/16/2010 07:04 PM, tristan.lel...@blunderer.org wrote: > > From: Tristan Lelong > > > > This patch allow to interrupt u-boot autoboot from remote PC and > auto-reconfigure a netconsole redirected to this remote PC > > > > Tristan Lelong (3): > > Add

Re: [U-Boot] [PATCH 0/3] Net Boot Controller

2010-11-17 Thread Michael Zaidman
Hi Tristan, On Tue, Nov 16, 2010 at 8:04 PM, wrote: > > From: Tristan Lelong > > This patch allow to interrupt u-boot autoboot from remote PC and > auto-reconfigure a netconsole redirected to this remote PC > > Tristan Lelong (3): >  Add support for Net Boot Controller (NBC) packet >  Add sendn

Re: [U-Boot] [PATCH 0/3] Net Boot Controller

2010-11-17 Thread Stefano Babic
On 11/16/2010 07:04 PM, tristan.lel...@blunderer.org wrote: > From: Tristan Lelong > > This patch allow to interrupt u-boot autoboot from remote PC and > auto-reconfigure a netconsole redirected to this remote PC > > Tristan Lelong (3): > Add support for Net Boot Controller (NBC) packet > A

[U-Boot] [PATCH 0/3] Net Boot Controller

2010-11-17 Thread tristan . lelong
From: Tristan Lelong This patch allow to interrupt u-boot autoboot from remote PC and auto-reconfigure a netconsole redirected to this remote PC Tristan Lelong (3): Add support for Net Boot Controller (NBC) packet Add sendnbc tool to broadcast NBC magic packet Add the NBC + netconsole cor