[U-Boot] [PATCH v3 19/20] avb_verify: support sandbox configuration

2018-09-03 Thread Jens Wiklander
With CONFIG_SANDBOX malloc a buffer in get_sector_buf() and return that instead of returning CONFIG_FASTBOOT_BUF_ADDR since there's no such buffer reserved. Signed-off-by: Jens Wiklander --- include/avb_verify.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/avb_verify.h b/

Re: [U-Boot] [PATCH v3 19/20] avb_verify: support sandbox configuration

2018-09-14 Thread Simon Glass
Hi Jens, On 3 September 2018 at 16:47, Jens Wiklander wrote: > With CONFIG_SANDBOX malloc a buffer in get_sector_buf() and return that > instead of returning CONFIG_FASTBOOT_BUF_ADDR since there's no such > buffer reserved. > > Signed-off-by: Jens Wiklander > --- > include/avb_verify.h | 9

Re: [U-Boot] [PATCH v3 19/20] avb_verify: support sandbox configuration

2018-09-25 Thread Jens Wiklander
Hi Simon, On Fri, Sep 14, 2018 at 12:54 PM, Simon Glass wrote: > Hi Jens, > > On 3 September 2018 at 16:47, Jens Wiklander > wrote: >> With CONFIG_SANDBOX malloc a buffer in get_sector_buf() and return that >> instead of returning CONFIG_FASTBOOT_BUF_ADDR since there's no such >> buffer reserve