> Subject: [PATCH v2 0/5] imx: Support capsule update > > Support capsule update for i.MX8M-EVK and i.MX93-11x11-EVK. > Currently tested on i.MX8MM/N/P-EVK and i.MX93-11x11-EVK. > Capsule authentication not enabled as of now, this is on TODO list. > > Signed-off-by: Peng Fan <[email protected]> > --- > Changes in v2: > - EDITME: describe what is new in this series revision. > - EDITME: use bulletpoints and terse descriptions.
Add the missing part: Update commit log in each patch to describe this is required by ARM system-ready. Thanks, Peng. > - Link to v1: https://lore.kernel.org/r/20250619-sr-v1-0- > [email protected] > > --- > Peng Fan (5): > imx8mp: evk: Add support for capsule update > imx8mm: evk: Add support for capsule update > imx8mn: evk: Add support for capsule update > imx93: evk: Add support for capsule update > imx8mq: evk: Add support for capsule update > > board/freescale/imx8mm_evk/imx8mm_evk.c | 22 > ++++++++++++++++++++++ > board/freescale/imx8mn_evk/imx8mn_evk.c | 22 > ++++++++++++++++++++++ > board/freescale/imx8mp_evk/imx8mp_evk.c | 23 > +++++++++++++++++++++++ > board/freescale/imx8mq_evk/imx8mq_evk.c | 21 > +++++++++++++++++++++ > board/freescale/imx93_evk/imx93_evk.c | 21 > +++++++++++++++++++++ > configs/imx8mm_evk_defconfig | 19 +++++++++++++++++++ > configs/imx8mn_evk_defconfig | 23 +++++++++++++++++++++++ > configs/imx8mp_evk_defconfig | 15 +++++++++++++++ > configs/imx8mq_evk_defconfig | 13 +++++++++++++ > configs/imx93_11x11_evk_defconfig | 14 ++++++++++++++ > 10 files changed, 193 insertions(+) > --- > base-commit: a239cdc0bd4bfe5fce82368627fc55a5fa632e3a > change-id: 20250612-sr-3ae0cb1ccd0e > > Best regards, > -- > Peng Fan <[email protected]>

