Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | snapdragon: added MAC generation functions | Ramon Fried | 2018-08-13 | 1 | -0/+1 |
| | | | | | | | | Add support for generation of unique MAC address that is derived from board serial. Algorithm for generation of MAC taken from LK. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> | ||||
* | snapdragon: added msm_board_serial() func | Ramon Fried | 2018-08-13 | 1 | -0/+12 |
This commit adds a function to get the board serial number. In snapdragon it's actually the eMMC serial number. Function added in a new file misc.c that will include further snapdragon miscellaneous functions. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> |