From patchwork Thu Jul 18 07:34:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 1133594 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="SFqi4XI5"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45q5wf2Xz8z9s00 for ; Thu, 18 Jul 2019 17:53:22 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 0C2E9C21DF8; Thu, 18 Jul 2019 07:50:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id E1BB6C21DF8; Thu, 18 Jul 2019 07:36:49 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 77727C21FED; Thu, 18 Jul 2019 07:35:43 +0000 (UTC) Received: from mail-pl1-f194.google.com (mail-pl1-f194.google.com [209.85.214.194]) by lists.denx.de (Postfix) with ESMTPS id 3AE42C21F90 for ; Thu, 18 Jul 2019 07:35:39 +0000 (UTC) Received: by mail-pl1-f194.google.com with SMTP id t14so13387968plr.11 for ; Thu, 18 Jul 2019 00:35:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references; bh=bBoYUZ5rRlGJkH6QdNb+EmyzLV3hApdjTwLhDK0kPQA=; b=SFqi4XI5cmeMdXr6t+icwKqTAz0ZaYCcxd6eR3eGlHXlQB0Jh4ZNzovfWh8Jpp5ojY HOZ5bXR7j1bwb6IIW4LdkxyuyCV8iImAx/Z6Sqadt4gdmNNFuERp4KGVPQz1ZoMIbyw2 pvy8WNHBWDqog+V5oxrGkvtVFXXSWGTDde6tzJQZ4aWqI0JBiWE0RXN7w7/Zzl3wU0BI U9MiHSm9+jvL7uc55adCy/wi2t4LxoMEgRhzawDTTljHn83LT34qcku9Jq+69eSEF02S EfM3yp7fvj/+lGOWOOjp/0HG4URru9fR9VEhNYVmknV2YLWce6vigG2WXa34v+oLDQZj OByA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=bBoYUZ5rRlGJkH6QdNb+EmyzLV3hApdjTwLhDK0kPQA=; b=qAOt1/WessmupMkwd+/mnHgm+SMtCUa/cqEF23Xj3bqsbnB3pHtK7jPN/8O6Yg24wY 688roPQ4l7LiBlyvV1PXzLoRpRHxHh4hWHuqCUOp87jhO5m9XtsP+nC+/XSKcvcTc8Xe VLJLQwsWC0IvNwSTqTw5m0rkncRN60Q76L4+2VACULos40WkdM2kBqKHo08qEnZRp5Lv 5u1JbiUWapgWYWTnurgIeqf9A2ZOv67do7+0AHY5Nixpszj8lC2anXQqyeHcsEh9KuxL nC18g1UtXghkGMX8p/MRPlY4yD8Le0hSgf50WEx77U0JrPaw42L3JWNdczghuuNhZpzs sprg== X-Gm-Message-State: APjAAAWrH7T+XIZaV1nMXgUR9cjBDPqa9ZQ8d/lRO8Ph87FvfLhnwhcM nbwx3/uZFdrLhZ8DW3jalP44dBZF X-Google-Smtp-Source: APXvYqzo0oO4wzH6+BJ2+nnHOkA0Tsz1x1ahe6WWX2vYVY66KUFocn23S0/op3uL3DO4f6v3vEYXwQ== X-Received: by 2002:a17:902:7083:: with SMTP id z3mr8960006plk.278.1563435337949; Thu, 18 Jul 2019 00:35:37 -0700 (PDT) Received: from localhost.localdomain (unknown-224-80.windriver.com. [147.11.224.80]) by smtp.gmail.com with ESMTPSA id q1sm39859821pfn.178.2019.07.18.00.35.36 (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 18 Jul 2019 00:35:37 -0700 (PDT) From: Bin Meng To: Tom Rini , Simon Glass , Wolfgang Denk , Heinrich Schuchardt , Mario Six , U-Boot Mailing List Date: Thu, 18 Jul 2019 00:34:35 -0700 Message-Id: <1563435275-22326-51-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1563435275-22326-1-git-send-email-bmeng.cn@gmail.com> References: <1563435275-22326-1-git-send-email-bmeng.cn@gmail.com> Subject: [U-Boot] [PATCH 50/50] doc: Remove README.blackfin X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" U-Boot no longer supports blackfin architecture. Remove the doc. Signed-off-by: Bin Meng --- doc/README.blackfin | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 doc/README.blackfin diff --git a/doc/README.blackfin b/doc/README.blackfin deleted file mode 100644 index a837d90..0000000 --- a/doc/README.blackfin +++ /dev/null @@ -1,46 +0,0 @@ -Notes for the Blackfin architecture port of Das U-Boot - - ========= - ! ABOUT ! - ========= - - -Blackfin Processors embody a new breed of 16/32-bit embedded processor, ideally -suited for products where a convergence of capabilities are necessary - -multi-format audio, video, voice and image processing; multi-mode baseband and -packet processing; control processing; and real-time security. The Blackfin's -unique combination of software flexibility and scalability has gained it -widespread adoption in convergent applications. - - -The Blackfin processor is wholly developed by Analog Devices Inc. - - =========== - ! SUPPORT ! - =========== - -All open source code for the Blackfin processors are being handled via our -collaborative website: -http://blackfin.uclinux.org/ - -In particular, bug reports, feature requests, help etc... for Das U-Boot are -handled in the Das U-Boot sub project: -http://blackfin.uclinux.org/gf/project/u-boot - -This website is backed both by an open source community as well as a dedicated -team from Analog Devices Inc. - - ============= - ! TOOLCHAIN ! - ============= - -To compile the Blackfin aspects, you'll need the GNU toolchain configured for -the Blackfin processor. You can obtain such a cross-compiler here: -http://blackfin.uclinux.org/gf/project/toolchain - - ================= - ! DOCUMENTATION ! - ================= - -For Blackfin specific documentation, you can visit our dedicated doc wiki: -http://docs.blackfin.uclinux.org/doku.php?id=bootloaders:u-boot