Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-15 Thread Alex Kiernan
On Wed, Feb 14, 2018 at 7:13 PM, Lukasz Majewski wrote: > Hi Alex, > >> On Wed, Feb 14, 2018 at 8:53 AM, Lukasz Majewski >> wrote: >> >> >> Whatever we do, I think CONFIG_SYS_BOOTCOUNT_ADDR wants >> >> >> splitting into at least two: >> >> >> >> >> >> - I2C - an

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-14 Thread Lukasz Majewski
Hi Alex, > On Wed, Feb 14, 2018 at 8:53 AM, Lukasz Majewski > wrote: > >> >> Whatever we do, I think CONFIG_SYS_BOOTCOUNT_ADDR wants > >> >> splitting into at least two: > >> >> > >> >> - I2C - an offset from an I2C base for the bootcounter > >> > - RAM/SoC memory - location

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-14 Thread Alex Kiernan
On Wed, Feb 14, 2018 at 8:53 AM, Lukasz Majewski wrote: >> >> Whatever we do, I think CONFIG_SYS_BOOTCOUNT_ADDR wants splitting >> >> into at least two: >> >> >> >> - I2C - an offset from an I2C base for the bootcounter >> > - RAM/SoC memory - location of special register to

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-14 Thread Lukasz Majewski
Hi Alex, > On Tue, Feb 13, 2018 at 2:41 PM, Lukasz Majewski > wrote: > > Hi Alex, > > > >> On Mon, Feb 12, 2018 at 8:48 AM, Lukasz Majewski > >> wrote: > >> > Hi Alex, > >> > > >> >> On Sun, Feb 11, 2018 at 9:44 PM, Lukasz Majewski > >> >>

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-13 Thread Alex Kiernan
On Tue, Feb 13, 2018 at 2:41 PM, Lukasz Majewski wrote: > Hi Alex, > >> On Mon, Feb 12, 2018 at 8:48 AM, Lukasz Majewski >> wrote: >> > Hi Alex, >> > >> >> On Sun, Feb 11, 2018 at 9:44 PM, Lukasz Majewski >> >> wrote: >> >> > On Sun, 11 Feb 2018

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-13 Thread Lukasz Majewski
Hi Alex, > On Mon, Feb 12, 2018 at 8:48 AM, Lukasz Majewski > wrote: > > Hi Alex, > > > >> On Sun, Feb 11, 2018 at 9:44 PM, Lukasz Majewski > >> wrote: > >> > On Sun, 11 Feb 2018 21:04:46 + > >> > Alex Kiernan wrote: > >> > > >>

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-13 Thread Alex Kiernan
On Mon, Feb 12, 2018 at 8:48 AM, Lukasz Majewski wrote: > Hi Alex, > >> On Sun, Feb 11, 2018 at 9:44 PM, Lukasz Majewski >> wrote: >> > On Sun, 11 Feb 2018 21:04:46 + >> > Alex Kiernan wrote: >> > >> >> >> >> That said, squashing in that

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-12 Thread Lukasz Majewski
On Mon, 12 Feb 2018 09:48:13 +0100 Lukasz Majewski wrote: > Hi Alex, > > > On Sun, Feb 11, 2018 at 9:44 PM, Lukasz Majewski > > wrote: > > > On Sun, 11 Feb 2018 21:04:46 + > > > Alex Kiernan wrote: > > > > > >> > > >> That said,

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-12 Thread Lukasz Majewski
Hi Alex, > On Sun, Feb 11, 2018 at 9:44 PM, Lukasz Majewski > wrote: > > On Sun, 11 Feb 2018 21:04:46 + > > Alex Kiernan wrote: > > > >> > >> That said, squashing in that change doesn't obviously break > >> anything for me, and is probably a step in

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-11 Thread Alex Kiernan
On Sun, Feb 11, 2018 at 9:44 PM, Lukasz Majewski wrote: > On Sun, 11 Feb 2018 21:04:46 + > Alex Kiernan wrote: > >> >> That said, squashing in that change doesn't obviously break anything >> for me, and is probably a step in the right direction. >> >>

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-11 Thread Lukasz Majewski
On Sun, 11 Feb 2018 21:04:46 + Alex Kiernan wrote: > On Sun, Feb 11, 2018 at 7:36 PM, Lukasz Majewski > wrote: > > Hi Alex, > > > >> Make generate boot counter selected in the same way as other boot > >> count drivers > >> > >> Signed-off-by: Alex

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-11 Thread Alex Kiernan
On Sun, Feb 11, 2018 at 7:36 PM, Lukasz Majewski wrote: > Hi Alex, > >> Make generate boot counter selected in the same way as other boot >> count drivers >> >> Signed-off-by: Alex Kiernan >> --- >> >> drivers/bootcount/Kconfig | 11 +++ >>

Re: [U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-11 Thread Lukasz Majewski
Hi Alex, > Make generate boot counter selected in the same way as other boot > count drivers > > Signed-off-by: Alex Kiernan > --- > > drivers/bootcount/Kconfig | 11 +++ > drivers/bootcount/Makefile | 2 +- > 2 files changed, 12 insertions(+), 1 deletion(-)

[U-Boot] [PATCH 8/8] Migrate generic bootcount to Kconfig

2018-02-11 Thread Alex Kiernan
Make generate boot counter selected in the same way as other boot count drivers Signed-off-by: Alex Kiernan --- drivers/bootcount/Kconfig | 11 +++ drivers/bootcount/Makefile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git