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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4679AC4332F for ; Fri, 1 Oct 2021 06:31:00 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 974C661A7E for ; Fri, 1 Oct 2021 06:30:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 974C661A7E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6AE2983431; Fri, 1 Oct 2021 08:30:54 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1633069854; bh=j2jF1CX3QxxcXxu3prX4HFSSl18jShFra3dPZAXRvnE=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=UBUt2mKt2ahrOa2LjpIhDCXfiLrt/XZgSgDVIs2jdz0T6BXxkh9NucgEp3Kllf5Y7 CGaf8bFXmpD+zuVmM5Au4LFAPdNOCpUblN7Qp7vrt/eguUIYsJ5NNvy9fb63gssyeg 4a95VN0N/DCXNZTmICq74uo0avTBtE4L/3ZP8DgXsLL+1PjkrP3OqKCwtkgfCOwifd zq5xBHPjee4QIn++VZaHeDd00vJN0FQ11WeMiWL5lzFuQdRowHsMVKbYKHTnuSbLeK cEg36JGrGaHyR5tR/bXWvIcyPjrA0rV96JljS/X+QgD+HFBkEcZPUMPCdPAXj6VMQ8 5uBGShD8lTI8w== Received: by phobos.denx.de (Postfix, from userid 109) id 8818C83430; Fri, 1 Oct 2021 08:30:51 +0200 (CEST) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [IPv6:2001:67c:2050:1::465:204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0644083326 for ; Fri, 1 Oct 2021 08:30:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4HLKxL6RPJzQkf2; Fri, 1 Oct 2021 08:30:46 +0200 (CEST) Subject: Re: [PATCH u-boot-marvell v3 37/39] tools: kwboot: Add Pali and Marek as authors To: =?UTF-8?Q?Marek_Beh=c3=ban?= Cc: u-boot@lists.denx.de, pali@kernel.org, Chris Packham , Baruch Siach , Dennis Gilmore , Mario Six , Jon Nettleton , =?UTF-8?Q?Marek_Beh=c3=ban?= References: <20210924210716.29752-1-kabel@kernel.org> <20210924210716.29752-38-kabel@kernel.org> From: Stefan Roese Message-ID: <0ed51bd5-1154-1b3d-d52c-c7fd064ccea8@denx.de> Date: Fri, 1 Oct 2021 08:30:43 +0200 MIME-Version: 1.0 In-Reply-To: <20210924210716.29752-38-kabel@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B2AE9881 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean On 24.09.21 23:07, Marek Behún wrote: > From: Pali Rohár > > Add Pali and Marek as another authors of the kwboot utility. > > Signed-off-by: Pali Rohár > Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan > --- > tools/kwboot.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tools/kwboot.c b/tools/kwboot.c > index 6fa6dff04d..6a1a030308 100644 > --- a/tools/kwboot.c > +++ b/tools/kwboot.c > @@ -4,6 +4,8 @@ > * Armada 39x > * > * (c) 2012 Daniel Stodden > + * (c) 2021 Pali Rohár > + * (c) 2021 Marek Behún > * > * References: marvell.com, "88F6180, 88F6190, 88F6192, and 88F6281 > * Integrated Controller: Functional Specifications" December 2, > Viele Grüße, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de