]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: fastboot: Merge AOSP UDP fastboot
authorAlex Kiernan <alex.kiernan@gmail.com>
Tue, 29 May 2018 15:30:53 +0000 (15:30 +0000)
committerMarek Vasut <marex@denx.de>
Wed, 30 May 2018 09:59:21 +0000 (11:59 +0200)
commitf73a7df984a9820d9beb829b32ccb5c3d55dc152
tree8a9513b9aadb40cde8e02ca93124a40532166256
parentc232d14d11e29c88f2c6149d2c152f496caa5889
net: fastboot: Merge AOSP UDP fastboot

Merge UDP fastboot support from AOSP:

  https://android.googlesource.com/platform/external/u-boot/+/android-o-mr1-iot-preview-8

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Alex Deymo <deymo@google.com>
Signed-off-by: Jocelyn Bohr <bohr@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
18 files changed:
cmd/Kconfig
cmd/fastboot.c
drivers/fastboot/Kconfig
drivers/fastboot/Makefile
drivers/fastboot/fb_command.c [new file with mode: 0644]
drivers/fastboot/fb_common.c
drivers/fastboot/fb_getvar.c [new file with mode: 0644]
drivers/fastboot/fb_mmc.c
drivers/fastboot/fb_nand.c
include/fastboot-internal.h [new file with mode: 0644]
include/fastboot.h
include/fb_mmc.h
include/fb_nand.h
include/net.h
include/net/fastboot.h [new file with mode: 0644]
net/Makefile
net/fastboot.c [new file with mode: 0644]
net/net.c