]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC (conceptually) r327350: Consistently apply fdt_overlays
authorkevans <kevans@FreeBSD.org>
Sat, 13 Jan 2018 21:19:55 +0000 (21:19 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 13 Jan 2018 21:19:55 +0000 (21:19 +0000)
commit4b040fffed756513b85aeef7842dca04a3208bf7
tree4f5ae94fa84f4d1598e37b7ace6cf19da80fc077
parent6596ce2246ba22726c6ade7e38385fb81b5f4a18
MFC (conceptually) r327350: Consistently apply fdt_overlays

This is a direct commit to stable/11 due to restructuring of sys/boot =>
stand in -HEAD. The diff remains the same and it is simply applied to the
previous location.

MFC r327350: stand/fdt: Consistently apply fdt_overlays

Overlays were previously not applied when U-Boot provides FDT or EFI
provides FDT, only when we load FDT from /boot/dtb given name from U-Boot.

Make all three paths lead to loading fdt_overlays and applying them, so that
fdt_overlays can be expected to Just Work.
sys/boot/efi/fdt/efi_fdt.c
sys/boot/uboot/fdt/uboot_fdt.c