Home
last modified time | relevance | path

Searched hist:"965 eda410b8d28439dc1ba4f76061880d72978fd" (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/include/net/
H A Dfastboot.h965eda410b8d28439dc1ba4f76061880d72978fd 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 Dfastboot.c965eda410b8d28439dc1ba4f76061880d72978fd 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 DMakefile965eda410b8d28439dc1ba4f76061880d72978fd 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 Dnet.c965eda410b8d28439dc1ba4f76061880d72978fd 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 Dfastboot.c965eda410b8d28439dc1ba4f76061880d72978fd 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 Dnet.c965eda410b8d28439dc1ba4f76061880d72978fd 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 DKconfig965eda410b8d28439dc1ba4f76061880d72978fd 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 Dnet.h965eda410b8d28439dc1ba4f76061880d72978fd 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