Re: [PATCH v3 1/4] common: Add generic function for reading serial number

2023-10-04 Thread Simon Glass
Hi Artur, On Wed, 4 Oct 2023 at 06:47, Artur Rojek wrote: > > >Hi Artur, > > > >On Mon, 2 Oct 2023 at 06:42, Artur Rojek wrote: > >> > >> Provide a generic way for boards to read their serial number from EEPROM > >> at init. > >> > >> If CONFIG_ID_EEPROM is set, the new serial_read_from_eeprom()

Re: [PATCH v3 1/4] common: Add generic function for reading serial number

2023-10-04 Thread Artur Rojek
>Hi Artur, > >On Mon, 2 Oct 2023 at 06:42, Artur Rojek wrote: >> >> Provide a generic way for boards to read their serial number from EEPROM >> at init. >> >> If CONFIG_ID_EEPROM is set, the new serial_read_from_eeprom() function >> will now be called during the post-relocation part of the board i

Re: [PATCH v3 1/4] common: Add generic function for reading serial number

2023-10-02 Thread Simon Glass
Hi Artur, On Mon, 2 Oct 2023 at 06:42, Artur Rojek wrote: > > Provide a generic way for boards to read their serial number from EEPROM > at init. > > If CONFIG_ID_EEPROM is set, the new serial_read_from_eeprom() function > will now be called during the post-relocation part of the board init. > >

[PATCH v3 1/4] common: Add generic function for reading serial number

2023-10-02 Thread Artur Rojek
Provide a generic way for boards to read their serial number from EEPROM at init. If CONFIG_ID_EEPROM is set, the new serial_read_from_eeprom() function will now be called during the post-relocation part of the board init. Provided is the tlv eeprom implementation of the above function, making us