Re: [PATCH 0/3] common: Add fdt network helper

2021-09-02 Thread Tony Dinh
Hi Simon, On Thu, Sep 2, 2021 at 9:41 AM Simon Glass wrote: > > Hi Tony, > > On Wed, 1 Sept 2021 at 03:22, Tony Dinh wrote: > > > > Hey Simon, > > > > On Thu, Aug 26, 2021 at 9:00 PM Tony Dinh wrote: > > > > > > Hi Simon, > > > > > > On Tue, Aug 17, 2021 at 9:09 AM Simon Glass wrote: > > > >

Re: [PATCH 0/3] common: Add fdt network helper

2021-09-02 Thread Simon Glass
Hi Tony, On Wed, 1 Sept 2021 at 03:22, Tony Dinh wrote: > > Hey Simon, > > On Thu, Aug 26, 2021 at 9:00 PM Tony Dinh wrote: > > > > Hi Simon, > > > > On Tue, Aug 17, 2021 at 9:09 AM Simon Glass wrote: > > > > > > Hi Tony, > > > > > > On Sun, 15 Aug 2021 at 15:28, Tony Dinh wrote: > > > > > >

Re: [PATCH 0/3] common: Add fdt network helper

2021-09-01 Thread Tony Dinh
Hey Simon, On Thu, Aug 26, 2021 at 9:00 PM Tony Dinh wrote: > > Hi Simon, > > On Tue, Aug 17, 2021 at 9:09 AM Simon Glass wrote: > > > > Hi Tony, > > > > On Sun, 15 Aug 2021 at 15:28, Tony Dinh wrote: > > > > > > Hi Simon, > > > > > > On Sun, Aug 15, 2021 at 7:10 AM Simon Glass wrote: > > > >

Re: [PATCH 0/3] common: Add fdt network helper

2021-08-26 Thread Tony Dinh
Hi Simon, On Tue, Aug 17, 2021 at 9:09 AM Simon Glass wrote: > > Hi Tony, > > On Sun, 15 Aug 2021 at 15:28, Tony Dinh wrote: > > > > Hi Simon, > > > > On Sun, Aug 15, 2021 at 7:10 AM Simon Glass wrote: > > > > > > Hi Tony, > > > > > > On Thu, 5 Aug 2021 at 22:49, Tony Dinh wrote: > > > > > >

Re: [PATCH 0/3] common: Add fdt network helper

2021-08-17 Thread Simon Glass
Hi Tony, On Sun, 15 Aug 2021 at 15:28, Tony Dinh wrote: > > Hi Simon, > > On Sun, Aug 15, 2021 at 7:10 AM Simon Glass wrote: > > > > Hi Tony, > > > > On Thu, 5 Aug 2021 at 22:49, Tony Dinh wrote: > > > > > > > > > At the moment, there is no common fdt helper function specific to > > >

Re: [PATCH 0/3] common: Add fdt network helper

2021-08-16 Thread Tony Dinh
Hi Simon, On Sun, Aug 15, 2021 at 2:27 PM Tony Dinh wrote: > > Hi Simon, > > On Sun, Aug 15, 2021 at 7:10 AM Simon Glass wrote: > > > > Hi Tony, > > > > On Thu, 5 Aug 2021 at 22:49, Tony Dinh wrote: > > > > > > > > > At the moment, there is no common fdt helper function specific to > > >

Re: [PATCH 0/3] common: Add fdt network helper

2021-08-15 Thread Tony Dinh
Hi Simon, On Sun, Aug 15, 2021 at 7:10 AM Simon Glass wrote: > > Hi Tony, > > On Thu, 5 Aug 2021 at 22:49, Tony Dinh wrote: > > > > > > At the moment, there is no common fdt helper function specific to decoding > > network related > > information from FDTs. This new helper functional group

Re: [PATCH 0/3] common: Add fdt network helper

2021-08-15 Thread Simon Glass
Hi Tony, On Thu, 5 Aug 2021 at 22:49, Tony Dinh wrote: > > > At the moment, there is no common fdt helper function specific to decoding > network related > information from FDTs. This new helper functional group fdt_support_net is > intended to be used > by board-specific code within U-Boot

Re: [PATCH 0/3] common: Add fdt network helper

2021-08-12 Thread Stefan Roese
Hi Ramin, Hi Joe, On 06.08.21 06:49, Tony Dinh wrote: At the moment, there is no common fdt helper function specific to decoding network related information from FDTs. This new helper functional group fdt_support_net is intended to be used by board-specific code within U-Boot for various