public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Philip Oberfichtner <pro@denx.de>
Cc: u-boot@lists.denx.de, "Stefano Babic" <sbabic@denx.de>,
	"Marek Vasut" <marex@denx.de>,
	"Christoph Niedermaier" <cniedermaier@dh-electronics.com>,
	"Anatolij Gustschin" <agust@denx.de>,
	"Bharat Gooty" <bharat.gooty@broadcom.com>,
	"Chin-Liang See" <clsee@altera.com>,
	"Dalon Westergreen" <dwesterg@gmail.com>,
	"Dinh Nguyen" <dinguyen@kernel.org>,
	"Holger Brunck" <holger.brunck@hitachienergy.com>,
	"Humberto Naves" <hsnaves@gmail.com>,
	"Jaehoon Chung" <jh80.chung@samsung.com>,
	"Jim Liu" <JJLIU0@nuvoton.com>, "Marek Behún" <kabel@kernel.org>,
	"Michal Simek" <michal.simek@amd.com>,
	"Nikita Kiryanov" <nikita@compulab.co.il>,
	"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
	"Pavel Machek" <pavel@denx.de>,
	"Paweł Anikiel" <pan@semihalf.com>, "Peng Fan" <peng.fan@nxp.com>,
	"Rayagonda Kokatanur" <rayagonda.kokatanur@broadcom.com>,
	"Rick Chen" <rick@andestech.com>,
	"Rui Miguel Silva" <rui.silva@linaro.org>,
	"Simon Glass" <sjg@chromium.org>,
	"Stanley Chu" <yschu@nuvoton.com>, "Stefan Roese" <sr@denx.de>,
	"Stephan Gerhold" <stephan@gerhold.net>,
	"Thomas Huth" <thuth@redhat.com>,
	"Wolfgang Grandegger" <wg@aries-embedded.de>,
	"Wolfgang Wallner" <wolfgang.wallner@br-automation.com>
Subject: Re: [PATCH v6 1/3] Convert CONFIG_SYS_L2_PL310 to Kconfig
Date: Fri, 2 Sep 2022 09:00:08 -0400	[thread overview]
Message-ID: <20220902130008.GE7942@bill-the-cat> (raw)
In-Reply-To: <20220817130714.3487965-2-pro@denx.de>

[-- Attachment #1: Type: text/plain, Size: 741 bytes --]

On Wed, Aug 17, 2022 at 03:07:12PM +0200, Philip Oberfichtner wrote:

> This converts CONFIG_SYS_L2_PL310 to Kconfig.
> 
> For omap2 and mvebu the 'select SYS_L2_PL310' locations were
> determined using ./tools/moveconfig -i CONFIG_SYS_L2_PL310.
> 
> For mx6 I manually chose ARCH_MX6 as 'select' location. The
> correctness has been verified using
> 
> 	$ ./tools/moveconfig.py -f ARCH_MX6 ~SYS_L2_PL310 ~SYS_L2CACHE_OFF
> 	0 matches
> 
> That means whenever an ARCH_MX6 board had SYS_L2_PL310 disabled, this
> was correctly reflected in SYS_L2CACHE_OFF. Thus it's safe to insert
> the 'select' statement under ARCH_MX6.
> 
> Signed-off-by: Philip Oberfichtner <pro@denx.de>

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2022-09-02 13:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-17 13:07 [PATCH v6 0/3] ARM: imx6: dh-imx6: Enable d-cache early in SPL Philip Oberfichtner
2022-08-17 13:07 ` [PATCH v6 1/3] Convert CONFIG_SYS_L2_PL310 to Kconfig Philip Oberfichtner
2022-09-02 13:00   ` Tom Rini [this message]
2022-08-17 13:07 ` [PATCH v6 2/3] ARM: cache: Allow SPL to build cache-pl310.c Philip Oberfichtner
2022-09-02 13:00   ` Tom Rini
2022-08-17 13:07 ` [PATCH v6 3/3] ARM: imx6: dh-imx6: Enable d-cache early in SPL Philip Oberfichtner
2022-09-02 13:00   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220902130008.GE7942@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=JJLIU0@nuvoton.com \
    --cc=agust@denx.de \
    --cc=bharat.gooty@broadcom.com \
    --cc=clsee@altera.com \
    --cc=cniedermaier@dh-electronics.com \
    --cc=dinguyen@kernel.org \
    --cc=dwesterg@gmail.com \
    --cc=holger.brunck@hitachienergy.com \
    --cc=hsnaves@gmail.com \
    --cc=jh80.chung@samsung.com \
    --cc=kabel@kernel.org \
    --cc=marex@denx.de \
    --cc=michal.simek@amd.com \
    --cc=nikita@compulab.co.il \
    --cc=pan@semihalf.com \
    --cc=patrick.delaunay@foss.st.com \
    --cc=pavel@denx.de \
    --cc=peng.fan@nxp.com \
    --cc=pro@denx.de \
    --cc=rayagonda.kokatanur@broadcom.com \
    --cc=rick@andestech.com \
    --cc=rui.silva@linaro.org \
    --cc=sbabic@denx.de \
    --cc=sjg@chromium.org \
    --cc=sr@denx.de \
    --cc=stephan@gerhold.net \
    --cc=thuth@redhat.com \
    --cc=u-boot@lists.denx.de \
    --cc=wg@aries-embedded.de \
    --cc=wolfgang.wallner@br-automation.com \
    --cc=yschu@nuvoton.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox