From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id CB541495CE; Wed, 20 Dec 2023 22:02:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1rG4Ro-0001hv-00; Wed, 20 Dec 2023 22:49:48 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 74424C028A; Wed, 20 Dec 2023 22:18:14 +0100 (CET) Date: Wed, 20 Dec 2023 22:18:14 +0100 From: Thomas Bogendoerfer To: Jiaxun Yang Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/8] MIPS: Unify low-level debugging functionalities Message-ID: References: <20231029-mips_debug_ll-v1-0-d7a491e8c278@flygoat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231029-mips_debug_ll-v1-0-d7a491e8c278@flygoat.com> On Sun, Oct 29, 2023 at 02:53:01AM +0000, Jiaxun Yang wrote: > The plan is to elimiate platform specific early_printk and > cps-vec-ns16550 by debug_ll and earlycon. https://xkcd.com/927/ ? sorry I don't think that just another new function is good approach. Doing this will end up with another method for early debugging and all other will stay. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]