]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[pxe] Add PXENV_FILE_CMDLINE API call
authorMichael Brown <mcb30@ipxe.org>
Wed, 11 Jul 2012 17:16:13 +0000 (18:16 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 11 Jul 2012 17:16:13 +0000 (18:16 +0100)
commita814eff38ea0e300b56a899138505abf5a8f9dff
treeaf0e39a6a9d04795a00f047b407d5296383a91c5
parent9e5152e095d8115d951af8cbb1cb6c1148609c68
[pxe] Add PXENV_FILE_CMDLINE API call

Allow a PXE NBP to obtain its command line (if any) via the new PXE
API call PXENV_FILE_CMDLINE.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/image/pxe_image.c
src/arch/i386/include/pxe.h
src/arch/i386/include/pxe_api.h
src/arch/i386/interface/pxe/pxe_file.c