Re: [U-Boot] [PATCH v2 1/3] warp7: Add a secure mode target

2016-09-06 Thread Fabio Estevam
On Tue, Sep 6, 2016 at 8:08 AM, Stefano Babic wrote: > You're right, strange, something went wrong. Now they are on the server. Ok, great. As these three patches didn't make into your pull request to Tom: will you submit another pull request which includes them? Thanks

Re: [U-Boot] [PATCH v2 1/3] warp7: Add a secure mode target

2016-09-06 Thread Stefano Babic
On 06/09/2016 12:58, Fabio Estevam wrote: > Hi Stefano, > > On Tue, Sep 6, 2016 at 5:09 AM, Stefano Babic wrote: >> On 26/08/2016 02:07, Fabio Estevam wrote: >>> From: Fabio Estevam >>> >>> NXP kernel expects to boot in secure mode, so introduce >>>

Re: [U-Boot] [PATCH v2 1/3] warp7: Add a secure mode target

2016-09-06 Thread Fabio Estevam
Hi Stefano, On Tue, Sep 6, 2016 at 5:09 AM, Stefano Babic wrote: > On 26/08/2016 02:07, Fabio Estevam wrote: >> From: Fabio Estevam >> >> NXP kernel expects to boot in secure mode, so introduce >> warp7_secure_defconfig target which selects

Re: [U-Boot] [PATCH v2 1/3] warp7: Add a secure mode target

2016-09-06 Thread Stefano Babic
On 26/08/2016 02:07, Fabio Estevam wrote: > From: Fabio Estevam > > NXP kernel expects to boot in secure mode, so introduce > warp7_secure_defconfig target which selects CONFIG_ARMV7_BOOT_SEC_DEFAULT. > > Signed-off-by: Fabio Estevam > --- Applied

[U-Boot] [PATCH v2 1/3] warp7: Add a secure mode target

2016-08-25 Thread Fabio Estevam
From: Fabio Estevam NXP kernel expects to boot in secure mode, so introduce warp7_secure_defconfig target which selects CONFIG_ARMV7_BOOT_SEC_DEFAULT. Signed-off-by: Fabio Estevam --- Changes since v1: - None configs/warp7_secure_defconfig | 36