Re: [U-Boot] [PATCH] net: fix env flags for eth10addr and above

2019-01-15 Thread Joe Hershberger
On Thu, Nov 22, 2018 at 10:06 AM Simon Goldschmidt wrote: > > With CONFIG_REGEX enabled, ETHADDR_WILDCARD is set up for up to 10 > interfaces (0..9) as the number can only have one digit. > > On boards with more than 10 interfaces, this leads to the protection > and format checks being absent for

Re: [U-Boot] [PATCH] net: fix env flags for eth10addr and above

2019-01-14 Thread Simon Goldschmidt
Hi Joe, Am 14.01.2019 um 19:19 schrieb Joe Hershberger: Hi Simon, On Mon, Jan 14, 2019 at 10:29 AM Tom Rini wrote: On Mon, Jan 14, 2019 at 04:42:10PM +0100, Simon Goldschmidt wrote: Am 14.12.2018 um 14:28 schrieb Tom Rini: On Fri, Dec 14, 2018 at 09:56:19AM +0100, Simon Goldschmidt wrote:

Re: [U-Boot] [PATCH] net: fix env flags for eth10addr and above

2019-01-14 Thread Joe Hershberger
Hi Simon, On Mon, Jan 14, 2019 at 10:29 AM Tom Rini wrote: > > On Mon, Jan 14, 2019 at 04:42:10PM +0100, Simon Goldschmidt wrote: > > Am 14.12.2018 um 14:28 schrieb Tom Rini: > > >On Fri, Dec 14, 2018 at 09:56:19AM +0100, Simon Goldschmidt wrote: > > > > > >>+Tom > > >> > > >>On Sun, Dec 9, 2018

Re: [U-Boot] [PATCH] net: fix env flags for eth10addr and above

2019-01-14 Thread Tom Rini
On Mon, Jan 14, 2019 at 04:42:10PM +0100, Simon Goldschmidt wrote: > Am 14.12.2018 um 14:28 schrieb Tom Rini: > >On Fri, Dec 14, 2018 at 09:56:19AM +0100, Simon Goldschmidt wrote: > > > >>+Tom > >> > >>On Sun, Dec 9, 2018 at 9:51 PM Simon Goldschmidt > >> wrote: > >>> > >>>Am 22.11.2018 um 17:06

Re: [U-Boot] [PATCH] net: fix env flags for eth10addr and above

2019-01-14 Thread Simon Goldschmidt
Am 14.12.2018 um 14:28 schrieb Tom Rini: On Fri, Dec 14, 2018 at 09:56:19AM +0100, Simon Goldschmidt wrote: +Tom On Sun, Dec 9, 2018 at 9:51 PM Simon Goldschmidt wrote: Am 22.11.2018 um 17:06 schrieb Simon Goldschmidt: With CONFIG_REGEX enabled, ETHADDR_WILDCARD is set up for up to 10

Re: [U-Boot] [PATCH] net: fix env flags for eth10addr and above

2018-12-14 Thread Tom Rini
On Fri, Dec 14, 2018 at 09:56:19AM +0100, Simon Goldschmidt wrote: > +Tom > > On Sun, Dec 9, 2018 at 9:51 PM Simon Goldschmidt > wrote: > > > > Am 22.11.2018 um 17:06 schrieb Simon Goldschmidt: > > > With CONFIG_REGEX enabled, ETHADDR_WILDCARD is set up for up to 10 > > > interfaces (0..9) as

Re: [U-Boot] [PATCH] net: fix env flags for eth10addr and above

2018-12-14 Thread Simon Goldschmidt
+Tom On Sun, Dec 9, 2018 at 9:51 PM Simon Goldschmidt wrote: > > Am 22.11.2018 um 17:06 schrieb Simon Goldschmidt: > > With CONFIG_REGEX enabled, ETHADDR_WILDCARD is set up for up to 10 > > interfaces (0..9) as the number can only have one digit. > > > > On boards with more than 10 interfaces,

Re: [U-Boot] [PATCH] net: fix env flags for eth10addr and above

2018-12-09 Thread Simon Goldschmidt
Am 22.11.2018 um 17:06 schrieb Simon Goldschmidt: With CONFIG_REGEX enabled, ETHADDR_WILDCARD is set up for up to 10 interfaces (0..9) as the number can only have one digit. On boards with more than 10 interfaces, this leads to the protection and format checks being absent for eth10addr and

[U-Boot] [PATCH] net: fix env flags for eth10addr and above

2018-11-22 Thread Simon Goldschmidt
With CONFIG_REGEX enabled, ETHADDR_WILDCARD is set up for up to 10 interfaces (0..9) as the number can only have one digit. On boards with more than 10 interfaces, this leads to the protection and format checks being absent for eth10addr and above. Fix this by changing ETHADDR_WILDCARD from