boot: Update extlinux pxe_getfile_func() to include type
authorSimon Glass <sjg@chromium.org>
Fri, 15 Nov 2024 23:19:19 +0000 (16:19 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 15 Jan 2025 14:48:42 +0000 (08:48 -0600)
commit3ed218e2ff6386477c8575367dd67613b588750a
tree8d564a428e9cd19d51cc04741b087bb9d8a4445d
parentea7f88f313270e2bfef5f4f91dfb34f86f90c675
boot: Update extlinux pxe_getfile_func() to include type

Add a file-type parameter to this function and update all users. Add a
proper comment to the function which we are here.

This will allow tracking of the file types loaded by the extlinux
bootmeth.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootmeth_extlinux.c
boot/bootmeth_pxe.c
boot/pxe_utils.c
cmd/pxe.c
cmd/sysboot.c
include/pxe_utils.h