Re: [U-Boot] [PATCH v3] Retrieve MAC address from EEPROM

2016-11-10 Thread Michal Simek
On 10.11.2016 13:43, Olliver Schinagl wrote: > On 10-11-16 13:37, Michal Simek wrote: >> On 10.11.2016 13:31, Olliver Schinagl wrote: >>> On 10-11-16 13:26, Michal Simek wrote: On 10.11.2016 13:08, Olliver Schinagl wrote: > Hi Michal, > > On 10-11-16 12:37, Michal Simek wrote:

Re: [U-Boot] [PATCH v3] Retrieve MAC address from EEPROM

2016-11-10 Thread Michal Simek
On 10.11.2016 13:31, Olliver Schinagl wrote: > On 10-11-16 13:26, Michal Simek wrote: >> On 10.11.2016 13:08, Olliver Schinagl wrote: >>> Hi Michal, >>> >>> On 10-11-16 12:37, Michal Simek wrote: On 8.11.2016 16:54, Olliver Schinagl wrote: > This patch-series introduces methods to retrieve

Re: [U-Boot] [PATCH v3] Retrieve MAC address from EEPROM

2016-11-10 Thread Olliver Schinagl
On 10-11-16 13:37, Michal Simek wrote: On 10.11.2016 13:31, Olliver Schinagl wrote: On 10-11-16 13:26, Michal Simek wrote: On 10.11.2016 13:08, Olliver Schinagl wrote: Hi Michal, On 10-11-16 12:37, Michal Simek wrote: On 8.11.2016 16:54, Olliver Schinagl wrote: This patch-series introduces

Re: [U-Boot] [PATCH v3] Retrieve MAC address from EEPROM

2016-11-10 Thread Olliver Schinagl
On 10-11-16 13:26, Michal Simek wrote: On 10.11.2016 13:08, Olliver Schinagl wrote: Hi Michal, On 10-11-16 12:37, Michal Simek wrote: On 8.11.2016 16:54, Olliver Schinagl wrote: This patch-series introduces methods to retrieve the MAC address from an onboard EEPROM using the read_rom_hwaddr h

Re: [U-Boot] [PATCH v3] Retrieve MAC address from EEPROM

2016-11-10 Thread Michal Simek
On 10.11.2016 13:08, Olliver Schinagl wrote: > Hi Michal, > > On 10-11-16 12:37, Michal Simek wrote: >> On 8.11.2016 16:54, Olliver Schinagl wrote: >>> This patch-series introduces methods to retrieve the MAC address from an >>> onboard EEPROM using the read_rom_hwaddr hook. >>> >>> The reason we

Re: [U-Boot] [PATCH v3] Retrieve MAC address from EEPROM

2016-11-10 Thread Olliver Schinagl
Hi Michal, On 10-11-16 12:37, Michal Simek wrote: On 8.11.2016 16:54, Olliver Schinagl wrote: This patch-series introduces methods to retrieve the MAC address from an onboard EEPROM using the read_rom_hwaddr hook. The reason we might want to read the MAC address from an EEPROM instead of stori

Re: [U-Boot] [PATCH v3] Retrieve MAC address from EEPROM

2016-11-10 Thread Michal Simek
On 8.11.2016 16:54, Olliver Schinagl wrote: > This patch-series introduces methods to retrieve the MAC address from an > onboard EEPROM using the read_rom_hwaddr hook. > > The reason we might want to read the MAC address from an EEPROM instead of > storing the entire environment is mostly a size t

[U-Boot] [PATCH v3] Retrieve MAC address from EEPROM

2016-11-08 Thread Olliver Schinagl
This patch-series introduces methods to retrieve the MAC address from an onboard EEPROM using the read_rom_hwaddr hook. The reason we might want to read the MAC address from an EEPROM instead of storing the entire environment is mostly a size thing. Our default environment already is bigger then t