Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring ralink/mediatek DTS files in sync with LEDE | Stanislav Galabov | 2016-05-25 | 1 | -1/+1 |
| | | | | | | | | | | This is the last sync with LEDE Project dts files before 11.0. Obtained from: LEDE Project Sponsored by: Smartcom - Bulgaria AD Notes: svn path=/head/; revision=300658 | ||||
* | Import LEDE dts files for Ralink/Mediatek | Stanislav Galabov | 2016-05-17 | 1 | -64/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is an import of the reworked LEDE dts files. Besides other things they make it easier for us to reuse. The only diffs left are for the following SoCs: MT7620A (fbsd-mt7620a.dtsi) MT7621 (fbsd-mt7621.dtsi) MT7628 (fbsd-mt7628an.dtsi) RT3883 (fbsd-rt3883.dtsi) So we include the fbsd-*.dtsi files at the end of the original LEDE dtsi files, using '#include "fbsd-xxxx.dtsi"'. For example, for MT7621, the LEDE dtsi file is mt7621.dtsi. At the end of it we add: #include "fbsd-mt7621.dtsi" Approved by: adrian (mentor) Obtained from: LEDE project Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D6394 Notes: svn path=/head/; revision=300013 | ||||
* | Import Mediatek/Ralink dts files from OpenWRT | Stanislav Galabov | 2016-04-16 | 1 | -0/+104 |
Import original OpenWRT dts files after executing the following script on them: for f in `ls [mr]t*.dtsi`; do printf "\n#include <fbsd-$f>\n" >> $f done Approved by: adrian (mentor) Obtained from: OpenWRT Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D5971 Notes: svn path=/head/; revision=298128 |