Re: [U-Boot] [PATCH v8 00/18] Add fastboot UDP support

2018-05-31 Thread Sam Protsenko
On 29 May 2018 at 18:30, Alex Kiernan wrote: > > This series merges the fastboot UDP support from AOSP into mainline > U-Boot. > > Changes in UDP behaviour from the AOSP code, so it follows the existing USB > behaviour: > > - 'boot' now follows the USB code and does 'bootm CONFIG_FASTBOOT_BUF_ADDR

[U-Boot] [PATCH v8 00/18] Add fastboot UDP support

2018-05-29 Thread Alex Kiernan
This series merges the fastboot UDP support from AOSP into mainline U-Boot. Changes in UDP behaviour from the AOSP code, so it follows the existing USB behaviour: - 'boot' now follows the USB code and does 'bootm CONFIG_FASTBOOT_BUF_ADDR'. I've added 'fastboot_bootcmd' which if set overrides t