public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de, git@xilinx.com
Subject: [PATCH 0/4] xilinx: Fru tool update
Date: Wed, 23 Feb 2022 15:00:55 +0100	[thread overview]
Message-ID: <cover.1645624855.git.michal.simek@xilinx.com> (raw)

Hi,

the first 3 patches are fixes in current fru implementation to make sure
that code is not working with incorrect data or not waste time.
The last patch adds decoder for xilinx multirecord which stores MAC
addresses for DUT.

Thanks,
Michal



Ashok Reddy Soma (4):
  fru: ops: Clear fru table before storing data
  fru: ops: Return error from checksum if data is all zero's
  xilinx: common: Optimise updating ethaddr from eeprom
  fru: ops: Add support to read mac addresses from multirecord

 board/xilinx/common/board.c   | 11 +++++++-
 board/xilinx/common/fru.h     | 21 +++++++++++++++
 board/xilinx/common/fru_ops.c | 49 ++++++++++++++++++++++++++++++++++-
 3 files changed, 79 insertions(+), 2 deletions(-)

-- 
2.35.1


             reply	other threads:[~2022-02-23 14:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 14:00 Michal Simek [this message]
2022-02-23 14:00 ` [PATCH 1/4] fru: ops: Clear fru table before storing data Michal Simek
2022-02-23 14:00 ` [PATCH 2/4] fru: ops: Return error from checksum if data is all zero's Michal Simek
2022-02-23 14:00 ` [PATCH 3/4] xilinx: common: Optimise updating ethaddr from eeprom Michal Simek
2022-02-23 14:00 ` [PATCH 4/4] fru: ops: Add support to read mac addresses from multirecord Michal Simek
2022-03-07  7:51 ` [PATCH 0/4] xilinx: Fru tool update Michal Simek

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=cover.1645624855.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=git@xilinx.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