Re: [PATCH v1 0/5] Implement fastboot multiresponce

2023-11-10 Thread Svyatoslav Ryhel
чт, 9 лист. 2023 р. о 13:00 Mattijs Korpershoek пише: > > Hi Svyatoslav, > > On jeu., nov. 09, 2023 at 11:01, Svyatoslav Ryhel wrote: > > > 9 листопада 2023 р. 10:41:30 GMT+02:00, Mattijs Korpershoek > > написав(-ла): > >>Hi Svyatoslav, Ion, > >> > >>Thank you for these series. > >> > >>On mar.

Re: [PATCH v1 0/5] Implement fastboot multiresponce

2023-11-09 Thread Mattijs Korpershoek
Hi Svyatoslav, On jeu., nov. 09, 2023 at 11:01, Svyatoslav Ryhel wrote: > 9 листопада 2023 р. 10:41:30 GMT+02:00, Mattijs Korpershoek > написав(-ла): >>Hi Svyatoslav, Ion, >> >>Thank you for these series. >> >>On mar., nov. 07, 2023 at 14:42, Svyatoslav Ryhel wrote: >> >>> Currently u-boot fa

Re: [PATCH v1 0/5] Implement fastboot multiresponce

2023-11-09 Thread Svyatoslav Ryhel
9 листопада 2023 р. 10:41:30 GMT+02:00, Mattijs Korpershoek написав(-ла): >Hi Svyatoslav, Ion, > >Thank you for these series. > >On mar., nov. 07, 2023 at 14:42, Svyatoslav Ryhel wrote: > >> Currently u-boot fastboot can only send one message back to host, >> so if there is a need to print mo

Re: [PATCH v1 0/5] Implement fastboot multiresponce

2023-11-09 Thread Mattijs Korpershoek
Hi Svyatoslav, Ion, Thank you for these series. On mar., nov. 07, 2023 at 14:42, Svyatoslav Ryhel wrote: > Currently u-boot fastboot can only send one message back to host, > so if there is a need to print more than one line messages must be > kept sending until all the required data is obtaine

[PATCH v1 0/5] Implement fastboot multiresponce

2023-11-07 Thread Svyatoslav Ryhel
Currently u-boot fastboot can only send one message back to host, so if there is a need to print more than one line messages must be kept sending until all the required data is obtained. This behavior can be adjusted using multiresponce ability (getting multiple lines of response) proposed in this