mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
ppc4xx: Clear Sequoia/Rainier security engine reset bits
Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
This commit is contained in:
parent
650a330dd2
commit
8ce16f55c7
4
board/amcc/sequoia/sequoia.c
Normal file → Executable file
4
board/amcc/sequoia/sequoia.c
Normal file → Executable file
@ -336,6 +336,10 @@ int misc_init_r(void)
|
|||||||
}
|
}
|
||||||
#endif /* CONFIG_440EPX */
|
#endif /* CONFIG_440EPX */
|
||||||
|
|
||||||
|
mfsdr(SDR0_SRST1, reg); /* enable security/kasumi engines */
|
||||||
|
reg &= ~(SDR0_SRST1_CRYP0 | SDR0_SRST1_KASU0);
|
||||||
|
mtsdr(SDR0_SRST1, reg);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Clear PLB4A0_ACR[WRP]
|
* Clear PLB4A0_ACR[WRP]
|
||||||
* This fix will make the MAL burst disabling patch for the Linux
|
* This fix will make the MAL burst disabling patch for the Linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user