Re: [U-Boot] [PATCH v2 4/4] net: NC-SI setup and handling

2019-09-08 Thread Samuel Mendoza-Jonas
On Tue, 2019-07-09 at 23:33 +, Joe Hershberger wrote: > On Mon, Jun 17, 2019 at 8:43 PM Samuel Mendoza-Jonas > wrote: > > Add the handling of NC-SI ethernet frames, and add a check at the > > start > > of net_loop() to configure NC-SI before starting other network > > commands. > > This also a

Re: [U-Boot] [PATCH v2 4/4] net: NC-SI setup and handling

2019-07-09 Thread Joe Hershberger
On Mon, Jun 17, 2019 at 8:43 PM Samuel Mendoza-Jonas wrote: > > Add the handling of NC-SI ethernet frames, and add a check at the start > of net_loop() to configure NC-SI before starting other network commands. > This also adds an "ncsi" command to manually start NC-SI configuration. > > Signed-of

Re: [U-Boot] [PATCH v2 4/4] net: NC-SI setup and handling

2019-06-19 Thread Samuel Mendoza-Jonas
On Wed, 2019-06-19 at 02:35 +, Joel Stanley wrote: > On Tue, 18 Jun 2019 at 01:38, Samuel Mendoza-Jonas > wrote: > > Add the handling of NC-SI ethernet frames, and add a check at the start > > of net_loop() to configure NC-SI before starting other network commands. > > This also adds an "ncsi

Re: [U-Boot] [PATCH v2 4/4] net: NC-SI setup and handling

2019-06-18 Thread Joel Stanley
On Tue, 18 Jun 2019 at 01:38, Samuel Mendoza-Jonas wrote: > > Add the handling of NC-SI ethernet frames, and add a check at the start > of net_loop() to configure NC-SI before starting other network commands. > This also adds an "ncsi" command to manually start NC-SI configuration. > > Signed-off

[U-Boot] [PATCH v2 4/4] net: NC-SI setup and handling

2019-06-17 Thread Samuel Mendoza-Jonas
Add the handling of NC-SI ethernet frames, and add a check at the start of net_loop() to configure NC-SI before starting other network commands. This also adds an "ncsi" command to manually start NC-SI configuration. Signed-off-by: Samuel Mendoza-Jonas --- v2: Update ncsi command help text cmd/