]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[fdt] Add the "fdt" command
authorMichael Brown <mcb30@ipxe.org>
Thu, 27 Mar 2025 11:36:35 +0000 (11:36 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 27 Mar 2025 15:36:39 +0000 (15:36 +0000)
commit09fbebc084bddcb5bc7277f1644154ab35e6a334
tree2a675caf7ad6ecd0cadf6fd5d2cd38ea86b3ff43
parentcfd93465ec9d5e47447564cd4cedabc43390c12b
[fdt] Add the "fdt" command

Allow a Flattened Device Tree blob (DTB) to be provided to a booted
operating system using a script such as:

  #!ipxe
  kernel /images/vmlinuz console=ttyAMA0
  initrd /images/initrd.img
  fdt /images/rk3566-radxa-zero-3e.dtb
  boot

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/config.c
src/config/defaults/efi.h
src/config/defaults/sbi.h
src/config/general.h
src/hci/commands/fdt_cmd.c [new file with mode: 0644]