Re: [U-Boot] [PATCH v2 5/7] bootcount: spl: Extend SPL to support bootcount incrementation

2018-03-21 Thread Lukasz Majewski
Hi Stefan, > > Lukasz Majewski hat am 14. März 2018 um 18:24 > > geschrieben: > > > > > > This patch adds support for incrementation of the bootcount in SPL. > > Such feature is necessary when we do want to use this feature with > > 'falcon' boot mode (which loads OS directly in

Re: [U-Boot] [PATCH v2 5/7] bootcount: spl: Extend SPL to support bootcount incrementation

2018-03-21 Thread Stefan Roese
> Lukasz Majewski hat am 14. März 2018 um 18:24 geschrieben: > > > This patch adds support for incrementation of the bootcount in SPL. > Such feature is necessary when we do want to use this feature with > 'falcon' boot mode (which loads OS directly in SPL). > > Signed-off-by:

[U-Boot] [PATCH v2 5/7] bootcount: spl: Extend SPL to support bootcount incrementation

2018-03-14 Thread Lukasz Majewski
This patch adds support for incrementation of the bootcount in SPL. Such feature is necessary when we do want to use this feature with 'falcon' boot mode (which loads OS directly in SPL). Signed-off-by: Lukasz Majewski --- Changes in v2: - New patch - as suggested by Stefan