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 A338AC61DA4 for ; Mon, 6 Feb 2023 13:47:47 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 804B085BC8; Mon, 6 Feb 2023 14:47:45 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Pcc9Fev6"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id DF3DE85BE3; Mon, 6 Feb 2023 14:47:43 +0100 (CET) Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id DD220859A4 for ; Mon, 6 Feb 2023 14:47:40 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=gerg@kernel.org 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 sin.source.kernel.org (Postfix) with ESMTPS id 9D69BCE1ACC; Mon, 6 Feb 2023 13:47:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9EA65C4339B; Mon, 6 Feb 2023 13:47:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675691256; bh=d5UX8Jsy8vAkH7W2D8UDabjhYgQEZhQICRNfT+2FU70=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Pcc9Fev65EjYKKP1wUhCO3dVZJQ5oR+AIIZmioF3DfIIvihHHSSqonNw/AZ3+KVPB hb5hwkCQcaurmfjfDFtIswVkwOozbPhGR0WHrA3HRFbD8Q96IDi5Y/3gTHzNt9Tkik D1QYPA6QK7akLLP7WyBZA8UYJkbfuBjII3JH7qKZpMcFRrSHKh8xi2KrIEHUXfvowB z/JL3aFvUXwabQqLxFRFJZQ6EhsHl4L+fXILxsItnRxd2K+bST7/YAgxW1d4lAOafe bq1YkiVKoS7IdN2tdVEIYZmP2tr9S4cND58NPVuFpOcXCqDs3pfBip4sbzh+xHwA7I UicHDr8znkIig== Message-ID: <5d28696e-fae5-ad18-2962-5d78efbb9a19@kernel.org> Date: Mon, 6 Feb 2023 23:47:31 +1000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: U-Boot support for M68K removal Content-Language: en-US To: John Paul Adrian Glaubitz , Angelo Dureghello Cc: Tom Rini , Geert Uytterhoeven , linux-m68k@lists.linux-m68k.org, Joshua Thompson , Philip Blundell , u-boot@lists.denx.de, Huan Wang References: <7739d9da9f49f99d156dacf645a311388e9eb628.camel@physik.fu-berlin.de> <40a0fdd71a65307e33dc3b5d8fd15d655fcb0607.camel@physik.fu-berlin.de> <13f6e0187991b42c45a8341f4441e80aee563741.camel@physik.fu-berlin.de> From: Greg Ungerer In-Reply-To: <13f6e0187991b42c45a8341f4441e80aee563741.camel@physik.fu-berlin.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 Hi Adrian, On 6/2/23 22:30, John Paul Adrian Glaubitz wrote: > On Mon, 2023-02-06 at 13:25 +0100, John Paul Adrian Glaubitz wrote: >> On Mon, 2023-02-06 at 22:02 +1000, Greg Ungerer wrote: >>> I wish I had a 54415 based board in my collection. Would make it so >>> much easier to keep the kernel working on it :-( >> >> Maybe we can find one to buy for you. I would be happy to donate for it. > > Btw, what environment are you using to test Coldfire kernel patches? > > Do you use Buildroot to create a bootable ColdFire chroot? I mostly use this for generating user space: https://github.com/AcceleratedLinux/accelerated-linux It is an off shoot of the older uClinux-dist build packages. Recently I have just been hand rolling scripts too: https://github.com/AcceleratedLinux/accelerated-linux That has been useful for testing using ELF format binaries in no-MMU space. I have used buildroot in the past too. Regards Greg