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 X-Spam-Level: X-Spam-Status: No, score=-7.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70E15C47082 for ; Tue, 8 Jun 2021 06:43:32 +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 5628A611BD for ; Tue, 8 Jun 2021 06:43:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5628A611BD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 151A682CEE; Tue, 8 Jun 2021 08:43:29 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="KFvhYI35"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 923CB82E2B; Tue, 8 Jun 2021 08:43:27 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 8CC4D80207 for ; Tue, 8 Jun 2021 08:43:24 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kristo@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id 530B0611BD; Tue, 8 Jun 2021 06:43:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623134603; bh=Dl3cdj5SRBwZRGeU0W6/P7y7KO5zkkpgDJvXT5tVTkg=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=KFvhYI35KUBFvQe3oMLO/LgxQmK26CvdArE6t6CizIrDAGpuUOwBEj+IOmkh74Y16 d02wFSzZEkzdIHpivOt8Y5k1+9dEwhEzo18186W089kMdXxRevMJJfPOSef0taKdWh LlmkUs+cpVzSTI4iC7TV7SSyq8ajOVFrA2jQj9zfBQCw8zebIlwPWM6VP1lEHvRZrW 3fYcY/P8cePJrBAYCqiO3qcxkplsmxA03PdnzfCittQUHGBW05NCUV7OfJWE3eHNmN ZIKIrvBBXqrUl0Y0GO/rlzr9+O7n0b2D5ooK8Z5wDzf/R1UJKYIzb9LZvh8pTd38m0 E0haoP6tGAJ2A== Subject: Re: [PATCHv5 00/26] Re-base / re-post of TI-K3 HSM rearch series To: Lokesh Vutla , u-boot@lists.denx.de Cc: trini@konsulko.com References: <20210603063255.5483-1-kristo@kernel.org> <1055ffe4-29a6-98b6-ae1c-1c751a187892@ti.com> <492b5609-21b4-2427-712b-2a67771f79c4@kernel.org> From: Tero Kristo Message-ID: <72a95f42-1375-b6f7-59f5-35af7452eb6c@kernel.org> Date: Tue, 8 Jun 2021 09:43:19 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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.102.4 at phobos.denx.de X-Virus-Status: Clean On 08/06/2021 09:32, Lokesh Vutla wrote: > > > On 08/06/21 11:57 am, Tero Kristo wrote: >> On 07/06/2021 14:22, Lokesh Vutla wrote: >>> >>> >>> On 03/06/21 12:02 pm, Tero Kristo wrote: >>>> Hi, >>>> >>>> As requested, this is just a rebase to the latest u-boot tip. >>>> >>>> Boot tested on j721e to make sure nothing got broken. >>> >>> There are some build errors. Can you take a look? >>> https://source.denx.de/u-boot/custodians/u-boot-ti/-/jobs/275511 >> >> Hmm yeah, HS boards fail building. Attached fix, do you want me to re-post or do >> you want to squash this in? > > Can you point me to the patch no to squash this patch? Goes on top of patch #18. Rest apply cleanly. -Tero