Draft: intel: implement support for RPC-powered xmm7360
Continue work on !1200 (closed) in a new clean merge request.
Review comments from the original MR:
-
Call the FCC unlock parts from a separate script in data/dispatcher-fcc-unlock/8086:7360
. -
If the code finds that the modem is FCC locked during power-up, it will fail with an error of type MM_CORE_ERROR_RETRY
and the logic inmm-iface-modem.c
will run the unlock script before retrying. -
Don't let mm_port_serial_xmmrpc_xmm7360_command
(andxmm7360_command_to_byte_array
) take ownership of the GByteArraybody
(and be responsible for freeing it), but make sure that the callers that pass that argument, also free it, e.g. usingg_autoptr()
. -
@aleksm Please lock comments in this MR and add me as a developer so that we can discuss the changes being introduced by the MR.
Edited by Thomas Vogt