| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-15 | net/ethoc: support private memory configurations | Max Filippov | |
| The ethoc device can be configured to have a private memory region instead of having access to the main memory. In that case egress packets must be copied into that memory for transmission and pointers to that memory need to be passed to net_process_received_packet or returned from the recv callback. Signed-off-by: Max Filippov <[email protected]> Acked-by: Joe Hershberger <[email protected]> | |||
| 2016-08-15 | net/ethoc: add CONFIG_DM_ETH support | Max Filippov | |
| Extract reusable parts from ethoc_init, ethoc_set_mac_address, ethoc_send and ethoc_receive, move the rest under #ifdef CONFIG_DM_ETH. Add U_BOOT_DRIVER, eth_ops structure and implement required methods. Signed-off-by: Max Filippov <[email protected]> Reviewed-by: Simon Glass <[email protected]> Acked-by: Joe Hershberger <[email protected]> | |||
