]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add kernel config and dts files for an aml8726-m3
authorganbold <ganbold@FreeBSD.org>
Sun, 24 May 2015 08:45:19 +0000 (08:45 +0000)
committerganbold <ganbold@FreeBSD.org>
Sun, 24 May 2015 08:45:19 +0000 (08:45 +0000)
commitde543c1a0d9583b1bd82372daf18bcd9c59795a5
treeec88bfcde732b13f9056f562ec04dc6a1060e658
parentb3dcb943c4b3562db28255732cc34b27b51db46e
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
sys/arm/conf/YYHD18 [new file with mode: 0644]
sys/boot/fdt/dts/arm/meson3.dtsi [new file with mode: 0644]
sys/boot/fdt/dts/arm/yyhd18-m3.dts [new file with mode: 0644]