Skip to content
Snippets Groups Projects
Commit f85b6071 authored by Rafal Jaworowski's avatar Rafal Jaworowski Committed by Ben Warren
Browse files

Introduce new eth_receive routine


The purpose of this routine is receiving a single network frame, outside of
U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
U-Boot will let them utilise networking facilities. For sending a raw frame
the already existing eth_send() can be used.

The direct consumer of this routine is the newly introduced API layer for
external applications (enabled with CONFIG_API).

Signed-off-by: default avatarRafal Jaworowski <raj@semihalf.com>
Signed-off-by: default avatarPiotr Kruszynski <ppk@semihalf.com>
Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
parent 5c740711
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment