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 455B9C05027 for ; Mon, 6 Feb 2023 14:00:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E847D85BE9; Mon, 6 Feb 2023 15:00: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=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="rpxFgZc8"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D745085BED; Mon, 6 Feb 2023 15:00:38 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::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 E2D4D85BDE for ; Mon, 6 Feb 2023 15:00:32 +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 ams.source.kernel.org (Postfix) with ESMTPS id 81FC4B8117D; Mon, 6 Feb 2023 14:00:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 32B2CC4339B; Mon, 6 Feb 2023 14:00:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675692032; bh=kpdjXR0cXnUQ2JIAfO7Y0MqFZo92hwKsA3yjij+pK3g=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=rpxFgZc8kEVuP1fw2Ay+inbHGGPQG0Lo7ITvJ/MdHB/yL7kDHKAPEhDjeK22o4wrR B2KT58/kMfokRpG6kJFGZSBusOM3YWZF5U0VDXPaHmT+BZX6mNi/VWnd6ByulbxqBh beO/nPL5SQBVdcPrQuHRLT9ap6vkzObh0nA/3W2ypPCg26kWvNTJlt2tIU83Gn7T6Q NZo4xvhAkL47oMXc8IHAqpmTr56wpQdlm3A08tH1OUyqiQuFztRPCN7M1xdXc07jHE k8jxhxiX/771nVOFMkUBUepWRLaj1fYHmwnKc6h66AYD0eXBFUKm51QWW1S2IzRnY/ 0KkLKMygxjKRA== Message-ID: Date: Tue, 7 Feb 2023 00:00:28 +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> From: Greg Ungerer In-Reply-To: <40a0fdd71a65307e33dc3b5d8fd15d655fcb0607.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:25, John Paul Adrian Glaubitz wrote: > Hi Greg! > > 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. I'll gladly accept any surplus boards anyone has. I have quite a few of the older ColdFire evaluation boards, but not all. I only have a single M5475EVB for MMU testing currently though. Regards Greg