From 7a72c705acc23db85ae5fdff250fe42567029476 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 2 Sep 2019 17:11:05 +0200 Subject: initrd: add devicetree support This adds capability to hand over the network configuration from OpenFirmware (and potentially other boot loaders with openfirmware support such as U-Boot) to NetworkManager. It's done analogously to ACPI/iBFT. In fact, the same ip=ibft command line option is used, adding a more general ip=fw alias. This probably deserves some documentation, but I'm not adding any at this time. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/257 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 08fd833f3f..077ad2974e 100644 --- a/.gitignore +++ b/.gitignore @@ -217,6 +217,7 @@ test-*.trs /src/dnsmasq/tests/test-dnsmasq-utils /src/initrd/nm-initrd-generator /src/initrd/tests/test-cmdline-reader +/src/initrd/tests/test-dt-reader /src/initrd/tests/test-ibft-reader /src/nm-iface-helper /src/ndisc/tests/test-ndisc-fake -- cgit v1.2.1