summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-snapdragon/include/mach/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* snapdragon: added MAC generation functionsRamon Fried2018-08-131-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() funcRamon Fried2018-08-131-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>