]> git.baikalelectronics.ru Git - uboot.git/commit
remoteproc: k3_system_controller: Increase rx timeout
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 2 May 2019 10:05:52 +0000 (15:35 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 10 May 2019 00:22:05 +0000 (20:22 -0400)
commitb87f8f5cf5fbdf755c4f7766ca2856ebd0c9de16
tree0afab773bb17cb8f33ab6e2e2b969423ec36140b
parenta6d968d9186255a7d58338104b43a80d66c0b124
remoteproc: k3_system_controller: Increase rx timeout

There is one case where 400ms is not sufficient for loading the
system firmware:
- System firmware is not signed with rsa degenerate key.
- ROM loading the sysfw directly from SPI flash which is in memory
  mapped mode.

The above scenario is definitely not desired in production use cases
as it effects boot time. But still keeping this support as this is
a valid boot scenario.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
drivers/remoteproc/k3_system_controller.c