Re: [PATCH v2 0/2] pxe_utils: Fix arguments to x86 zboot

2021-10-26 Thread Bin Meng
On Wed, Oct 20, 2021 at 3:18 PM Zhaofeng Li wrote: > > Hi Simon, > > Thanks for your review! I have added a second patch to perform the > cleanup that you mentioned in the review, so the actual "fix" patch > stays minimal and easy to review. > > I agree that calling the bootm and zboot code direct

[PATCH v2 0/2] pxe_utils: Fix arguments to x86 zboot

2021-10-20 Thread Zhaofeng Li
Hi Simon, Thanks for your review! I have added a second patch to perform the cleanup that you mentioned in the review, so the actual "fix" patch stays minimal and easy to review. I agree that calling the bootm and zboot code directly is the real solution to go. The current method is inherently er