habanalabs: change error level of security not ready
This error indicates a problem in the security initialization inside the f/w so we need to stop the device loading because it won't be usable. Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
This commit is contained in:
parent
001d5f66c1
commit
b5fd82a7af
@ -362,12 +362,9 @@ static int fw_read_errors(struct hl_device *hdev, u32 boot_err0_reg,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (err_val & CPU_BOOT_ERR0_SECURITY_NOT_RDY) {
|
if (err_val & CPU_BOOT_ERR0_SECURITY_NOT_RDY) {
|
||||||
dev_warn(hdev->dev,
|
dev_err(hdev->dev,
|
||||||
"Device boot warning - security not ready\n");
|
"Device boot warning - security not ready\n");
|
||||||
/* This is a warning so we don't want it to disable the
|
err_exists = true;
|
||||||
* device
|
|
||||||
*/
|
|
||||||
err_val &= ~CPU_BOOT_ERR0_SECURITY_NOT_RDY;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (err_val & CPU_BOOT_ERR0_SECURITY_FAIL) {
|
if (err_val & CPU_BOOT_ERR0_SECURITY_FAIL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user