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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5DCAC433EF for ; Fri, 20 May 2022 12:30:09 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 22C836B0071; Fri, 20 May 2022 08:30:09 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 1DC176B0072; Fri, 20 May 2022 08:30:09 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 0A5036B0073; Fri, 20 May 2022 08:30:09 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) by kanga.kvack.org (Postfix) with ESMTP id EC3BB6B0071 for ; Fri, 20 May 2022 08:30:08 -0400 (EDT) Received: from smtpin28.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay13.hostedemail.com (Postfix) with ESMTP id BFF656160F for ; Fri, 20 May 2022 12:30:08 +0000 (UTC) X-FDA: 79486053696.28.8BD9D70 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf17.hostedemail.com (Postfix) with ESMTP id 532F04000C for ; Fri, 20 May 2022 12:29:42 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2FAC061E07; Fri, 20 May 2022 12:30:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 351AEC385A9; Fri, 20 May 2022 12:30:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653049806; bh=AqlsiTiDuwleDs60bALNrrGbJz64ZW8+v9vBuAfjIdE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n//aSrT8ReVB2j6Z6WCHL/0E27hvzGhZhsyLSdtYHrlW7pApWXEOxRsVVHnaPu4by 7jZvcFfdaRPJj8AShcRrqy/G/9Te5hyyU7E031UruMFJyaqVbdSwmBokv3CR6j+NFV Xvb4JAUzvnOOXOLojKlgRveQavW5WHUqP2IibyHS3HXgnUQyS+FKQ6TrTslYASokRK UXuFIwAZ5/9Sz3inokKAhG1YblBR8djEbp9loldJhx+kXD+Y5rD9nCya7K44TDqIgT OAdD+mqc1Tu/4Mst2Bl6M7wV6q3Mi3l1Kpwcvu+SAKT0ERpwyYafOGKoDWhVoDmPp2 3TdVlbbVTcZOA== Received: by pali.im (Postfix) id E90F45F2; Fri, 20 May 2022 14:30:02 +0200 (CEST) Date: Fri, 20 May 2022 14:30:02 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: linux-mm@kvack.org Cc: Ash Logan , paulus@samba.org, mpe@ellerman.id.au, christophe.leroy@csgroup.eu, robh+dt@kernel.org, benh@kernel.crashing.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, j.ne@posteo.net Subject: Re: [PATCH 11/12] powerpc: wiiu: don't enforce flat memory Message-ID: <20220520123002.rd46p5ty6wumi7cc@pali> References: <20220302044406.63401-1-ash@heyquark.com> <20220302044406.63401-12-ash@heyquark.com> <20220513224353.n56qg5fhstbaqhfz@pali> <20220520080454.c3cqodsdbfbkmg56@pali> <935b426a-6c64-beb0-907f-8c3f0a089ab7@heyquark.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <935b426a-6c64-beb0-907f-8c3f0a089ab7@heyquark.com> User-Agent: NeoMutt/20180716 X-Stat-Signature: 3ewzoqt1ys3bunxdk9986xtyokuotmx4 X-Rspamd-Server: rspam12 X-Rspamd-Queue-Id: 532F04000C Authentication-Results: imf17.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b="n//aSrT8"; spf=pass (imf17.hostedemail.com: domain of pali@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=pali@kernel.org; dmarc=pass (policy=none) header.from=kernel.org X-Rspam-User: X-HE-Tag: 1653049782-775764 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: + linux-mm Do you know what are requirements for kernel to support non-contiguous memory support and what is needed to enable it for 32-bit powerpc? Currently powerpc arch code does not support "memblock.memory.cnt > 1" except for WII which seems like a hack... See below. On Friday 20 May 2022 20:44:04 Ash Logan wrote: > On 20/5/22 18:04, Pali Rohár wrote: > > On Friday 20 May 2022 13:41:04 Ash Logan wrote: > >> On 14/5/22 08:43, Pali Rohár wrote: > >>> On Wednesday 02 March 2022 15:44:05 Ash Logan wrote: > >>>> pgtable_32.c:mapin_ram loops over each valid memory range, which means > >>>> non-contiguous memory just works. > >>> > >>> Hello! Does it mean that non-contiguous memory works for any 32-bit > >>> powerpc platform, and not only for wiiu? If yes, should not be > >>> non-contiguous memory support enabled for all 32-bit ppc boards then? > >> > >> Hi! Sorry for my delayed response. As best I can tell, it does indeed > >> Just Work, but I have only been able to test on wiiu which is missing a > >> lot of features other boards have (like PCI) - so it's possible there's > >> still an assumption elsewhere in the kernel that I haven't hit. > >> > >> As best I can tell, the Wii and Wii U are the only 32-bit powerpc boards > >> out there where it's even possible to have non-contiguous memory. > > > > What is the reason that those two boards are the **only**? Is there some > > specific requirement from bootloader or hardware to "enable" > > non-contiguous memory support? > > Not that I know of, I was just saying that I was only aware of those two > boards where the memory map isn't contiguous, and that is the only place > where it has been tested. Evidently you know of another board! > > > I'm interested in enabling non-contiguous memory support for P2020-based > > board as it has gaps in its 32-bit memory layout and which could be used > > for RAM mapping when 4GB DDR3 module is plugged in (default is 2GB). > > If it's like the Wii or Wii U (some memory at 0, a gap for MMIO or > whatever, then more memory at a higher address) then you should try a > patch along these lines, because barring the unknowns I mentioned before > it should work. At least as far as I'm aware ;) > > >>>> Signed-off-by: Ash Logan > >>>> --- > >>>> arch/powerpc/mm/init_32.c | 4 ++-- > >>>> 1 file changed, 2 insertions(+), 2 deletions(-) > >>>> > >>>> diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c > >>>> index 3d690be48e84..59a84629d9a0 100644 > >>>> --- a/arch/powerpc/mm/init_32.c > >>>> +++ b/arch/powerpc/mm/init_32.c > >>>> @@ -125,10 +125,10 @@ void __init MMU_init(void) > >>>> * lowmem_end_addr is initialized below. > >>>> */ > >>>> if (memblock.memory.cnt > 1) { > >>>> -#ifndef CONFIG_WII > >>>> +#if !defined(CONFIG_WII) && !defined(CONFIG_WIIU) > >>>> memblock_enforce_memory_limit(memblock.memory.regions[0].size); > >>>> pr_warn("Only using first contiguous memory region\n"); > >>>> -#else > >>>> +#elif defined(CONFIG_WII) > >>>> wii_memory_fixups(); > >>>> #endif > >>>> } > >>>> -- > >>>> 2.35.1 > >>>>