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 0479FC54EBC for ; Tue, 10 Jan 2023 16:55:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 10B7885527; Tue, 10 Jan 2023 17:55:43 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="yvNLHNyy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2C0368556B; Tue, 10 Jan 2023 17:55:42 +0100 (CET) Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C202985527 for ; Tue, 10 Jan 2023 17:55:38 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=afd@ti.com Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 30AGtZeU054543; Tue, 10 Jan 2023 10:55:35 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1673369735; bh=J1DjFEqlo5RrhKoJGtgWi844817IXKdxV23ecYVrd+U=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=yvNLHNyyywyIvZeEKhF7tZDgGvlopVQEXM49enKSmXrrX2fA1Dnkx3Tn8OuKA/fwE unqpGkLm+phOx6UcGAFRMfYALbXKNcfeLGfJk6FXqxMVFCzB1k03RDA2eAlsQlDw3c igCLDv301e/01ZwfV8y6nhVF9C15nvit3P+mrTFk= Received: from DLEE110.ent.ti.com (dlee110.ent.ti.com [157.170.170.21]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 30AGtZpa003492 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 10 Jan 2023 10:55:35 -0600 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Tue, 10 Jan 2023 10:55:35 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Tue, 10 Jan 2023 10:55:35 -0600 Received: from [10.250.34.87] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 30AGtYgW055509; Tue, 10 Jan 2023 10:55:34 -0600 Message-ID: <03533436-c401-81ca-e281-31c69106b585@ti.com> Date: Tue, 10 Jan 2023 10:55:34 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH] firmware: ti_sci: fix typo in boot authentication message name Content-Language: en-US To: Jorge Ramirez-Ortiz , , , CC: References: <20230110123004.3765851-1-jorge@foundries.io> From: Andrew Davis In-Reply-To: <20230110123004.3765851-1-jorge@foundries.io> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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.6 at phobos.denx.de X-Virus-Status: Clean On 1/10/23 6:30 AM, Jorge Ramirez-Ortiz wrote: > Fix AUTH_BOOT message identifier (s/IMIAGE/IMAGE) > > Signed-off-by: Jorge Ramirez-Ortiz > --- Looks like this typo got copy/pasted over to ATF also[0].. I'll add your reported-by and go fix it over there (unless you are wanting to do that). Acked-by: Andrew Davis [0] https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/plat/ti/k3/common/drivers/ti_sci/ti_sci_protocol.h#n50 > drivers/firmware/ti_sci.c | 2 +- > drivers/firmware/ti_sci.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/firmware/ti_sci.c b/drivers/firmware/ti_sci.c > index 727e090e8a..bd7379ae55 100644 > --- a/drivers/firmware/ti_sci.c > +++ b/drivers/firmware/ti_sci.c > @@ -1935,7 +1935,7 @@ static int ti_sci_cmd_proc_auth_boot_image(const struct ti_sci_handle *handle, > > info = handle_to_ti_sci_info(handle); > > - xfer = ti_sci_setup_one_xfer(info, TISCI_MSG_PROC_AUTH_BOOT_IMIAGE, > + xfer = ti_sci_setup_one_xfer(info, TISCI_MSG_PROC_AUTH_BOOT_IMAGE, > TI_SCI_FLAG_REQ_ACK_ON_PROCESSED, > (u32 *)&req, sizeof(req), sizeof(*resp)); > if (IS_ERR(xfer)) { > diff --git a/drivers/firmware/ti_sci.h b/drivers/firmware/ti_sci.h > index e4a087c2ba..101210eb21 100644 > --- a/drivers/firmware/ti_sci.h > +++ b/drivers/firmware/ti_sci.h > @@ -49,7 +49,7 @@ > #define TISCI_MSG_PROC_HANDOVER 0xc005 > #define TISCI_MSG_SET_PROC_BOOT_CONFIG 0xc100 > #define TISCI_MSG_SET_PROC_BOOT_CTRL 0xc101 > -#define TISCI_MSG_PROC_AUTH_BOOT_IMIAGE 0xc120 > +#define TISCI_MSG_PROC_AUTH_BOOT_IMAGE 0xc120 > #define TISCI_MSG_GET_PROC_BOOT_STATUS 0xc400 > #define TISCI_MSG_WAIT_PROC_BOOT_STATUS 0xc401 >