| /rk3399_rockchip-uboot/include/net/ |
| H A D | fastboot.h | 965eda410b8d28439dc1ba4f76061880d72978fd Mon Nov 07 16:43:55 UTC 2016 Jocelyn Bohr <bohr@google.com> Add support for fastboot command over UDP
The Raspberry Pi does not support USB device mode, so fastboot over USB does not work. This patch adds support for and partially implements the device side fastboot UDP protocol as a U-boot command. It requires an ip address set and ethernet initialized.
- Modify U-boot fastboot command to do fastboot over UDP - Add net/fastboot.c, which implements fastboot server functions - Handle QUERY and INIT fastboot packets - Add CONFIG_UDP_FUNCION_FASTBOOT to enable fastboot over UDP
Bug: 31887729 Test: Tested with fastboot, responds correctly to query and init packets.
Change-Id: I4045abaf7a4455d756b7c1c00215afaa90c70a6e
|
| /rk3399_rockchip-uboot/net/ |
| H A D | fastboot.c | 965eda410b8d28439dc1ba4f76061880d72978fd Mon Nov 07 16:43:55 UTC 2016 Jocelyn Bohr <bohr@google.com> Add support for fastboot command over UDP
The Raspberry Pi does not support USB device mode, so fastboot over USB does not work. This patch adds support for and partially implements the device side fastboot UDP protocol as a U-boot command. It requires an ip address set and ethernet initialized.
- Modify U-boot fastboot command to do fastboot over UDP - Add net/fastboot.c, which implements fastboot server functions - Handle QUERY and INIT fastboot packets - Add CONFIG_UDP_FUNCION_FASTBOOT to enable fastboot over UDP
Bug: 31887729 Test: Tested with fastboot, responds correctly to query and init packets.
Change-Id: I4045abaf7a4455d756b7c1c00215afaa90c70a6e
|
| H A D | Makefile | 965eda410b8d28439dc1ba4f76061880d72978fd Mon Nov 07 16:43:55 UTC 2016 Jocelyn Bohr <bohr@google.com> Add support for fastboot command over UDP
The Raspberry Pi does not support USB device mode, so fastboot over USB does not work. This patch adds support for and partially implements the device side fastboot UDP protocol as a U-boot command. It requires an ip address set and ethernet initialized.
- Modify U-boot fastboot command to do fastboot over UDP - Add net/fastboot.c, which implements fastboot server functions - Handle QUERY and INIT fastboot packets - Add CONFIG_UDP_FUNCION_FASTBOOT to enable fastboot over UDP
Bug: 31887729 Test: Tested with fastboot, responds correctly to query and init packets.
Change-Id: I4045abaf7a4455d756b7c1c00215afaa90c70a6e
|
| H A D | net.c | 965eda410b8d28439dc1ba4f76061880d72978fd Mon Nov 07 16:43:55 UTC 2016 Jocelyn Bohr <bohr@google.com> Add support for fastboot command over UDP
The Raspberry Pi does not support USB device mode, so fastboot over USB does not work. This patch adds support for and partially implements the device side fastboot UDP protocol as a U-boot command. It requires an ip address set and ethernet initialized.
- Modify U-boot fastboot command to do fastboot over UDP - Add net/fastboot.c, which implements fastboot server functions - Handle QUERY and INIT fastboot packets - Add CONFIG_UDP_FUNCION_FASTBOOT to enable fastboot over UDP
Bug: 31887729 Test: Tested with fastboot, responds correctly to query and init packets.
Change-Id: I4045abaf7a4455d756b7c1c00215afaa90c70a6e
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | fastboot.c | 965eda410b8d28439dc1ba4f76061880d72978fd Mon Nov 07 16:43:55 UTC 2016 Jocelyn Bohr <bohr@google.com> Add support for fastboot command over UDP
The Raspberry Pi does not support USB device mode, so fastboot over USB does not work. This patch adds support for and partially implements the device side fastboot UDP protocol as a U-boot command. It requires an ip address set and ethernet initialized.
- Modify U-boot fastboot command to do fastboot over UDP - Add net/fastboot.c, which implements fastboot server functions - Handle QUERY and INIT fastboot packets - Add CONFIG_UDP_FUNCION_FASTBOOT to enable fastboot over UDP
Bug: 31887729 Test: Tested with fastboot, responds correctly to query and init packets.
Change-Id: I4045abaf7a4455d756b7c1c00215afaa90c70a6e
|
| H A D | net.c | 965eda410b8d28439dc1ba4f76061880d72978fd Mon Nov 07 16:43:55 UTC 2016 Jocelyn Bohr <bohr@google.com> Add support for fastboot command over UDP
The Raspberry Pi does not support USB device mode, so fastboot over USB does not work. This patch adds support for and partially implements the device side fastboot UDP protocol as a U-boot command. It requires an ip address set and ethernet initialized.
- Modify U-boot fastboot command to do fastboot over UDP - Add net/fastboot.c, which implements fastboot server functions - Handle QUERY and INIT fastboot packets - Add CONFIG_UDP_FUNCION_FASTBOOT to enable fastboot over UDP
Bug: 31887729 Test: Tested with fastboot, responds correctly to query and init packets.
Change-Id: I4045abaf7a4455d756b7c1c00215afaa90c70a6e
|
| /rk3399_rockchip-uboot/cmd/fastboot/ |
| H A D | Kconfig | 965eda410b8d28439dc1ba4f76061880d72978fd Mon Nov 07 16:43:55 UTC 2016 Jocelyn Bohr <bohr@google.com> Add support for fastboot command over UDP
The Raspberry Pi does not support USB device mode, so fastboot over USB does not work. This patch adds support for and partially implements the device side fastboot UDP protocol as a U-boot command. It requires an ip address set and ethernet initialized.
- Modify U-boot fastboot command to do fastboot over UDP - Add net/fastboot.c, which implements fastboot server functions - Handle QUERY and INIT fastboot packets - Add CONFIG_UDP_FUNCION_FASTBOOT to enable fastboot over UDP
Bug: 31887729 Test: Tested with fastboot, responds correctly to query and init packets.
Change-Id: I4045abaf7a4455d756b7c1c00215afaa90c70a6e
|
| /rk3399_rockchip-uboot/include/ |
| H A D | net.h | 965eda410b8d28439dc1ba4f76061880d72978fd Mon Nov 07 16:43:55 UTC 2016 Jocelyn Bohr <bohr@google.com> Add support for fastboot command over UDP
The Raspberry Pi does not support USB device mode, so fastboot over USB does not work. This patch adds support for and partially implements the device side fastboot UDP protocol as a U-boot command. It requires an ip address set and ethernet initialized.
- Modify U-boot fastboot command to do fastboot over UDP - Add net/fastboot.c, which implements fastboot server functions - Handle QUERY and INIT fastboot packets - Add CONFIG_UDP_FUNCION_FASTBOOT to enable fastboot over UDP
Bug: 31887729 Test: Tested with fastboot, responds correctly to query and init packets.
Change-Id: I4045abaf7a4455d756b7c1c00215afaa90c70a6e
|