From 6015f8f1b6fc30de7b4839bd691058583ec7f521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Sun, 30 Aug 2015 19:10:58 +0200 Subject: doc: document the fdtdir PXE command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan BrĂ¼ns --- doc/README.pxe | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/README.pxe b/doc/README.pxe index 8363383c53..bd175eb22d 100644 --- a/doc/README.pxe +++ b/doc/README.pxe @@ -155,6 +155,13 @@ fdt - if this label is chosen, use tftp to retrieve the fdt blob the fdt_addr_r environment variable, and that address will be passed to bootm. +fdtdir - if this label is chosen, use tftp to retrieve a fdt blob + relative to . If the fdtfile environment variable + is set, / is retrieved. Otherwise, the + filename is generated from the soc and board environment + variables, i.e. /-.dtb is retrieved. + If the fdt command is specified, fdtdir is ignored. + localboot - Run the command defined by "localcmd" in the environment. is ignored and is only here to match the syntax of PXELINUX config files. -- cgit v1.2.1