summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2010-04-23 12:20:11 -0500
committerKumar Gala <galak@kernel.crashing.org>2010-05-30 11:14:37 -0500
commit3057c6be5efda781a72ca04432e0a4ed6e670030 (patch)
treec3f29ca8f34b666b7605e5f1988c018546b68b0d /common
parent5f4d36825a028e300b7d56a566d2cf84418b7a68 (diff)
downloadtalos-obmc-uboot-3057c6be5efda781a72ca04432e0a4ed6e670030.tar.gz
talos-obmc-uboot-3057c6be5efda781a72ca04432e0a4ed6e670030.zip
fdt_support: add entry for sec3.1 and fix sec3.3
Add sec3.1 h/w geometry for fdt node fixups. Also, technically, whilst SEC v3.3 h/w honours the tls_ssl_stream descriptor type, it lacks the ARC4 algorithm execution unit required to be able to execute anything meaningful with it. Change the node to agree with the documentation that declares that the sec3.3 really doesn't have such a descriptor type. Reported-by: Haiying Wang <Haiying.Wang@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'common')
-rw-r--r--common/fdt_support.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/fdt_support.c b/common/fdt_support.c
index b6f252a87b..a8ac617da5 100644
--- a/common/fdt_support.c
+++ b/common/fdt_support.c
@@ -534,7 +534,8 @@ void fdt_fixup_crypto_node(void *blob, int sec_rev)
{ 0x0202, 1, 24, 0x04c, 0x0122003f }, /* SEC 2.2 */
{ 0x0204, 4, 24, 0x07e, 0x012b0ebf }, /* SEC 2.4 */
{ 0x0300, 4, 24, 0x9fe, 0x03ab0ebf }, /* SEC 3.0 */
- { 0x0303, 4, 24, 0x97c, 0x03ab0abf }, /* SEC 3.3 */
+ { 0x0301, 4, 24, 0xbfe, 0x03ab0ebf }, /* SEC 3.1 */
+ { 0x0303, 4, 24, 0x97c, 0x03a30abf }, /* SEC 3.3 */
};
char compat_strlist[ARRAY_SIZE(sec_rev_prop_list) *
sizeof("fsl,secX.Y")];
OpenPOWER on IntegriCloud