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 B7875C433EF for ; Thu, 21 Apr 2022 15:45:08 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3031783E31; Thu, 21 Apr 2022 17:44: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=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="nTA2brXS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C590D83E1F; Thu, 21 Apr 2022 17:44:41 +0200 (CEST) Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (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 4820583C70 for ; Thu, 21 Apr 2022 17:44:39 +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-qt1-x835.google.com with SMTP id t26so3526906qtn.6 for ; Thu, 21 Apr 2022 08:44:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=CzByrSLW3H9ODGibl6DLQtm9k+gouD+6VR8FILwyZtA=; b=nTA2brXSL0o6NypC2ehwOFWr6drZA/IF58FUEtLym0bu48YkDeuo+glRGc+cQDH9mh cyFux0wPWlpa40g53dqDRfDOj/B7NBOT4f6TiuvZzpECmpcY7l1phzK9tGsZDheN6FlH ztBrjxQCdPNv96xSfaypg+X5XV9UGy+E57A2E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=CzByrSLW3H9ODGibl6DLQtm9k+gouD+6VR8FILwyZtA=; b=v+ug6cZr76uiCb0jh33cqu5G8Y1jCHyYyRGjyh3NV5nMaRNio/YHVjSZuT9/XoKaDF G/AkBXjvrbaja4v2p6vM3xpIcwcH/2YniLYcn+we/s99vudXK9lkt3M8fqEuFJl0AMU4 wkXfQHziuuDlf25SnHadXKhKPmpgQX4QL2MIdIfRrKbCVwY9PBTUXcAWYgDCtvj+H3dI QP/ZAhCtkZqioYOK0k9uy5t6+ys/+Kg9GXuE5DIQVZPr+wgf4768TT6aZKp/joznlJ8R P3oyCSoU9ZRbzAYqUnBU4Us2OTU9rJPpVaEwliOVeJovPd69KFDBMGPkSlF0IWoCCsQy f2XA== X-Gm-Message-State: AOAM531QsLlQdZjC1naJ2rk9mJdz8GMmdABG4nPP/9zDuQ1pTw7htK3m Q/cA+4MJZU0IfrkuTHSQy8zpvQ== X-Google-Smtp-Source: ABdhPJziMqKU4cBSIM3/CsATav5kKmIOTmk8DTQUH2q187qHWDsbDqZP+871WR7f+QmtqDDbifW9qQ== X-Received: by 2002:ac8:5614:0:b0:2f1:ea68:b5a0 with SMTP id 20-20020ac85614000000b002f1ea68b5a0mr62739qtr.280.1650555878173; Thu, 21 Apr 2022 08:44:38 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id y3-20020a376403000000b0069e899ec3c7sm3006307qkb.75.2022.04.21.08.44.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Apr 2022 08:44:37 -0700 (PDT) Date: Thu, 21 Apr 2022 11:44:35 -0400 From: Tom Rini To: Sean Anderson Cc: u-boot@lists.denx.de, Stefano Babic , Rick Chen , "NXP i . MX U-Boot Team" , Daniel Schwierzeck , Fabio Estevam , Stefan Roese , Leo Subject: Re: [PATCH v2] treewide: Enable SPL_SEPARATE_BSS if SPL_BSS_START_ADDR is used Message-ID: <20220421154435.GH3045430@bill-the-cat> References: <20220412145904.2964699-1-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="DakDFP6XNsQXR34C" Content-Disposition: inline In-Reply-To: <20220412145904.2964699-1-sean.anderson@seco.com> 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.5 at phobos.denx.de X-Virus-Status: Clean --DakDFP6XNsQXR34C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 12, 2022 at 10:59:04AM -0400, Sean Anderson wrote: > If .bss does not immediately follow the end of the image, then > CONFIG_SPL_SEPARATE_BSS must be selected. Typically, the location of bss > is specified by using CONFIG_SPL_BSS_START_ADDR in a linker script. On > these arches, CONFIG_SPL_SEPARATE_BSS should be enabled. If there is an > option to use an alternate boot script (e.g. CONFIG_SPL_LDSCRIPT is just > a default), just imply. If there is not, select. >=20 > Signed-off-by: Sean Anderson Applied to u-boot/master, thanks! --=20 Tom --DakDFP6XNsQXR34C Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJhe+MACgkQFHw5/5Y0 tyxqnAv+ITMWlFVqds3czF8zyyMIl+XoxBAuRugq+G9EX5NZq5uEYATbWDYGgByN Ce/zc5YV8WvOmlstyq7hSfb5+R0I88WRn4aJXmB99k5F3aVahEn/ROB+23r+xKZn FCPxjM6f9DrQ6jAP9t6bQXSAueHYzvDPAzbmdbZ52vcu5m/glJTm77bBklt6KtKK lbsn1mq1GYF1sifzS6PfbdDAzwet0JaqACMAakYRZaYc9HcB/x3gjL1ucObk8FEW JBjPbUsAKd8egprnTLXlJYGhYN6qMEgfebxrklkUxS5GdLAO6i58Qwynid09m6of fVoExSa61uUdTFxoyqtsFlYGuvpGZs738CaaqaqRo4rTO3I4A8UwkxLl91nbPfc9 suZofJUvSLRRJrYOWQPA1nMh6N+eUq1/auGboujoCXyI19r05wMi2KqVlIC0ekid V2Pvq5oMl+aPCff7jVSBFyXllP40MHmgJO/tDHdDheDpLtg0wQ/Tk2dYGE2vW3KS EWBZr9uq =+7q/ -----END PGP SIGNATURE----- --DakDFP6XNsQXR34C--