[PATCH 0/3] drivers: net: fsl-mc: add the nowait option for apply dpl
Ioana Ciornei
ioana.ciornei at nxp.com
Wed Apr 1 17:04:42 CEST 2026
The process through which the MC firmware parses the DPL and initializes
all the requested DPAA2 objects is a complex one which can take quite a
bit of time. For the those circumstances in which a fast boot is
required on DPAA2 based SoCs, add the 'nowait' optional parameter for
the fsl_mc [lazy]apply dpl command.
The first patch cleans up the wait_for_mc() function by removing an
unused parameter while the second patch makes some subtle changes in the
help text of the fsl_mc command so that it's clear that all the current
parameters are mandatory.
Only the third patch extends the apply dpl command with a new optional
parameter - nowait.
Ioana Ciornei (3):
drivers: net: fsl-mc: remove unused parameter from the wait_for_mc()
function
drivers: net: fsl-mc: cleanup the fsl_mc command help text
drivers: net: fsl-mc: add the nowait option when applying the DPL
drivers/net/fsl-mc/mc.c | 45 ++++++++++++++++++++++++++++-------------
1 file changed, 31 insertions(+), 14 deletions(-)
--
2.34.1
More information about the U-Boot
mailing list