Re: [PATCH v3 18/18] pxe: Allow calling the pxe_get logic directly

2021-11-12 Thread Tom Rini
On Thu, Oct 14, 2021 at 12:48:11PM -0600, Simon Glass wrote: > 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:

Re: [PATCH v3 18/18] pxe: Allow calling the pxe_get logic directly

2021-11-09 Thread Ramon Fried
On Thu, Oct 14, 2021 at 9:51 PM Simon Glass wrote: > > 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

Re: [PATCH v3 18/18] pxe: Allow calling the pxe_get logic directly

2021-10-18 Thread art
OK nice its will be usefull Reviewed and Tested on -master Mon 18 Oct 2021 04:40:29 PM CST Reviewed-by: Artem Lapkin Tested-by: Artem Lapkin

[PATCH v3 18/18] pxe: Allow calling the pxe_get logic directly

2021-10-14 Thread Simon Glass
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 --- Changes in v3: - Rebase to -master Changes in v2: -