From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8A943C433FE for ; Wed, 23 Feb 2022 14:01:13 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B693C83C37; Wed, 23 Feb 2022 15:01:10 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=xilinx.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=monstr-eu.20210112.gappssmtp.com header.i=@monstr-eu.20210112.gappssmtp.com header.b="ccnuslsF"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7246F83C1C; Wed, 23 Feb 2022 15:01:09 +0100 (CET) Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com [IPv6:2a00:1450:4864:20::62c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id BB76583B58 for ; Wed, 23 Feb 2022 15:01:04 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=xilinx.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=monstr@monstr.eu Received: by mail-ej1-x62c.google.com with SMTP id hw13so52342344ejc.9 for ; Wed, 23 Feb 2022 06:01:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20210112.gappssmtp.com; s=20210112; h=sender:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=NG7cloV9gr38kvd0h7DdlX8lGhLa4pmA2ZHg2l0emMs=; b=ccnuslsF9OSorVhTuM4kkvV/XLeyNOkzYLRJPylKHfDhxgQXIPWXsZh0jIaUN21bFR fUamsJnnsIMKkUt7h7oQ6erLtU2aqeaKNYGaMC5itCMW0wm03pEeFr2vBAilUYXNSv5d IN6rCEipsK3a0SGFo0a8k4/hiC9wHlqn3Rj8rOvfswhslSbR4wnQzNlIJFbQn7UcEBRp VsFrFpAHtrUBHUXyY+BSHVDztM7WjXlemZdf+LOrXo+pYZWKrU4smROdj/awPQFep6Sf DcDA9ZDxERlCv2Iq8MYxd+NLDcZ2rC6QevZMVlXwgZsjpHIO8Tfq/DjYfOQ6PPTeX2wv /VGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version:content-transfer-encoding; bh=NG7cloV9gr38kvd0h7DdlX8lGhLa4pmA2ZHg2l0emMs=; b=XmPatqRKhkxftC/9kL5l3yIPE9pPMgBzSyJemAqmCWwJyQ93yaME6I/iu0JkGMdjIA 2OqY7XLGS3szXDneNGqDopwh+aVMX8tdnAyhw3UIjqmwziR4GieHzLOKi3VCCHm+jGf2 HBipe4flj/wx3lj8OAg1yYSsQwYbP+ssURPaZC8thb6PjefU4LxI5vLVUmCWDUWQNw7E 9bYpI6ddAGGRs2bRK6QqD5SjJscXTsUNNMVdRg0iGewkEbMZSJ40ryZywzB31/MOLcfS fqFelPA8mse7KT4ickriL7BpgzrwWajMBjdFz/hGlGn8H2flDaARzohHz8hsxpq8r48J 7WBw== X-Gm-Message-State: AOAM531hiH3kyMGc/Z8K55HnB2n7lZIUpoxrVDGviw4pzg1APp+roxPy zbQU3dzhk7+GkmdKp96thjsO48Z3pTc9bQ== X-Google-Smtp-Source: ABdhPJy+5OJnwa0RsePO6KW/DCKNUo7x75c/npHBngKCaDN+9qP2+zDcIVf2Zfib6BX0OjBssoYRkw== X-Received: by 2002:a17:906:2ed1:b0:6b6:bb09:178c with SMTP id s17-20020a1709062ed100b006b6bb09178cmr23238145eji.382.1645624864097; Wed, 23 Feb 2022 06:01:04 -0800 (PST) Received: from localhost ([2a02:768:2307:40d6::f9e]) by smtp.gmail.com with ESMTPSA id 5sm7703047ejl.32.2022.02.23.06.01.03 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 23 Feb 2022 06:01:03 -0800 (PST) From: Michal Simek 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 Message-Id: X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean 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