Re: [PATCH 1/3] pxe: Add debugging for booting

2024-07-01 Thread Simon Glass
Hi Tom, On Sun, 30 Jun 2024 at 15:57, Tom Rini wrote: > > On Sat, Jun 29, 2024 at 07:56:00AM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 27 Jun 2024 at 02:19, Tom Rini wrote: > > > > > > On Wed, 19 Jun 2024 06:34:50 -0600, Simon Glass wrote: > > > > > > > Show which boot protocol is

Re: [PATCH 1/3] pxe: Add debugging for booting

2024-06-30 Thread Tom Rini
On Sat, Jun 29, 2024 at 07:56:00AM +0100, Simon Glass wrote: > Hi Tom, > > On Thu, 27 Jun 2024 at 02:19, Tom Rini wrote: > > > > On Wed, 19 Jun 2024 06:34:50 -0600, Simon Glass wrote: > > > > > Show which boot protocol is being used. > > > > > > > > > > Applied to u-boot/next, thanks! > > I

Re: [PATCH 1/3] pxe: Add debugging for booting

2024-06-29 Thread Simon Glass
Hi Tom, On Thu, 27 Jun 2024 at 02:19, Tom Rini wrote: > > On Wed, 19 Jun 2024 06:34:50 -0600, Simon Glass wrote: > > > Show which boot protocol is being used. > > > > > > Applied to u-boot/next, thanks! I wonder if this could go to -master since it is an important bugfix?

Re: [PATCH 1/3] pxe: Add debugging for booting

2024-06-26 Thread Tom Rini
On Wed, 19 Jun 2024 06:34:50 -0600, Simon Glass wrote: > Show which boot protocol is being used. > > Applied to u-boot/next, thanks! -- Tom

Re: [PATCH 1/3] pxe: Add debugging for booting

2024-06-22 Thread Michael Nazzareno Trimarchi
Hi On Wed, Jun 19, 2024 at 2:34 PM Simon Glass wrote: > > Show which boot protocol is being used. > > Signed-off-by: Simon Glass > --- > > boot/pxe_utils.c | 15 +++ > 1 file changed, 11 insertions(+), 4 deletions(-) > > diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c > index

[PATCH 1/3] pxe: Add debugging for booting

2024-06-19 Thread Simon Glass
Show which boot protocol is being used. Signed-off-by: Simon Glass --- boot/pxe_utils.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index 4b22bb6f525..53ddb16be73 100644 --- a/boot/pxe_utils.c +++ b/boot/pxe_utils.c