Re: [PATCH 1/3] configs: stm32mp1: stm32mp1: Increase SPL malloc() size

2021-04-09 Thread Patrice CHOTARD
Hi Alexandru On 3/22/21 2:19 PM, Alexandru Gagniuc wrote: > Since commit 03f1f78a9b44 ("spl: fit: Prefer a malloc()'d buffer for > loading images"), FIT images must be malloc()'d before being loaded. > The old size of 1 MiB is suitable for FIT images with u-boot and an > FDT, but something

Re: [PATCH 1/3] configs: stm32mp1: stm32mp1: Increase SPL malloc() size

2021-04-07 Thread Patrick DELAUNAY
Hi, On 3/22/21 2:19 PM, Alexandru Gagniuc wrote: Since commit 03f1f78a9b44 ("spl: fit: Prefer a malloc()'d buffer for loading images"), FIT images must be malloc()'d before being loaded. The old size of 1 MiB is suitable for FIT images with u-boot and an FDT, but something containing a linux

Re: [PATCH 1/3] configs: stm32mp1: stm32mp1: Increase SPL malloc() size

2021-03-26 Thread Patrice CHOTARD
Hi Alexandru On 3/22/21 2:19 PM, Alexandru Gagniuc wrote: > Since commit 03f1f78a9b44 ("spl: fit: Prefer a malloc()'d buffer for > loading images"), FIT images must be malloc()'d before being loaded. > The old size of 1 MiB is suitable for FIT images with u-boot and an > FDT, but something

[PATCH 1/3] configs: stm32mp1: stm32mp1: Increase SPL malloc() size

2021-03-22 Thread Alexandru Gagniuc
Since commit 03f1f78a9b44 ("spl: fit: Prefer a malloc()'d buffer for loading images"), FIT images must be malloc()'d before being loaded. The old size of 1 MiB is suitable for FIT images with u-boot and an FDT, but something containing a linux kernel is almost sure to fail. It's safe to extend