]> git.ozlabs.org Git - petitboot/commit
pb-discover: add dtb support for PXE config
authorOliver O'Halloran <oohall@gmail.com>
Mon, 9 May 2016 05:38:47 +0000 (15:38 +1000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 24 May 2016 01:08:11 +0000 (11:08 +1000)
commit6993af8a4b8bb3c6b1d12172b346c5aa41b7dc61
tree8f0ddd99b7b9da47ad937d99e8b1f81decc175a3
parent87fa4885310b6c6b79e31d79d192ba9ea90cf236
pb-discover: add dtb support for PXE config

Currently there is no way to manually specify a DTB file when with a PXE
network boot configuration file. This makes it difficult when you need
to work with or emulate a special snowflake machines with special snowflake
hardware.

Some ARM systems provide this feature with the "fdt" option so this patch
adds support for using the ftd or dtb configuration options to the PXE
config parser.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
discover/pxe-parser.c
test/parser/test-pxe-single.c