]> git.baikalelectronics.ru Git - uboot.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)
commitc5d9a57edf082e3bf9dfa2642fabe173427b8149
tree8d7cf5b3c60dbd9bc53b3ec59d6874e5c354b381
parent451ed20de91cae692035712989cd0178db16e565
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