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 F21D1C32771 for ; Thu, 15 Sep 2022 21:55:41 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D73DC84BA4; Thu, 15 Sep 2022 23:54:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.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=konsulko.com header.i=@konsulko.com header.b="YrrQcquB"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8777484BA7; Thu, 15 Sep 2022 23:54:57 +0200 (CEST) Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) (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 0EAC784BA4 for ; Thu, 15 Sep 2022 23:54:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x72a.google.com with SMTP id h28so14450383qka.0 for ; Thu, 15 Sep 2022 14:54:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=e40G/wfj2WSF8D6g1kFKdjDs6m4ozUezk8lRvi1+SCU=; b=YrrQcquBCOUo0Yv7ekzh7RLLd3SmVgoqMnaURL+XXQwk17mF4k4iZ2GOC2Wxq7V1c3 WjH8DxMqiVtreOTNL5m/9WaFqPBLNM0MgSrLSOlHzCECi7aKViHIRGOZRwisE5Eh/LW4 Dwr1lngsiuS6kP9Nhezv4hN8/RAzN9bbcWL7E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=e40G/wfj2WSF8D6g1kFKdjDs6m4ozUezk8lRvi1+SCU=; b=xxFwjPqMngfRiTPFcqtliCy71x+dmYJ+pHuqtnGm//VxwpNZiNJbrY5M6ub+PULNWZ 8TWBYe1q4c5DeT+S0DRG3Me6pIr03mUWsHu+8Q6jTs+SXUItf27x7IuuBXnSs3a+GRFD Opyr3Qrw6JEaGiHflWFPWGrpREtMGpnAXLgcyjvjHrnh8PKuw6Mtf5ln/kvVxZ+cMRJd 57Bu5eZi86YdTjg/gk6EQojIuOvwGBuMMbUZJftXC+UYpjiZeU6KYUbcmbJ7F5qhHCbF nRHbO9QHLvaSjqvQ8J760Rfkx2Bfr6prVDbdF7blQ9W+C9cwj6iYS0SSvT5HL3/S9IVd ghQw== X-Gm-Message-State: ACrzQf2pXr3HJv8pL7FxLvmOU5wsOsHclAv0F6W4wSrf3xOeu8ej2FOy wc6YrR0NOHxhKcl+L3T6K9CGiA== X-Google-Smtp-Source: AMsMyM5Ian2Tlvs9HInk382d44viDW61WVD4e9CcCQfNt1DYDm2z6G5ibhGCCj8HHBr8RPbDSI++aQ== X-Received: by 2002:a37:6492:0:b0:6ce:496d:b999 with SMTP id y140-20020a376492000000b006ce496db999mr1816493qkb.382.1663278893884; Thu, 15 Sep 2022 14:54:53 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-7c7f-be09-1cf9-0c48.res6.spectrum.com. [2603:6081:7b00:6400:7c7f:be09:1cf9:c48]) by smtp.gmail.com with ESMTPSA id e12-20020ac8670c000000b0035bb6298526sm4141130qtp.17.2022.09.15.14.54.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Sep 2022 14:54:53 -0700 (PDT) Date: Thu, 15 Sep 2022 17:54:51 -0400 From: Tom Rini To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: u-boot@lists.denx.de Subject: Re: [PATCH 2/9] Nokia RX-51: Do not clear unknown memory in lowlevel_init.S Message-ID: <20220915215451.GA6993@bill-the-cat> References: <20220904012906.17718-1-pali@kernel.org> <20220904012906.17718-3-pali@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ofoyOKZR33MYzbeX" Content-Disposition: inline In-Reply-To: <20220904012906.17718-3-pali@kernel.org> X-Clacks-Overhead: GNU Terry Pratchett 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 --ofoyOKZR33MYzbeX Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 04, 2022 at 03:28:59AM +0200, Pali Roh=E1r wrote: > If kernel image in uImage or zImage format is not detected by > lowlevel_init.S code then do not clear memory location where image was > expected. If image is not detected then this memory region is unknown. > So do not unconditionally clear it. >=20 > Signed-off-by: Pali Roh=E1r Applied to u-boot/next, thanks! --=20 Tom --ofoyOKZR33MYzbeX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmMjnysACgkQFHw5/5Y0 tyyMKQv9FSkA3pKxc1oTOp/JmDomslNb76Rplc/Q9naeFGAxfg1Kzb5fb6rJ9Jpk DetlBo+nhgCFw24lHi5iAq0XAMAsGS3Qnsa82IXI43fUw5SR7dwLQlbm+jlpUAvu 7N6J1AmgSi458NXvGTTizsryxpIU3l0yU/cPb5xPDeaRigMLxJgsgMCJTxpYtiQ2 aVorppWw7js2M6avqjHcaH3hyyLDajKCbagDJ5CxVvCQOgoGeJonXgQWz5zyVc6e keA0UErEIAN9nhlm+JG6LdzuT9fNfwFaGfwR/pwgbcBuw58DkLShWRtKbWH30XXn uUtgP3NHeibGlh6wNIh3CSbMeC6VpfNLR9vIYWZ862hhJHoihFWdZ6kKK+Cwz40/ FEVR241DzftAw5Np/45UWlyorb/tuEd2z8i9ZEMWHVHjfERBDshjIvJMKRD4zNsi giCahkCtW/boqokn7two1A/saKycCS/2deR1T0APxeKXqWEWb+3vxUw3wqwBy46+ K2MTR+gH =a/tx -----END PGP SIGNATURE----- --ofoyOKZR33MYzbeX--