Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | common: Drop net.h from common header | Simon Glass | |
Move this header out of the common header. Network support is used in quite a few places but it still does not warrant blanket inclusion. Note that this net.h header itself has quite a lot in it. It could be split into the driver-mode support, functions, structures, checksumming, etc. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2019-12-17 | board: atmel: sama5d27_wlsom1_ek: Set ethaddr from spi-nor flash | Tudor Ambarus | |
The SST26VF064BEUI spi-nor flash is programmed at the factory with a globally unique address stored in the SFDP vendor parameter table and it is permanently writeprotected. Retrieve the EUI-48 address and set it as ethaddr env. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> |