Re: [PATCH 2/3] net: add fastboot TCP support

2023-04-13 Thread Dmitrii Merkurev
Thank you for the comments. Fixed everything you mentioned in uploaded v2. > Wow, that can really be that big? Or are you using u64 just because > that is the size of the field? I don't think any fastboot message can be that big. You're right, using u64 to fit the field. Here is more information

Re: [PATCH 2/3] net: add fastboot TCP support

2023-04-01 Thread Simon Glass
Hi Dmitrii, On Wed, 29 Mar 2023 at 09:31, Dmitrii Merkurev wrote: > > Known limitations are > 1. fastboot reboot doesn't work (answering OK but not rebooting) > 2. flashing isn't supported (TCP transport only limitation) > > The command syntax is > fastboot tcp > > Signed-off-by: Dmitrii

[PATCH 2/3] net: add fastboot TCP support

2023-03-28 Thread Dmitrii Merkurev
Known limitations are 1. fastboot reboot doesn't work (answering OK but not rebooting) 2. flashing isn't supported (TCP transport only limitation) The command syntax is fastboot tcp Signed-off-by: Dmitrii Merkurev Cc: Ying-Chun Liu (PaulLiu) Cc: Simon Glass Сс: Joe Hershberger Сс: Ramon