summaryrefslogtreecommitdiff
path: root/configs/microchip_mpfs_generic_defconfig
AgeCommit message (Collapse)Author
2026-02-06configs: microchip_mpfs_generic: fix boot failureJamie Gibbons
Recent changes to device resource management (DEVRES) increased early memory requirements during boot. The previous value was insufficient, resulting in boot failures. Increase CONFIG_SYS_MALLOC_F_LEN to provide enough early malloc pool for successful boot and device initialisation. Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
2025-09-19configs/microchip_mpfs_generic_defconfig: add boardJamie Gibbons
Add board support for MPFS video kit. Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2025-09-19board: microchip: icicle: rename all icicle files to genericJamie Gibbons
Make all Icicle Kit files generic. This supports the addition of upcoming support for other MPFS boards. Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>