summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2011-11-19 16:30:06 +0000
committerraj <raj@FreeBSD.org>2011-11-19 16:30:06 +0000
commit424b3d8bf270e902ce6324d6ea0887610d442cbf (patch)
tree4bd8db2ca9ec69154f763cf7ba25fbfc6d8614ac /sys/boot
parentb40f4ea97574a0cd2d06fa6bcc1afece17f10651 (diff)
downloadFreeBSD-src-424b3d8bf270e902ce6324d6ea0887610d442cbf.zip
FreeBSD-src-424b3d8bf270e902ce6324d6ea0887610d442cbf.tar.gz
Initial version of cesa(4) driver for Marvell crypto engine and security
accelerator. The following algorithms and schemes are supported: - 3DES, AES, DES - MD5, SHA1 Obtained from: Semihalf Written by: Piotr Ziecik
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/db88f6281.dts2
-rw-r--r--sys/boot/fdt/dts/sheevaplug.dts2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/db88f6281.dts b/sys/boot/fdt/dts/db88f6281.dts
index 3b87593..fd4cdad 100644
--- a/sys/boot/fdt/dts/db88f6281.dts
+++ b/sys/boot/fdt/dts/db88f6281.dts
@@ -239,6 +239,8 @@
reg = <0x30000 0x10000>;
interrupts = <22>;
interrupt-parent = <&PIC>;
+
+ sram-handle = <&SRAM>;
};
usb@50000 {
diff --git a/sys/boot/fdt/dts/sheevaplug.dts b/sys/boot/fdt/dts/sheevaplug.dts
index 251c8df..cbfde62 100644
--- a/sys/boot/fdt/dts/sheevaplug.dts
+++ b/sys/boot/fdt/dts/sheevaplug.dts
@@ -236,6 +236,8 @@
reg = <0x30000 0x10000>;
interrupts = <22>;
interrupt-parent = <&PIC>;
+
+ sram-handle = <&SRAM>;
};
usb@50000 {
OpenPOWER on IntegriCloud