commit | 1dacc6f48a2886df4298a89d5cf0ae4fb48cff27 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 14 12:48:11 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 11 19:02:43 2021 -0500 |
tree | 61dff7a6190c6f17c4a9bede54043fafc221fa41 | |
parent | 5769531356b515f3e41ac6e9b565091f626934d3 [diff] |
pxe: Allow calling the pxe_get logic directly Refactor this code so that we can call the 'pxe get' command without going through the command-line interpreter. This makes it easier to get the information we need, without going through environment variables. 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>