Re: [PATCH v3 1/1] arm: sunxi: increase SYS_MALLOC_F_LEN

2020-10-21 Thread Jagan Teki
On Sat, Jul 25, 2020 at 11:49 PM Heinrich Schuchardt wrote: > > The current default of 0x400 for SYS_MALLOC_F_LEN is too small if any > additional drivers marked as DM_FLAG_PRE_RELOC are loaded before > relocation. > > CONFIG_RSA=y which is needed for UEFI secure boot or for FIT image > verificati

Re: [PATCH v3 1/1] arm: sunxi: increase SYS_MALLOC_F_LEN

2020-10-19 Thread André Przywara
On 08/10/2020 14:02, Heinrich Schuchardt wrote: Hi, > On 25.08.20 18:57, Simon Glass wrote: >> On Mon, 24 Aug 2020 at 22:15, Heinrich Schuchardt wrote: >>> >>> On 7/25/20 8:18 PM, Heinrich Schuchardt wrote: The current default of 0x400 for SYS_MALLOC_F_LEN is too small if any additiona

Re: [PATCH v3 1/1] arm: sunxi: increase SYS_MALLOC_F_LEN

2020-10-08 Thread Heinrich Schuchardt
On 25.08.20 18:57, Simon Glass wrote: > On Mon, 24 Aug 2020 at 22:15, Heinrich Schuchardt wrote: >> >> On 7/25/20 8:18 PM, Heinrich Schuchardt wrote: >>> The current default of 0x400 for SYS_MALLOC_F_LEN is too small if any >>> additional drivers marked as DM_FLAG_PRE_RELOC are loaded before >>> r

Re: [PATCH v3 1/1] arm: sunxi: increase SYS_MALLOC_F_LEN

2020-08-25 Thread Simon Glass
On Mon, 24 Aug 2020 at 22:15, Heinrich Schuchardt wrote: > > On 7/25/20 8:18 PM, Heinrich Schuchardt wrote: > > The current default of 0x400 for SYS_MALLOC_F_LEN is too small if any > > additional drivers marked as DM_FLAG_PRE_RELOC are loaded before > > relocation. > > > > CONFIG_RSA=y which is n

Re: [PATCH v3 1/1] arm: sunxi: increase SYS_MALLOC_F_LEN

2020-08-24 Thread Heinrich Schuchardt
On 7/25/20 8:18 PM, Heinrich Schuchardt wrote: > The current default of 0x400 for SYS_MALLOC_F_LEN is too small if any > additional drivers marked as DM_FLAG_PRE_RELOC are loaded before > relocation. > > CONFIG_RSA=y which is needed for UEFI secure boot or for FIT image > verification loads the dri

[PATCH v3 1/1] arm: sunxi: increase SYS_MALLOC_F_LEN

2020-07-25 Thread Heinrich Schuchardt
The current default of 0x400 for SYS_MALLOC_F_LEN is too small if any additional drivers marked as DM_FLAG_PRE_RELOC are loaded before relocation. CONFIG_RSA=y which is needed for UEFI secure boot or for FIT image verification loads the driver mod_exp_sw which has DM_FLAG_PRE_RELOC. CONFIG_LOG=Y