summaryrefslogtreecommitdiffstats
path: root/include/fastboot_net.h
Commit message (Collapse)AuthorAgeFilesLines
* fastboot net: implement fastboot over UDPEdmund Henniges2020-08-191-0/+12
This implements the UDP variant of the fastboot protocol. The only way to start the service for now is to compile with CONFIG_FASTBOOT_NET_ON_BOOT. The service will bind to the network interface that provides the IPv4 gateway. Sending an OKAY packet before performing a restart is necessary since contrary to USB the host will not notice when a UDP server disappears. Signed-off-by: Edmund Henniges <eh@emlix.com> Signed-off-by: Daniel Glöckner <dg@emlix.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>