Re: [U-Boot] [PATCH] sunxi: a64: Add verified-boot support

2017-11-08 Thread Jagan Teki
On Wed, Nov 8, 2017 at 4:25 PM, Maxime Ripard wrote: > Hi, > > On Wed, Nov 08, 2017 at 12:40:05AM +0530, Jagan Teki wrote: >> Enable verified-boot support for sunxi a64, tested the >> same in orangepi boards. >> >> Signed-off-by: Jagan Teki

Re: [U-Boot] [PATCH] sunxi: a64: Add verified-boot support

2017-11-08 Thread Maxime Ripard
Hi, On Wed, Nov 08, 2017 at 12:40:05AM +0530, Jagan Teki wrote: > Enable verified-boot support for sunxi a64, tested the > same in orangepi boards. > > Signed-off-by: Jagan Teki How was it tested? Can you write some documentation for it? > --- >

[U-Boot] [PATCH] sunxi: a64: Add verified-boot support

2017-11-07 Thread Jagan Teki
Enable verified-boot support for sunxi a64, tested the same in orangepi boards. Signed-off-by: Jagan Teki --- arch/arm/mach-sunxi/Kconfig| 2 ++ include/configs/sunxi-common.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/arch/arm/mach-sunxi/Kconfig