aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorGanbold Tsagaankhuu <ganbold@FreeBSD.org>2015-05-24 08:45:19 +0000
committerGanbold Tsagaankhuu <ganbold@FreeBSD.org>2015-05-24 08:45:19 +0000
commit505050e87734e6bdcff8a15672b0dcf5af26fd25 (patch)
treeec88bfcde732b13f9056f562ec04dc6a1060e658 /sys/arm/conf
parent3a9ac40382469a3ce163a2d4379bd8c41cdf6b47 (diff)
downloadsrc-505050e87734e6bdcff8a15672b0dcf5af26fd25.tar.gz
src-505050e87734e6bdcff8a15672b0dcf5af26fd25.zip
Add kernel config and dts files for an aml8726-m3
based device. Following u-boot commands allow FreeBSD boot on Yiyate Android TV Box (aml8726-m3): tv open 480p mmc rescan 0 fatload mmc 0 0x80100000 kernel.bin go 0x80100000 The current FreeBSD driver doesn't program the video clocks so the u-boot tv command is necessary in order for the frame buffer to be useful (otherwise it can be skipped). The SD card for the Yiyate Android TV Box doesn't need anything special beyond creating a FAT16 and a UFS filesystem. Differential Revision: https://reviews.freebsd.org/D2636 Submitted by: John Wehle
Notes
Notes: svn path=/head/; revision=283361
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/YYHD1826
1 files changed, 26 insertions, 0 deletions
diff --git a/sys/arm/conf/YYHD18 b/sys/arm/conf/YYHD18
new file mode 100644
index 000000000000..1a251ce9e988
--- /dev/null
+++ b/sys/arm/conf/YYHD18
@@ -0,0 +1,26 @@
+# YYHD18 -- Custom configuration for the Yiyate Android TV box
+#
+# For more information on this file, please read the config(5) manual page,
+# and/or the handbook section on Kernel Configuration Files:
+#
+# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
+#
+# The handbook is also available locally in /usr/share/doc/handbook
+# if you've installed the doc distribution, otherwise always see the
+# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
+# latest information.
+#
+# An exhaustive list of options and more detailed explanations of the
+# device lines is also present in the ../../conf/NOTES and NOTES files.
+# If you are in doubt as to the purpose or necessity of a line, check first
+# in NOTES.
+#
+# $FreeBSD$
+
+#NO_UNIVERSE
+
+include "AML8726"
+ident YYHD18
+
+options FDT_DTB_STATIC
+makeoptions FDT_DTS_FILE=yyhd18-m3.dts