u-boot/drivers/firmware
Andreas Dannenberg 32aebcf244 firmware: ti_sci: Fix TISCI mailbox receive timeout handling
An earlier commit converted the TISCI receive timeouts to be specified
in ms rather than us however it failed to take this change into account
when passing the actual timeout to be used when invoking the mailbox
receive API. This leads to the actual timeout to be 1,000 times shorter
than expected and as a result certain TISCI operations would fail.

Fix the issue by converting the timeout declared in ms to us on the fly
as expected by the respective API.

Fixes: fd6b40b1ba ("firmware: ti_sci: Add support for NAVSS resource management")
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
2019-05-03 07:23:17 -04:00
..
firmware-sandbox.c dm: test: Add "/firmware" node scan test 2018-09-29 11:49:35 -06:00
firmware-uclass.c dm: test: Add "/firmware" node scan test 2018-09-29 11:49:35 -06:00
Kconfig firmware: psci: introduce SPL_ARM_PSCI_FW 2018-12-12 12:14:25 -05:00
Makefile firmware: psci: introduce SPL_ARM_PSCI_FW 2018-12-12 12:14:25 -05:00
psci.c efi_loader: PSCI reset and shutdown 2018-12-02 21:59:37 +01:00
ti_sci.c firmware: ti_sci: Fix TISCI mailbox receive timeout handling 2019-05-03 07:23:17 -04:00
ti_sci.h firmware: ti_sci: Modify auth_boot TI-SCI API to match new version 2019-04-26 17:51:51 -04:00