All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: davinci: omapl138_lcdk: add random eth address support
@ 2017-05-16 17:50 Suman Anna
  2017-05-16 18:51 ` Tom Rini
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Suman Anna @ 2017-05-16 17:50 UTC (permalink / raw)
  To: u-boot

Any TFTP or DHCP boot on the Davinci OMAP-L138 LCDK board requires
that the 'ethaddr' variable be defined. There are no e-fuses to store
the ethernet mac address for this platform, and neither is a MAC
address reserved in any format. So enable random MAC address support
so that networking boot can be supported.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 configs/omapl138_lcdk_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index 0629f9636fd4..23fe084e5476 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -21,6 +21,7 @@ CONFIG_HUSH_PARSER=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_DIAG=y
 CONFIG_CMD_UBI=y
+CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
 CONFIG_SYS_NAND_U_BOOT_OFFS=0x28000
 CONFIG_SPI_FLASH=y
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] configs: davinci: omapl138_lcdk: add random eth address support
  2017-05-16 17:50 [U-Boot] [PATCH] configs: davinci: omapl138_lcdk: add random eth address support Suman Anna
@ 2017-05-16 18:51 ` Tom Rini
  2017-06-05 18:53   ` Suman Anna
  2017-05-17  2:39 ` Lokesh Vutla
  2017-06-06  0:13 ` [U-Boot] " Tom Rini
  2 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2017-05-16 18:51 UTC (permalink / raw)
  To: u-boot

On Tue, May 16, 2017 at 12:50:18PM -0500, Suman Anna wrote:

> Any TFTP or DHCP boot on the Davinci OMAP-L138 LCDK board requires
> that the 'ethaddr' variable be defined. There are no e-fuses to store
> the ethernet mac address for this platform, and neither is a MAC
> address reserved in any format. So enable random MAC address support
> so that networking boot can be supported.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170516/b99928f7/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] configs: davinci: omapl138_lcdk: add random eth address support
  2017-05-16 17:50 [U-Boot] [PATCH] configs: davinci: omapl138_lcdk: add random eth address support Suman Anna
  2017-05-16 18:51 ` Tom Rini
@ 2017-05-17  2:39 ` Lokesh Vutla
  2017-06-06  0:13 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 5+ messages in thread
From: Lokesh Vutla @ 2017-05-17  2:39 UTC (permalink / raw)
  To: u-boot



On Tuesday 16 May 2017 11:20 PM, Suman Anna wrote:
> Any TFTP or DHCP boot on the Davinci OMAP-L138 LCDK board requires
> that the 'ethaddr' variable be defined. There are no e-fuses to store
> the ethernet mac address for this platform, and neither is a MAC
> address reserved in any format. So enable random MAC address support
> so that networking boot can be supported.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] configs: davinci: omapl138_lcdk: add random eth address support
  2017-05-16 18:51 ` Tom Rini
@ 2017-06-05 18:53   ` Suman Anna
  0 siblings, 0 replies; 5+ messages in thread
From: Suman Anna @ 2017-06-05 18:53 UTC (permalink / raw)
  To: u-boot

Hi Tom, Peter,

On 05/16/2017 01:51 PM, Tom Rini wrote:
> On Tue, May 16, 2017 at 12:50:18PM -0500, Suman Anna wrote:
> 
>> Any TFTP or DHCP boot on the Davinci OMAP-L138 LCDK board requires
>> that the 'ethaddr' variable be defined. There are no e-fuses to store
>> the ethernet mac address for this platform, and neither is a MAC
>> address reserved in any format. So enable random MAC address support
>> so that networking boot can be supported.
>>
>> Signed-off-by: Suman Anna <s-anna@ti.com>
> 
> Reviewed-by: Tom Rini <trini@konsulko.com>

I haven't seen this patch either in master or next branch yet. Just want
to make sure that this has not fallen into some cracks.

regards
Suman

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] configs: davinci: omapl138_lcdk: add random eth address support
  2017-05-16 17:50 [U-Boot] [PATCH] configs: davinci: omapl138_lcdk: add random eth address support Suman Anna
  2017-05-16 18:51 ` Tom Rini
  2017-05-17  2:39 ` Lokesh Vutla
@ 2017-06-06  0:13 ` Tom Rini
  2 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2017-06-06  0:13 UTC (permalink / raw)
  To: u-boot

On Tue, May 16, 2017 at 12:50:18PM -0500, Anna, Suman wrote:

> Any TFTP or DHCP boot on the Davinci OMAP-L138 LCDK board requires
> that the 'ethaddr' variable be defined. There are no e-fuses to store
> the ethernet mac address for this platform, and neither is a MAC
> address reserved in any format. So enable random MAC address support
> so that networking boot can be supported.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170605/20b4b0df/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-06  0:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-16 17:50 [U-Boot] [PATCH] configs: davinci: omapl138_lcdk: add random eth address support Suman Anna
2017-05-16 18:51 ` Tom Rini
2017-06-05 18:53   ` Suman Anna
2017-05-17  2:39 ` Lokesh Vutla
2017-06-06  0:13 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.