Hi all, In linaro-aspen project,we have had a problem in Android fastboot module of the UEFI. Unfortunately the USB interfaces on our board can't work in device mode, we can't update and debug the system via the USB port in Android fastboot.Therefor, we tried to implement the data transmission with TCP/IP protocol.But we have no idea about whether the plan is effective or not. #1.Could you please give us some advises about that plan?
#2.Are there any platforms that have ever implemented TCP/IP transport in UEFI fastboot module?How can I get the reference code?
#3.I checked the source code of UEFI and found there are several NetWork drivers in MdeModulePkg/Universal/Network/ folder. Do you know which platform that have used these drivers successfully?
#4.The last and most important,if we could implemented the TCP/IP transport in UEFI fastboot module, does the Google fastboot tool on the Host side could support update and debug the board via TCP/IP transport?
Thank you. Best regards, Wengang