summaryrefslogtreecommitdiffstats
path: root/sys/modules/dtb
Commit message (Collapse)AuthorAgeFilesLines
* Add the preliminary support for the R-1 DTS.Luiz Souza2017-09-061-0/+1
| | | | | | Obtained from: ADI (cherry picked from commit 3e5fa592e54decb50f21ec377f63fcbc9def72f6)
* Disable the build of the static/embedded DTB for the ARMADA38X kernel.loos2017-09-061-0/+7
| | | | | | | | | Build the supported DTBs as part of modules build. MFC after: 2 weeks Sponsored by: Rubicon Communications, LLC (Netgate) (cherry picked from commit 1a3c4ffcedd2bd56d50f91238841d031ba5493cc)
* Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2017-03-131-0/+3
|\
| * MFC r313919: Add dtb files for Boundary Devices Nitrogen 6 family boards.ian2017-03-011-0/+3
| |
| * MFC r308458, r311157 and r312347:loos2017-01-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the DTS for the Netgate SG-1000 (micro-Firewall). Remove a GPL licensed DTS. The micro-Firewall DTS is now a single BSD licensed file. The write-protect is not wired on uFW, disable it to allow writes to SD card. Obtained from: pfSense Sponsored by: Rubicon Communications, LLC (Netgate)
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-11-102-1/+8
|\ \ | |/
| * MFC r306460:gonzo2016-11-051-0/+6
| | | | | | | | Add dtb module for Jetson-TK1 board
| * MFC r304297:manu2016-11-041-1/+2
| | | | | | | | Add sun5i-a13-olinuxino to the build.
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-08-171-1/+1
|\ \ | |/
| * MFC r303974:manu2016-08-161-1/+1
| | | | | | | | | | | | | | | | ename pcduino3b.dts to pcduino3.dts The only difference between 3 and 3B is the size of the RJ45 port. And now we have a uboot port that expect pcduino3.dts to be present. Reported by: imp
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-141-0/+1
|\ \ | |/
| * Add PCDuino3b dts. It uses the pcduino3 dts from upstream and adds the hdmi ↵manu2016-06-091-0/+1
| | | | | | | | | | | | | | node, axp gpio and changes the phy mode to rgmii. Approved by: andrew (mentor) Differential Revision: https://reviews.freebsd.org/D6775
* | Add initial uFW support.Luiz Otavio O Souza2016-05-301-2/+3
| |
* | Add initial uBMC support.Luiz Otavio O Souza2016-05-231-1/+2
|/
* Add DTS files for the Allwinner A83T SoC and the Sinovoip BananaPi BPI-M3jmcneill2016-05-141-1/+2
| | | | development board.
* Add dtb/zynq to generate dtb files for Zynq-based boardsgonzo2016-04-261-0/+7
| | | | | | | | | It seems that the only way to supply dtb to loader on Zynq-based SoCs is to manually generate dtb and place it to pre-defined location on SD card or TFTP server where loader can pick it up. More modern approach is to add modules/dtb/%soc% module and let installworld target generate dtb and copy them to /boot/dtb/ where they can be loaded by ubldr
* Replace the A20 kernel config with a generic ALLWINNER kernel config thatjmcneill2016-04-211-0/+1
| | | | | | | | supports A20, A31, and A31S. Adds support for the BananaPi M2 (A31S) board. Submitted by: Emmanuel Vadot <manu@bidouilliste.com> Reviewed by: jmcneill Differential Revision: https://reviews.freebsd.org/D5580
* Update of the Allwinner drivers to:andrew2016-02-101-1/+3
| | | | | | | | | | | | | * Use the Linux compat string * Use EARLY_DRIVER_MODULE to attach at the right time * Add a generic A10 kernel config file * A20 now use generic_timer * Add two new dts files for Olimex boards * Update our custom DTS file for A10 and A20 to use the same compatible property names as the vendor ones. Submitted by: Emmanuel Vadot <manu@bidouilliste.com> Differential Revision: https://reviews.freebsd.org/D4792
* Add riotboard DTB to dtb/imx6gonzo2015-11-121-0/+1
|
* Add the Banana Pi DTS.loos2015-07-071-0/+1
| | | | | The Banana Pi support is in progress and this is intended to help the early adopters.
* Build and install the DTB for all the supported AllWinner SoCs.loos2015-04-201-0/+7
| | | | We will need them when we start booting using ubldr.
* Add the Raspberry Pi 2 dtb, based on the existing rpi.dts, but with aandrew2015-03-251-1/+1
| | | | | | different base address for the devces. MFC after: 1 week
* Add a dtb module for AM335x systems (just Beaglebone right now).ian2015-03-091-0/+7
|
* Remove imx6s-wandboard.dts, there is no such file. Also imx6q-wandboardian2015-03-041-2/+1
| | | | | to follow imx6dl-wandboard (so that the entries are sorted by board name first, then by soc type).
* Add a "module" to build the dtb files for all supported imx6 systems.ian2015-03-021-0/+12
|
* Create a module to install the Raspberry Pi dtb files.imp2015-02-071-0/+5
|
* Add infrastructure to build dtb files from dts files.imp2015-01-081-0/+9
OpenPOWER on IntegriCloud