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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DE1D0C4707C for ; Wed, 10 Jan 2024 14:47:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GothJxk817cqN6r/z15w+9utcfGc/GLsa1VZrGc/orM=; b=hdO7ztLNdLaVih SEyBOtd1Hr8fXzApKUagqjonMbbLiW/R7sW2hnme/rNimXIPRsvngGizCpQpv0/CFmljVbZxmE/0I PcnZEQXgHFTbu+i70TzLU3wDW+9c1tnqjjxAP0+FqK3agMdITCkXp2fdK0ph7mfv6Fcgd5FCIVEIo rkcdtzlJYoYgt2EXIskVCPOJyYVMgFv7uGlIdxCNiCoRFgzoaYaO9JHSZXJT2fE9+QSRxFQCCNQxG 7V2Wkb3LvWGJ/DI5lXXIJRsxIdbCpJL4GJQW7jgTFM0ZKvVsW2BQEusXkVzeSYXHVc7hgrKvWxX2H SxZwHNtfWbwrJjRLAUrA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rNZrL-00COb3-2A; Wed, 10 Jan 2024 14:47:11 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rNZrI-00COZZ-0K; Wed, 10 Jan 2024 14:47:10 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 7BA53CE1B5F; Wed, 10 Jan 2024 14:46:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0237C433F1; Wed, 10 Jan 2024 14:46:37 +0000 (UTC) Message-ID: Date: Thu, 11 Jan 2024 00:46:35 +1000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Call for nommu LTP maintainer [was: Re: [PATCH 00/36] Remove UCLINUX from LTP] Content-Language: en-US To: Rob Landley , Petr Vorel Cc: Cyril Hrubis , Geert Uytterhoeven , ltp@lists.linux.it, Li Wang , Andrea Cervesato , Jonathan Corbet , Randy Dunlap , John Paul Adrian Glaubitz , Christophe Lyon , linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, Linux ARM , linux-riscv , Linux-sh list , automated-testing@lists.yoctoproject.org, buildroot@buildroot.org, Niklas Cassel References: <20240103015240.1065284-1-pvorel@suse.cz> <20240103114957.GD1073466@pevik> <5a1f1ff3-8a61-67cf-59a9-ce498738d912@landley.net> <20240105131135.GA1484621@pevik> <90c1ddc1-c608-30fc-d5aa-fdf63c90d055@landley.net> <20240108090338.GA1552643@pevik> <461a6556-8f24-48f5-811a-498cb44f2d64@linux-m68k.org> From: Greg Ungerer In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240110_064708_503315_1C777837 X-CRM114-Status: GOOD ( 29.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 10/1/24 15:47, Rob Landley wrote: > On 1/9/24 17:17, Greg Ungerer wrote: >> On 10/1/24 06:24, Rob Landley wrote: >>> I'm a bit weird in that I try to get CURRENT stuff to work on nommu, and a lot >>> of people have been happy to consume my work, but getting any of them to post >>> directly to linux-kernel is like pulling teeth. >> >> I regularly test nommu configurations (as in every kernel rc and release) on m68k >> and at least every release on other architectures like arm(*) and recently on >> riscv as well. > > Sigh, I should start caring about riscv. I added or1k support, I should do > riscv. (Except I did or1k because I found it in actual hardware, the Orange Pi > 3b's power controller is an or1k asic so I needed an or1k toolchain to build > some of u-boot's firmware or else the board couldn't reboot, and there was a > qemu-system-or1k already, which turned into adding it to mkroot via a long > https://lore.kernel.org/openrisc/ZX1xbs_AGdgLgcx7@antec/ thread with its > developers. Alas I still can't get qemu to exit (I.E. virtually reboot or power > off), apparently I need to reinstall my laptop to have a new enough version of > python 3 to build a newer qemu with. It's on the todo list...) > > I still have a hard time considering riscv anything other than open source's > version of Itanium. Promises of ubiquity, but even a 28 nanometer mask is still > 6 figures before you run any wafers and your mask build process is sucking in > all the black box libraries the fab can sell you, so what does "open" really get > you here? Cortex-m got cheap when the superh patents expired so Arm didn't have > to pay royalties to hitachi (renesas?) for the thumb instruction set anymore, > and they belt those suckers en masse amortizing the up-front costs over ENORMOUS > volume. > > And yes, j-core was trying to fix the closed source library and toolchain issues > back when I was still working with them. Among other things fishing > Google/skywater's openlane toolchain build out of their magic docker and > reproducing it under a vanilla debootstrap, ala > https://github.com/j-core/openlane-vhdl-build (As with most corporate > clusterfscks, once you dig far enough it turns out you can throw over 90% of it > out...) > > But these days I'm trying to get toybox to 1.0... > >> (*) somewhat annoyingly needing a minor patch to run the versatile qemu platform >> I like to test with. But hey, that is on me :-) > > I would very much like to add more nommu targets to mkroot, can I get your > build/config info offline? (I tried fishing configs out of buildroot a couple > years ago, but after the THIRD one where the secret was "use very old versions > of packages, the current stuff is broken"... And the problems were things like > "the conversion to device tree deleted a huge chunk of this infrastructure", not > simple fixes.) Maybe getting a little off-topic here, but I'll just send links here. Who knows it might be useful to others. Recently I have been experimenting with minimal builds, this is a bunch of scripts, configs and a couple of patches I currently have: https://github.com/gregungerer/simple-linux Mostly the kernel builds use the architecture defconfigs, but for armnommu versatile it was easier to use a dedicated config and patch: https://github.com/gregungerer/simple-linux/blob/master/configs/linux-6.6-armnommu-versatile.config https://github.com/gregungerer/simple-linux/blob/master/patches/linux-6.6-armnommu-versatile.patch Anyway the scripting uses the newest package versions of everything (binutils, gcc, linux, uClibc, busybox). Regards Greg _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel