Tom Rini
d678a59d2d
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
...
When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.
This reverts commit c8ffd1356d
, reversing
changes made to 2ee6f3a5f7
.
Reported-by: Jonas Karlman <jonas@kwiboo.se >
Signed-off-by: Tom Rini <trini@konsulko.com >
2024-05-19 08:16:36 -06:00
Tom Rini
26d4114da2
net: Remove <common.h> and add needed includes
...
Remove <common.h> from all "net/" files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com >
2024-05-06 15:05:04 -06:00
Dmitrii Merkurev
c8acbbbf08
net: share fastboot boot handle logic between transports
...
Introduce reboot, boot and continue commands support to
TCP fastboot by moving existing UDP logic into the common module.
Signed-off-by: Dmitrii Merkurev <dimorinny@google.com >
Cc: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org >
Cc: Simon Glass <sjg@chromium.org >
Сс: Joe Hershberger <joe.hershberger@ni.com >
Сс: Ramon Fried <rfried.dev@gmail.com >
Reviewed-by: Simon Glass <sjg@chromium.org >
Reviewed-by: Ramon Fried <rfried.dev@gmail.com >
Reviewed-by: Simon Glass <sjg@chromium.org >
2023-05-05 17:48:44 -04:00
Dmitrii Merkurev
443d319180
net: add fastboot TCP support
...
Known limitations are
1. fastboot reboot doesn't work (answering OK but not rebooting)
2. flashing isn't supported (TCP transport only limitation)
The command syntax is
fastboot tcp
Signed-off-by: Dmitrii Merkurev <dimorinny@google.com >
Cc: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org >
Cc: Simon Glass <sjg@chromium.org >
Сс: Joe Hershberger <joe.hershberger@ni.com >
Сс: Ramon Fried <rfried.dev@gmail.com >
Reviewed-by: Simon Glass <sjg@chromium.org >
2023-05-05 17:48:44 -04:00