From patchwork Thu Jul 18 07:34:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 1133619 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="k+yzojfp"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45q6Bc0Pzwz9s3l for ; Thu, 18 Jul 2019 18:05:27 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id ACD64C22076; Thu, 18 Jul 2019 07:53:23 +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 122C4C22008; Thu, 18 Jul 2019 07:37:24 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 5B9CBC21F59; Thu, 18 Jul 2019 07:35:37 +0000 (UTC) Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by lists.denx.de (Postfix) with ESMTPS id 7A762C21F42 for ; Thu, 18 Jul 2019 07:35:33 +0000 (UTC) Received: by mail-pg1-f193.google.com with SMTP id f20so3243629pgj.0 for ; Thu, 18 Jul 2019 00:35:33 -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=lUNbtJUHM5IwhwTYxfSozwtqozU6g6MKQW2Myxy5K08=; b=k+yzojfpY4/+ZsdqJJC9trla8Zb9n7P8e/7E6u/fGcHZxp7ESEvYXH1ExpHLnF7+RI Q33GD7sZW1Hc1FIoqT5f1lvHDPcsxOG+HN0j/y9pr6GVW0afY06rkgX9TtPga5w79orW 2RlEP9A/TlWj+3Ov6FVOzySyEr6wkRTFYAHsZhqyBZpR72FVxqHgGCZl0lFnz6xUBCWm 1OYU7YgJ4zyo9jkaGbCrzoMqLrK1m4sLYPvA5sMNUGdZAEuNZDYwiL15S9a1RJ+nlDvd UMurzCYszU7xb80oNrFqcz3Oiy9+C+oFwq+m5qcihTvQnfCjxvvP4EwYR/F6QjRIUNcT FgHw== 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=lUNbtJUHM5IwhwTYxfSozwtqozU6g6MKQW2Myxy5K08=; b=AH/Vu/amL3NhqIrUSZBiRFCow80iLPz43w9oqKyJhlj8Vesa5304r3eTyTIVYo084k uyLwG6CFL9B5kEWbAS9tqT1tOpf+NtFhQI93TpL5CjInZOn493vizkzuRHHZ0fCJfMIK qT3Ps9ZyEcsWUjWI9OUU/PTFj/6EJBrv2j4wKKSK8N+2/mxVvGsbWp+YuXWx5kFxrGDx 2EBlYe7vcCQ3qw3bVHV/OoYCL2yeVR4H3JkX/eU+NP82JgSs6lHBv3hQnzn/fg+hMV2f t8KkcIun4XC8ei9mRGeJV9dc6zScU0UpqK3Grfl9Wi5XY450uPp0IDw+t4AZxQnFPPjN hjkw== X-Gm-Message-State: APjAAAXF5B06f1uQyXLTjRodtaLx0pm2mK/q6volVuBl9h05U6hKEoaE Jwbq3f1wYhumgYYOP9m43CE= X-Google-Smtp-Source: APXvYqw6H5T0L3m0wt/ZQL2wvlVJo2XPj66YuA1Yug+FdzUHx2eypwSGMqO7SzTbSW7HkrDuAjP0XA== X-Received: by 2002:a17:90a:109:: with SMTP id b9mr47020516pjb.112.1563435332258; Thu, 18 Jul 2019 00:35:32 -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.30 (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 18 Jul 2019 00:35:30 -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:30 -0700 Message-Id: <1563435275-22326-46-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 45/50] doc: arch: Convert README.ARC to reST 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" Convert plain text documentation to reStructuredText format and add it to Sphinx TOC tree. No essential content change. Signed-off-by: Bin Meng --- doc/{README.ARC => arch/arc.rst} | 5 +++++ doc/arch/index.rst | 1 + 2 files changed, 6 insertions(+) rename doc/{README.ARC => arch/arc.rst} (96%) diff --git a/doc/README.ARC b/doc/arch/arc.rst similarity index 96% rename from doc/README.ARC rename to doc/arch/arc.rst index 5f414fb..f8e04a3 100644 --- a/doc/README.ARC +++ b/doc/arch/arc.rst @@ -1,3 +1,8 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +ARC +=== + Synopsys' DesignWare(r) ARC(r) Processors are a family of 32-bit CPUs that SoC designers can optimize for a wide range of uses, from deeply embedded to high-performance host applications. diff --git a/doc/arch/index.rst b/doc/arch/index.rst index 000f5de..93fbb7e 100644 --- a/doc/arch/index.rst +++ b/doc/arch/index.rst @@ -6,6 +6,7 @@ Architecture-specific doc .. toctree:: :maxdepth: 2 + arc arm64 mips nds32