summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorgber <gber@FreeBSD.org>2013-05-06 13:34:36 +0000
committergber <gber@FreeBSD.org>2013-05-06 13:34:36 +0000
commit8ead7d44b772a918360b0b6856e5b1c8ae17e074 (patch)
treececcd592c2168cfc60b7fb108e9484bbdfa2a02e /sys/boot
parentcc397fc8ec15c200c46798a083861996e34faf96 (diff)
downloadFreeBSD-src-8ead7d44b772a918360b0b6856e5b1c8ae17e074.zip
FreeBSD-src-8ead7d44b772a918360b0b6856e5b1c8ae17e074.tar.gz
Move initialization of CESA decoding windows from common section
to driver specific files. - window initialization is done during device attach - CESA TDMA decoding windows values are set based on DTS, not copied from CPU registers - remove unnecessary virtual mapping - update dts file Obtained from: Semihalf
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/db78460.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/db78460.dts b/sys/boot/fdt/dts/db78460.dts
index 45a13c3..30e795e 100644
--- a/sys/boot/fdt/dts/db78460.dts
+++ b/sys/boot/fdt/dts/db78460.dts
@@ -303,6 +303,11 @@
>;
};
+ sram@ffff0000 {
+ compatible = "mrvl,cesa-sram";
+ reg = <0xffff0000 0x00010000>;
+ };
+
chosen {
stdin = "serial0";
stdout = "serial0";
OpenPOWER on IntegriCloud