summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt
Commit message (Expand)AuthorAgeFilesLines
* Introduce support for the Alpine PoC from Annapurna Labszbb2015-05-151-0/+244
* Add support for the power button on BeagleBone Black.loos2015-05-131-0/+2
* The interrupt-parent is set globally so it's unnecessary to also set it at ea...ganbold2015-05-082-13/+0
* Add the SMP support for Raspberry Pi 2 (BCM2836).loos2015-05-071-0/+18
* Fix the gpio-leds node to match the LEDs on RPI2.loos2015-04-232-15/+11
* Enable the watchdog on RPI2.loos2015-04-231-0/+6
* Fix the SDHCI clock frequency for RPI2, the default clock (for the newerloos2015-04-221-1/+1
* This modifies the FreeBSD Amlogic DTS files to use the GNU filesganbold2015-04-112-365/+171
* The GNU files don't include a DTS for the aml8726-m8b (which hasganbold2015-04-111-0/+79
* Add device tree files for Hardkernel Odroid-C1 and Visson ATV-102 devices.ganbold2015-03-312-0/+909
* Add the Raspberry Pi 2 dtb, based on the existing rpi.dts, but with aandrew2015-03-252-0/+857
* Move PCI bus below simplebus for Broadcom XLPjchandra2015-02-271-0/+4
* Remove run-time allocation of XLP IRQsjchandra2015-02-261-1/+1
* Add netlogic,xlp-pic as interrupt controller for XLPjchandra2015-02-261-0/+9
* Fix potential NULL dereference.mav2015-02-251-2/+1
* Set the #address-cells and #size-cells properties on I2C controllers ofloos2015-02-171-0/+4
* Do not skip setting the memory 'reg' property if the fdt data alreadyian2015-02-011-11/+0
* Add a generic way for hooking PMC interrupt.br2015-01-261-0/+5
* Add support for audio transmitting, include drivers for:br2015-01-242-4/+24
* Enable Synopsys DesignWare Mobile Storage Host Controllerganbold2015-01-203-4/+16
* loader: implement multiboot support for Xen Dom0royger2015-01-151-1/+1
* Fix the PMIC node name to match the PMIC i2c address.loos2015-01-151-2/+1
* Add support to turn off Beaglebone with poweroff(8) or shutdown(8) -p.loos2015-01-121-0/+7
* Missed change in r276688. Apologies for build breakage.nwhitehorn2015-01-051-1/+2
* Add driver for general-purpose I/O (GPIO).br2015-01-021-0/+35
* Add interrupt support for GPIO pins on OMAP4 and AM335x.loos2014-12-251-0/+2
* Revert r276101, it didn't fix the problem and causes a compile errorian2014-12-241-2/+0
* Temporarily disable the cpus directive until I figure out what's wrong.rpaulo2014-12-231-0/+2
* Driver for CPU frequency/voltage control on the Raspberry Pi.rpaulo2014-12-201-0/+11
* Add configuration files for BERI soft-core synthesized onbr2014-12-171-0/+219
* Move memory node to the root, so fdt_get_mem_regions() can find it.br2014-12-173-15/+15
* o Add PIO[2,3] devices informationbr2014-12-171-3/+19
* o Add BERI Virtio Networking Frontend (if_vtbe)br2014-12-091-1/+11
* o Add PIO and vtblk mmio device info to the treebr2014-11-251-4/+31
* Merge from CheriBSD:brooks2014-11-211-0/+1
* Merge from CheriBSD (3422ebe71b6c06fe78b1be73623b240c219e08e3):brooks2014-11-212-8/+8
* Start to allow platforms other than U-Boot to use the FDT code in loader byandrew2014-11-013-141/+45
* Move the definitions of the fdt functions from a uboot header to a new fdtandrew2014-11-012-0/+36
* The command name is a constant, use the correct type.andrew2014-10-311-3/+3
* Clean up the types of a few strings to make them const when they are neverandrew2014-10-311-6/+7
* Provide a character device allowing us to access BERI memory regions.br2014-10-221-0/+6
* Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY).br2014-10-212-2/+20
* The U-Boot README says fdt_addr_r is the right env var for fdt dataian2014-10-201-3/+6
* Add driver for BERI soft processor 'ring buffer' device.br2014-10-191-0/+109
* AM335X FDT: use the oma3-wdt string for compatibility with Linux.rpaulo2014-10-181-1/+1
* AM335x FDT: add an entry for the watchdog.rpaulo2014-10-181-0/+7
* o Add machine-dependent SMP partbr2014-10-101-0/+3
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.br2014-10-075-2/+77
* Add driver for Synopsys DesignWare 3504-0 Universal 10/100/1000br2014-09-252-0/+29
* Add Reset Manager driver. This driver provides generic way to resetbr2014-09-111-0/+12
OpenPOWER on IntegriCloud