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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2CAFBC433F5 for ; Tue, 26 Oct 2021 04:55:17 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 93B7360EB4 for ; Tue, 26 Oct 2021 04:55:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 93B7360EB4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id ECE6083536; Tue, 26 Oct 2021 06:55:14 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1635224115; bh=2QB/9QMu+3SsIqCfmZ3ZJTjtv1U6GWzoFpPetVEXBVU=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=nRfk9KEgfJdf11cpMKCFu08RulENOj511z/KFF91XtpCEO3fY8C8W0O1wnxn6fYRH mP7T1jsxpdkHyCuOJB+ORU24V/iHrcn4bLkEoII4aBrVg0LS+hBzO0avDiWbT5zi7y SiVYBqBwQUvEzBHSMS1XMpyBeSzP3VxSS09xpjAF4Ix+ahHoSWhw/W6H2XuR32FZMq U/jnDf1Sb9dem8tQriw66ujwImBqqBKJslXOlgzZzdC9G7ZvfZYMqNvCoQDJNWfIID 1umW8ICScuhTpyi+xxzoFtGfOiTdCUZ9OkFz9gPvVvxqXfjoHFm5XjEZPZbTp3K8IN SaRQ6tgC+nQxA== Received: by phobos.denx.de (Postfix, from userid 109) id F39D78353C; Tue, 26 Oct 2021 06:55:12 +0200 (CEST) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [IPv6:2001:67c:2050:1::465:107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id DE9808351A for ; Tue, 26 Oct 2021 06:55:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4HdfdT69TPzQjnX; Tue, 26 Oct 2021 06:55:09 +0200 (CEST) Subject: Re: [PATCH] doc: Remove the obsolete README.mpc74xx file To: Thomas Huth , u-boot@lists.denx.de Cc: Heinrich Schuchardt References: <20211025065614.23373-1-thuth@redhat.com> From: Stefan Roese Message-ID: Date: Tue, 26 Oct 2021 06:55:06 +0200 MIME-Version: 1.0 In-Reply-To: <20211025065614.23373-1-thuth@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E7A1A784 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean On 25.10.21 08:56, Thomas Huth wrote: > Support for the PPC74xx processors has been removed in commit > d928664f41 ("powerpc: 74xx_7xx: remove 74xx_7xx cpu support") > more than 6 years ago already. So the corresponding README file > can now be removed, too. > > Signed-off-by: Thomas Huth Reviewed-by: Stefan Roese Thanks, Stefan > --- > doc/README.mpc74xx | 22 ---------------------- > 1 file changed, 22 deletions(-) > delete mode 100644 doc/README.mpc74xx > > diff --git a/doc/README.mpc74xx b/doc/README.mpc74xx > deleted file mode 100644 > index f81f1c2e89..0000000000 > --- a/doc/README.mpc74xx > +++ /dev/null > @@ -1,22 +0,0 @@ > -This file contains status information for the port of U-Boot to the > -Motorola mpc74xx series of CPUs. > - > -Author: Josh Huber > - Mission Critical Linux, Inc. > - > -Currently the support for these CPUs is pretty minimal, but enough to > -get things going. (much like the support for the Galileo Eval Board) > - > -There is a framework in place to enable the L2 cache, and to program > -the BATs. Currently, there are still problems with the code which > -sets up the L2 cache, so it's not enabled. (IMHO, it shouldn't be > -anyway). Additionally, there is support for enabling the MMU, which > -we also don't do. The BATs are programmed just for the benefit of > -jumping into Linux in a sane configuration. > - > -Most of the code was based on other cpus supported by U-Boot. > - > -If you find any errors in the CPU setup code, please send us a note. > - > -Thanks, > -Josh > Viele Grüße, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de