freebsd-dev/stand/fdt
Kyle Evans 13811ec82e stand/fdt: Fallback to name + ".dtbo" if we fail to load name
This behavior also matches a Linux-ism by allowing fdt_overlays to specify
names of overlays without an extension, e.g. fdt-overlays="sunxi-h3-h5-emac"

If we fail to load the file given by a name in fdt_overlays, try again with
".dtbo" appended to it. This still allows overlays to lack .dtbo extension
if user prefers it and just adds a fallback cushion.

Future work could move this from a hard-coded ".dtbo" to a loader.conf(5)
configuration option.

Reviewed by:	gonzo
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D13968
2018-01-23 18:03:13 +00:00
..
fdt_loader_cmd.c stand/fdt: Fallback to name + ".dtbo" if we fail to load name 2018-01-23 18:03:13 +00:00
fdt_platform.h
help.fdt
Makefile libfdt: Update to 1.4.6, switch to using libfdt for overlay support 2018-01-18 04:39:09 +00:00
Makefile.depend