| commit | 943d1f2936ba236a0f856b5c6964dbac24f1bb59 | [log] [tgz] |
|---|---|---|
| author | Holger Assmann <h.assmann@pengutronix.de> | Mon Dec 01 10:35:22 2025 +0100 |
| committer | Jerome Forissier <jerome@forissier.org> | Mon Dec 08 12:09:06 2025 +0100 |
| tree | a918ce7521de93a3147fe2e7a028bb3623c539f8 | |
| parent | f18e04e8a8d7e0dccc8d14d82038cd1e79d4e247 [diff] |
tee-supplicant: add device instance as start parameter for service file tee-supplicant requires a device name as a positional argument. This can not be provided via $OPTARGS from the EnvironmentFile, since that variable does not account for the service file being a template where instance-specific services (i.e. @teepriv0, @teepriv1, ...) are derived from. Therefore, the device instance used for each templated systemd service needs to be included directly in the ExecStart line. Signed-off-by: Holger Assmann <h.assmann@pengutronix.de> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers