aboutsummaryrefslogtreecommitdiff
path: root/stand/fdt
Commit message (Expand)AuthorAgeFilesLines
* loader: Add pnp functions for autoloading modules based on linker.hintsEmmanuel Vadot2019-05-232-0/+71
* loader: fdt: Add fdt_is_setup functionEmmanuel Vadot2019-04-252-0/+11
* stand: refactor overlay loading a little bitKyle Evans2019-04-112-1/+6
* stand: fdt: Drop some write-only assignments/variables and leaked bitsKyle Evans2018-08-231-9/+2
* fdt_fixups: relocate the /chosen node after applying fixupsKyle Evans2018-08-231-0/+6
* Eliminate bsd.stand.mk and -fPIC 32-bit intel buildsWarner Losh2018-02-161-1/+0
* Centralize several variables.Warner Losh2018-02-021-1/+0
* D14130: stand/fdt: Rip out FDT VA trackingKyle Evans2018-02-011-11/+0
* stand/fdt: Remove unused write-only new_fdtp, correct commentKyle Evans2018-01-301-3/+1
* stand/fdt: Check /compatible property on overlay if it existsKyle Evans2018-01-281-1/+64
* stand/fdt: Consolidate overlay handling a little furtherKyle Evans2018-01-282-4/+24
* stand/fdt: Fallback to `name` + ".dtbo" if we fail to load `name`Kyle Evans2018-01-231-15/+53
* libfdt: Update to 1.4.6, switch to using libfdt for overlay supportKyle Evans2018-01-184-468/+2
* stand/fdt: Don't leak next_fdtp if we fail to open overlayKyle Evans2018-01-151-0/+1
* stand/fdt: don't send clobbered FDT to the kernelKyle Evans2018-01-151-28/+46
* stand/fdt: Make fdt_overlay_apply signature-compatible with libfdtKyle Evans2017-12-313-28/+11
* stand/fdt: Swap libfdt include orderKyle Evans2017-12-301-1/+1
* stand/fdt: Avoid bailout when dtbo has no fixupsKyle Evans2017-12-281-2/+8
* stand/fdt: Fix loading of multiple fdt_overlaysKyle Evans2017-12-281-7/+1
* Move some more common stuff up to Makefile.inc. In particular, the noWarner Losh2017-11-201-6/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-147-0/+2394