commit | d50244e9d8583378770392fb429a0283b2b47885 | [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 | 37c5195dfcd15781db9e9f7f414611dc1af3bd2e [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>