Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-13 | snapdragon: added MAC generation functions | Ramon Fried | |
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> | |||
2018-08-13 | snapdragon: added msm_board_serial() func | Ramon Fried | |
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> |