On 28.11.2022 20:52, Tom Rini wrote:
On Tue, Nov 08, 2022 at 02:17:28PM +0800, Ying-Chun Liu (PaulLiu) wrote:
From: "Ying-Chun Liu (PaulLiu)" <paul....@linaro.org>
Currently file transfers are done using tftp or NFS both
over udp. This requires a request to be sent from client
(u-boot) to the boot server.
The current standard is TCP with selective acknowledgment.
Signed-off-by: Duncan Hare <d...@synoia.com>
Signed-off-by: Duncan Hare <duncanch...@yahoo.com>
Signed-off-by: Ying-Chun Liu (PaulLiu) <paul....@linaro.org>
Reviewed-by: Simon Glass <s...@chromium.org>
Cc: Christian Gmeiner <christian.gmei...@gmail.com>
Cc: Joe Hershberger <joe.hershber...@ni.com>
Cc: Michal Simek <michal.si...@xilinx.com>
Cc: Ramon Fried <rfried....@gmail.com>
Reviewed-by: Ramon Fried <rfried....@gmail.com>
Applied to u-boot/master, thanks!
Thanks for your work on this feature and congratulations on getting it
through the review process! It's really nice to see official TCP
support.