Re: [PATCH 04/15] rockchip: rk3328-roc-cc: Update defconfig

2024-02-07 Thread Chen-Yu Tsai
On Wed, Feb 7, 2024 at 8:04 AM Jonas Karlman wrote: > > Update defconfig for rk3328-roc-cc with new defaults. > > Remove the SPL_DRIVERS_MISC=y option, no misc driver is used in SPL. > > Add CONFIG_SPL_FIT_SIGNATURE=y to let SPL verify an auto generated hash > of FIT images. This help indicate if

Re: [PATCH 04/15] rockchip: rk3328-roc-cc: Update defconfig

2024-02-07 Thread Jonas Karlman
On 2024-02-07 06:52, Chen-Yu Tsai wrote: > On Wed, Feb 7, 2024 at 8:04 AM Jonas Karlman wrote: >> >> Update defconfig for rk3328-roc-cc with new defaults. >> >> Remove the SPL_DRIVERS_MISC=y option, no misc driver is used in SPL. >> >> Add CONFIG_SPL_FIT_SIGNATURE=y to let SPL verify an auto

Re: [PATCH 04/15] rockchip: rk3328-roc-cc: Update defconfig

2024-02-06 Thread Chen-Yu Tsai
(Resend from subscribed address.) On Wed, Feb 7, 2024 at 8:04 AM Jonas Karlman wrote: > > Update defconfig for rk3328-roc-cc with new defaults. > > Remove the SPL_DRIVERS_MISC=y option, no misc driver is used in SPL. > > Add CONFIG_SPL_FIT_SIGNATURE=y to let SPL verify an auto generated hash >

[PATCH 04/15] rockchip: rk3328-roc-cc: Update defconfig

2024-02-06 Thread Jonas Karlman
Update defconfig for rk3328-roc-cc with new defaults. Remove the SPL_DRIVERS_MISC=y option, no misc driver is used in SPL. Add CONFIG_SPL_FIT_SIGNATURE=y to let SPL verify an auto generated hash of FIT images. This help indicate if there is an issue loading any of the images to DRAM or SRAM.