Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107068659
D39823.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
884 B
Referenced Files
None
Subscribers
None
D39823.diff
View Options
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -28,6 +28,7 @@
include "std.allwinner"
include "std.altera"
include "std.amd"
+include "std.apple"
include "std.arm"
include "std.azure"
include "std.broadcom"
diff --git a/sys/arm64/conf/std.apple b/sys/arm64/conf/std.apple
new file mode 100644
--- /dev/null
+++ b/sys/arm64/conf/std.apple
@@ -0,0 +1,10 @@
+#
+# Apple SoC support
+#
+
+options SOC_APPLE_T8103
+
+#options IOMMU
+options FDT
+
+device bge
diff --git a/sys/conf/options.arm64 b/sys/conf/options.arm64
--- a/sys/conf/options.arm64
+++ b/sys/conf/options.arm64
@@ -23,6 +23,7 @@
SOC_ALLWINNER_A64 opt_soc.h
SOC_ALLWINNER_H5 opt_soc.h
SOC_ALLWINNER_H6 opt_soc.h
+SOC_APPLE_T8103 opt_soc.h
SOC_BRCM_BCM2837 opt_soc.h
SOC_BRCM_BCM2838 opt_soc.h
SOC_BRCM_NS2 opt_soc.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 3:05 PM (15 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15743601
Default Alt Text
D39823.diff (884 B)
Attached To
Mode
D39823: arm64: start defining a std.apple configuration
Attached
Detach File
Event Timeline
Log In to Comment