]> Git Repo - J-u-boot.git/commit - drivers/fastboot/fb_command.c
net: fastboot: Merge AOSP UDP fastboot
authorAlex Kiernan <[email protected]>
Tue, 29 May 2018 15:30:53 +0000 (15:30 +0000)
committerMarek Vasut <[email protected]>
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 <[email protected]>
Signed-off-by: Alex Deymo <[email protected]>
Signed-off-by: Jocelyn Bohr <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
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
This page took 0.035018 seconds and 4 git commands to generate.