]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand: Add /boot/overlays to allow separation of overlays from base FDT
authorkevans <kevans@FreeBSD.org>
Thu, 18 Jan 2018 04:58:54 +0000 (04:58 +0000)
committerkevans <kevans@FreeBSD.org>
Thu, 18 Jan 2018 04:58:54 +0000 (04:58 +0000)
commit985393e493eb0325545bcc78df740db62bfaac39
treececfacf173b6f0d437754aeef88bd55ffb46f166
parent49720cebf377c6db490a24e8f246eb57dcbff003
stand: Add /boot/overlays to allow separation of overlays from base FDT

This matches directory structure used commonly in Linux-land, and it's
cleaner than mixing overlays into the existing module paths. Overlays are
still mixed in by specifying fdt_overlays in loader.conf(5).

Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D13922
etc/mtree/BSD.root.dist
share/man/man7/hier.7
stand/arm/loader/loader.conf
stand/forth/loader.conf
stand/mips/uboot/loader.conf