Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137103497
D10218.id26876.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
754 B
Referenced Files
None
Subscribers
None
D10218.id26876.diff
View Options
Index: sys/arm/include/pte-v6.h
===================================================================
--- sys/arm/include/pte-v6.h
+++ sys/arm/include/pte-v6.h
@@ -198,6 +198,17 @@
#define PTE2_ATTR_SO TEX2_CLASS_3
#define PTE2_ATTR_WT TEX2_CLASS_4
/*
+ * Workaround for Marvell Armada38X family HW issue
+ * between Cortex-A9 CPUs and on-chip devices that may
+ * cause hang on heavy load.
+ * To avoid that, map all registers including PCIe IO
+ * as strongly ordered instead of device memory.
+ */
+#ifdef SOC_MV_ARMADA38X
+#undef PTE2_ATTR_DEVICE
+#define PTE2_ATTR_DEVICE PTE2_ATTR_SO
+#endif
+/*
* Software defined bits for L1 descriptors
* - L1_AP0 is used as page accessed bit
* - L1_AP2 (RO / not RW) is used as page not modified bit
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 22, 3:47 AM (10 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25897404
Default Alt Text
D10218.id26876.diff (754 B)
Attached To
Mode
D10218: Implement workaround for Armada 38X family HW issue between CPU and devices
Attached
Detach File
Event Timeline
Log In to Comment