]> git.dujemihanovic.xyz Git - u-boot.git/commit
pxe: Add a userdata field to the context
authorSimon Glass <sjg@chromium.org>
Thu, 14 Oct 2021 18:47:58 +0000 (12:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Nov 2021 00:02:18 +0000 (19:02 -0500)
commit4ad5d51edb6525402b371cc8f8a3bee1b6a42414
tree8d7cf5b3c60dbd9bc53b3ec59d6874e5c354b381
parentb1ead6b9087f1f96cb117d72e3e5cf0d5fb708f5
pxe: Add a userdata field to the context

Allow the caller to provide some info which is passed back to the
readfile() method.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Artem Lapkin <email2tema@gmail.com>
Tested-by: Artem Lapkin <email2tema@gmail.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
cmd/pxe.c
cmd/pxe_utils.c
cmd/pxe_utils.h
cmd/sysboot.c