Files
u-boot/include
Simon Glass 0f094b8b14 net: Provide a function to run network operations
Add a new netboot_run() function which can be used for simple network
operations, such as loading a file. Put the implementation in an
internal function, used by the existing code.

Place this function into the net/ code, so that it does not need the
command line to be available.

Document which network operations are supported, i.e. a limited subset,
for now.

For the one board which uses lwip, it is not quite clear how to avoid
using the cmdline interface. This will need some discussion.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-03-18 13:12:16 -06:00
..
2025-02-12 12:37:12 -06:00
2025-01-22 15:58:03 -06:00
2025-02-05 16:22:55 +01:00
2025-01-26 11:06:56 +01:00
2025-01-29 22:52:24 +01:00
2025-01-14 14:29:29 -06:00
2025-01-07 15:45:51 +02:00
2025-02-03 16:01:36 -06:00