public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ramon Fried <ramon.fried@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/3] Let U-Boot generate MAC address for db410
Date: Fri,  3 Aug 2018 16:25:34 +0300	[thread overview]
Message-ID: <20180803132537.1747-1-ramon.fried@gmail.com> (raw)

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

-- 
2.18.0

             reply	other threads:[~2018-08-03 13:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-03 13:25 Ramon Fried [this message]
2018-08-03 13:25 ` [U-Boot] [PATCH v1 1/3] snapdragon: added msm_board_serial() func Ramon Fried
2018-08-13 23:57   ` [U-Boot] [U-Boot, v1, " Tom Rini
2018-08-03 13:25 ` [U-Boot] [PATCH v1 2/3] snapdragon: added MAC generation functions Ramon Fried
2018-08-13 23:57   ` [U-Boot] [U-Boot, v1, " Tom Rini
2018-08-03 13:25 ` [U-Boot] [PATCH v1 3/3] db410: alter WLAN/BT MAC address fixup Ramon Fried
2018-08-13 23:57   ` [U-Boot] [U-Boot, v1, " Tom Rini
2018-08-13 23:57   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180803132537.1747-1-ramon.fried@gmail.com \
    --to=ramon.fried@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox