Re: [PATCH v2] imx: spl: fix imx8m secure boot

2021-11-03 Thread Heiko Schocher
Hello Rasmus, On 01.11.21 08:52, Rasmus Villemoes wrote: > On 17/08/2021 08.17, Heiko Schocher wrote: >> cherry-picked from NXP code: >> 719d665a87c6: ("MLK-20467 imx8m: Fix issue for booting signed image through >> uuu") >> >> which fixes secure boot on imx8m based boards. >> > [...] > >>

Re: [PATCH v2] imx: spl: fix imx8m secure boot

2021-11-01 Thread Rasmus Villemoes
On 17/08/2021 08.17, Heiko Schocher wrote: > cherry-picked from NXP code: > 719d665a87c6: ("MLK-20467 imx8m: Fix issue for booting signed image through > uuu") > > which fixes secure boot on imx8m based boards. > [...] > Works on sdcard and QSPI NOR boot on phycore-imx8mp board. Hm, the

[PATCH v2] imx: spl: fix imx8m secure boot

2021-10-07 Thread sbabic
> cherry-picked from NXP code: > 719d665a87c6: ("MLK-20467 imx8m: Fix issue for booting signed image through > uuu") > which fixes secure boot on imx8m based boards. Problem was > that FIT header and so IVT header too, was loaded to > memallocated address. So the ivt header address coded > in IVT

Re: [PATCH v2] imx: spl: fix imx8m secure boot

2021-08-18 Thread Heiko Schocher
Hello Tim, On 18.08.21 23:02, Tim Harvey wrote: > On Mon, Aug 16, 2021 at 11:17 PM Heiko Schocher wrote: >> >> cherry-picked from NXP code: >> 719d665a87c6: ("MLK-20467 imx8m: Fix issue for booting signed image through >> uuu") >> >> which fixes secure boot on imx8m based boards. Problem was >>

Re: [PATCH v2] imx: spl: fix imx8m secure boot

2021-08-18 Thread Tim Harvey
On Mon, Aug 16, 2021 at 11:17 PM Heiko Schocher wrote: > > cherry-picked from NXP code: > 719d665a87c6: ("MLK-20467 imx8m: Fix issue for booting signed image through > uuu") > > which fixes secure boot on imx8m based boards. Problem was > that FIT header and so IVT header too, was loaded to >

[PATCH v2] imx: spl: fix imx8m secure boot

2021-08-17 Thread Heiko Schocher
cherry-picked from NXP code: 719d665a87c6: ("MLK-20467 imx8m: Fix issue for booting signed image through uuu") which fixes secure boot on imx8m based boards. Problem was that FIT header and so IVT header too, was loaded to memallocated address. So the ivt header address coded in IVT itself does