On 08.09.20 08:35, Andre Heider wrote:
The hardware does not provide a MAC address. Enable this so that
network access works with just the default environment.
Signed-off-by: Andre Heider
---
configs/mvebu_espressobin-88f3720_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf
> -Original Message-
> From: Andre Heider
> Sent: Tuesday, September 8, 2020 09:35
> To: Stefan Roese ; Kostya Porotchkin
> Cc: Pali Rohár ; u-boot@lists.denx.de
> Subject: [EXT] [PATCH] defconfig: espressobin: enable
> NET_RANDOM_ETHADD
On Mon, Sep 21, 2020 at 03:31:14PM +0200, Pali Rohár wrote:
> On Monday 21 September 2020 15:21:44 Marek Behun wrote:
> > On Mon, 21 Sep 2020 15:05:22 +0200
> > Pali Rohár wrote:
> >
> > > Moreover CONFIG_NET_RANDOM_ETHADDR introduce another issue. In case
> > > there is no valid mac address, U-B
On Monday 21 September 2020 15:21:44 Marek Behun wrote:
> On Mon, 21 Sep 2020 15:05:22 +0200
> Pali Rohár wrote:
>
> > Moreover CONFIG_NET_RANDOM_ETHADDR introduce another issue. In case
> > there is no valid mac address, U-Boot generates one. But it does not
> > pass this generates mac address t
On Mon, 21 Sep 2020 15:05:22 +0200
Pali Rohár wrote:
> Moreover CONFIG_NET_RANDOM_ETHADDR introduce another issue. In case
> there is no valid mac address, U-Boot generates one. But it does not
> pass this generates mac address to kernel and therefore kernel generates
> another new random mac add
On Friday 11 September 2020 18:22:04 Marek Behún wrote:
> On Fri, 11 Sep 2020 17:52:26 +0200
> Andre Heider wrote:
>
> > Hi Marek,
> >
> > On 11/09/2020 13:55, Marek Behún wrote:
> > > On Wed, 9 Sep 2020 00:38:31 +0200 Pali Rohár
> > > wrote:
> > >> On Tuesday 08 September 2020 08:52:56 Tom R
Hi Kosta,
On 13.09.20 11:21, Kostya Porotchkin wrote:
Good point, so let's assume the user doesn't have a mac stored.
Without CONFIG_NET_RANDOM_ETHADDR:
* u-boot refuses to do anything network related
* Linux generates a random mac, network works
With CONFIG_NET_RANDOM_ETHADDR:
* u-boot gen
Hello,
> -Original Message-
> From: Dennis Gilmore
> Sent: Friday, September 11, 2020 20:16
> To: Tom Rini
> Cc: Andre Heider ; Marek Behún
> ; Pali Rohár ; Stefan Roese
> ; Kostya Porotchkin ; U-Boot Mailing
> List
> Subject: [EXT] Re: [PATCH] def
I agree with Tom here, I have a few different systems that use this
feature, it is useful. I think most if not all of the systems I have
using it have Marvell SoC's
Dennis
On Fri, Sep 11, 2020 at 12:11 PM Tom Rini wrote:
>
> On Fri, Sep 11, 2020 at 06:47:02PM +0200, Andre Heider wrote:
> > On 11
On Fri, Sep 11, 2020 at 06:47:02PM +0200, Andre Heider wrote:
> On 11/09/2020 18:22, Marek Behún wrote:
> > On Fri, 11 Sep 2020 17:52:26 +0200
> > Andre Heider wrote:
> >
> > > Hi Marek,
> > >
> > > On 11/09/2020 13:55, Marek Behún wrote:
> > > > On Wed, 9 Sep 2020 00:38:31 +0200 Pali Rohár
> >
On 11/09/2020 18:22, Marek Behún wrote:
On Fri, 11 Sep 2020 17:52:26 +0200
Andre Heider wrote:
Hi Marek,
On 11/09/2020 13:55, Marek Behún wrote:
On Wed, 9 Sep 2020 00:38:31 +0200 Pali Rohár
wrote:
On Tuesday 08 September 2020 08:52:56 Tom Rini wrote:
Note that when CONFIG_NET_RANDOM_ETHAD
On Fri, 11 Sep 2020 17:52:26 +0200
Andre Heider wrote:
> Hi Marek,
>
> On 11/09/2020 13:55, Marek Behún wrote:
> > On Wed, 9 Sep 2020 00:38:31 +0200 Pali Rohár
> > wrote:
> >> On Tuesday 08 September 2020 08:52:56 Tom Rini wrote:
> >>> Note that when CONFIG_NET_RANDOM_ETHADDR is set, we onl
Hi Marek,
On 11/09/2020 13:55, Marek Behún wrote:
On Wed, 9 Sep 2020 00:38:31 +0200 Pali Rohár wrote:
On Tuesday 08 September 2020 08:52:56 Tom Rini wrote:
Note that when CONFIG_NET_RANDOM_ETHADDR is set, we only use a
random MAC address when we haven't found one either on the hardware
or env
On Wed, 9 Sep 2020 00:38:31 +0200
Pali Rohár wrote:
> On Tuesday 08 September 2020 08:52:56 Tom Rini wrote:
> > On Tue, Sep 08, 2020 at 10:14:15AM +0200, Andre Heider wrote:
> > > On 08/09/2020 09:42, Pali Rohár wrote:
> > > > On Tuesday 08 September 2020 08:35:00 Andre Heider wrote:
> > >
On Tuesday 08 September 2020 08:52:56 Tom Rini wrote:
> On Tue, Sep 08, 2020 at 10:14:15AM +0200, Andre Heider wrote:
> > On 08/09/2020 09:42, Pali Rohár wrote:
> > > On Tuesday 08 September 2020 08:35:00 Andre Heider wrote:
> > > > The hardware does not provide a MAC address. Enable this so that
>
On Tue, Sep 08, 2020 at 10:14:15AM +0200, Andre Heider wrote:
> On 08/09/2020 09:42, Pali Rohár wrote:
> > On Tuesday 08 September 2020 08:35:00 Andre Heider wrote:
> > > The hardware does not provide a MAC address. Enable this so that
> > > network access works with just the default environment.
>
On 08/09/2020 09:42, Pali Rohár wrote:
On Tuesday 08 September 2020 08:35:00 Andre Heider wrote:
The hardware does not provide a MAC address. Enable this so that
network access works with just the default environment.
Well, this is not fully truth as MAC address is stored in SPI, just in
non-s
On Tuesday 08 September 2020 08:35:00 Andre Heider wrote:
> The hardware does not provide a MAC address. Enable this so that
> network access works with just the default environment.
Well, this is not fully truth as MAC address is stored in SPI, just in
non-standard format, in U-Boot env stored in
The hardware does not provide a MAC address. Enable this so that
network access works with just the default environment.
Signed-off-by: Andre Heider
---
configs/mvebu_espressobin-88f3720_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/mvebu_espressobin-88f3720_defconfig
b/
19 matches
Mail list logo