
This patchset gives U-boot ownership on generating WLAN/BT mac addresses for WCNSS chip on Dragonboard410. Previously, this was done by LK and U-boot only read the results from the patched DTB LK fixed-up.
This is is part of my ongoing effort to get rid of LK once and for all for Snapdragon ARCH.
Ramon Fried (3): snapdragon: added msm_board_serial() func snapdragon: added MAC generation functions db410: alter WLAN/BT MAC address fixup
arch/arm/mach-snapdragon/Makefile | 1 + arch/arm/mach-snapdragon/include/mach/misc.h | 13 +++++ arch/arm/mach-snapdragon/misc.c | 53 ++++++++++++++++++ .../dragonboard410c/dragonboard410c.c | 54 +++++++++---------- 4 files changed, 94 insertions(+), 27 deletions(-) create mode 100644 arch/arm/mach-snapdragon/include/mach/misc.h create mode 100644 arch/arm/mach-snapdragon/misc.c