[PATCH v2 02/14] toradex: tdx-cfg-block: add EEPROM read/store wrappers

2020-07-27 Thread sbabic
> From: Igor Opaniuk > These functions wrap functionality for storing config blocks in EEPROM. > Signed-off-by: Igor Opaniuk Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering Gm

Re: [PATCH v2 02/14] toradex: tdx-cfg-block: add EEPROM read/store wrappers

2020-07-27 Thread Stefano Babic
On 27.07.20 15:35, Tom Rini wrote: > On Mon, Jul 27, 2020 at 02:49:30PM +0200, Stefano Babic wrote: >> Hi Igor, >> >> On 15.07.20 12:30, Igor Opaniuk wrote: >>> From: Igor Opaniuk >>> >>> These functions wrap functionality for storing config blocks in EEPROM. >>> >>> Signed-off-by: Igor Opaniuk >

Re: [PATCH v2 02/14] toradex: tdx-cfg-block: add EEPROM read/store wrappers

2020-07-27 Thread Tom Rini
On Mon, Jul 27, 2020 at 02:49:30PM +0200, Stefano Babic wrote: > Hi Igor, > > On 15.07.20 12:30, Igor Opaniuk wrote: > > From: Igor Opaniuk > > > > These functions wrap functionality for storing config blocks in EEPROM. > > > > Signed-off-by: Igor Opaniuk > > --- > > > > This breaks one of y

Re: [PATCH v2 02/14] toradex: tdx-cfg-block: add EEPROM read/store wrappers

2020-07-27 Thread Stefano Babic
Hi Igor, On 15.07.20 12:30, Igor Opaniuk wrote: > From: Igor Opaniuk > > These functions wrap functionality for storing config blocks in EEPROM. > > Signed-off-by: Igor Opaniuk > --- > This breaks one of your (obsolete ?) board, colibri_pxa270 Reason is a side-effect in dm/read.h: a

[PATCH v2 02/14] toradex: tdx-cfg-block: add EEPROM read/store wrappers

2020-07-15 Thread Igor Opaniuk
From: Igor Opaniuk These functions wrap functionality for storing config blocks in EEPROM. Signed-off-by: Igor Opaniuk --- (no changes since v1) board/toradex/common/Makefile | 1 + board/toradex/common/tdx-eeprom.c | 90 +++ board/toradex/common/tdx-eeprom.h