From patchwork Tue Jul 16 16:42:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 1132868 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="tUp39sa+"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45p5rl22SFz9sN4 for ; Wed, 17 Jul 2019 02:46:31 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id E6AF1C21F24; Tue, 16 Jul 2019 16:45:13 +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 A0A96C21E50; Tue, 16 Jul 2019 16:43:46 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 78E62C21DC1; Tue, 16 Jul 2019 16:43:14 +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 CE518C21E60 for ; Tue, 16 Jul 2019 16:43:10 +0000 (UTC) Received: by mail-pl1-f194.google.com with SMTP id az7so10393778plb.5 for ; Tue, 16 Jul 2019 09:43:10 -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=L3PBpBcyaeUJaJVwk0xSil08yYFflyrx/sAY25kXrTs=; b=tUp39sa+SH+YVNKLiI9awiLldMwu7g6T4f5rHvYiWUjB+KLpDGH2yEk03lVOIOikXd 8BONNRYcBVm8x7+8lcbChekg+TtZqTalFX0weUlsgAQBkmO9hvPMY0q+IjnJqyZ1LmWv itv9MQdav9YV2pHUblINH7htlq4Ai99fpryjrLFscFR6MX5CLf7dxqIpg/Pb0AgEpaEv iqQb5fB90j28b+hk14IrXK1TMk7Us3PujxbVlWqvNQJlf9/XE7ayjGLrNIcM5qQrZThE L7LIyz0jHKVEEtoxkbpRq1HeaHJs/hv2qsHV6nGyabSAMr7RKkJS64nlEUjf9CXdOhyX /QPA== 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=L3PBpBcyaeUJaJVwk0xSil08yYFflyrx/sAY25kXrTs=; b=FtDRiaj0IllsEJxuW5sx7WHQgM7QxF/l3GvYmnjG3b+MHsucKMd2M9RECya6LJTERB utGCdAEU3PFoSLpdcBLjTMifeVc2ZMV8dJuM2vEAmBBsT49ZzcfBqZWvE61/hHNWlAU1 FBCXdnSXLJO4e4BntE+m2Zz8viDD+agzQ3HxwPz7pVgJsB1Wwc0+xSZhUfRN2oLatI3D obGPVV+rkEeyTF1RWYQehaM93xrFPKkMQ2aVoogj/SNw1wGxAuG0n4aE2EyRgLqeind2 /wBovjPHln2UvHcNi9FjmBD6/fn4M8zHd4ifEF2XWFJe7hklUn3Nwwr12t6NI2nkVAfL otuA== X-Gm-Message-State: APjAAAUjAgUFHl8zRzE7hW2+UUzXl/t48J1ayY0Fnjm9QpKyw0QpAjKs nlNcyshjZxqMDCWTY7V+wn0= X-Google-Smtp-Source: APXvYqzlkFdAwKRCp9gbQRahX8lQQxQvah4y3cpKnPasjhkzVQgS8OjRxagcdLdbMKjzpWwmOwZv4g== X-Received: by 2002:a17:902:9004:: with SMTP id a4mr37094546plp.109.1563295389503; Tue, 16 Jul 2019 09:43:09 -0700 (PDT) Received: from localhost.localdomain (unknown-224-80.windriver.com. [147.11.224.80]) by smtp.gmail.com with ESMTPSA id h12sm26017441pje.12.2019.07.16.09.43.08 (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 16 Jul 2019 09:43:08 -0700 (PDT) From: Bin Meng To: Tom Rini , Simon Glass , Wolfgang Denk , Heinrich Schuchardt , Mario Six , U-Boot Mailing List Date: Tue, 16 Jul 2019 09:42:53 -0700 Message-Id: <1563295374-1504-9-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1563295374-1504-1-git-send-email-bmeng.cn@gmail.com> References: <1563295374-1504-1-git-send-email-bmeng.cn@gmail.com> Subject: [U-Boot] [RFC PATCH 8/9] doc: Add board to Sphinx TOC tree 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" Add index.rst for board. More docs will be added later. Signed-off-by: Bin Meng Reviewed-by: Heinrich Schuchardt --- doc/board/index.rst | 6 ++++++ doc/index.rst | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 doc/board/index.rst diff --git a/doc/board/index.rst b/doc/board/index.rst new file mode 100644 index 0000000..4a65def --- /dev/null +++ b/doc/board/index.rst @@ -0,0 +1,6 @@ +================== +Board-specific doc +================== + +.. toctree:: + :maxdepth: 2 diff --git a/doc/index.rst b/doc/index.rst index 562f1b7..fbdf50b 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -51,6 +51,17 @@ implementation. arch/index +Board-specific doc +------------------ + +These books provide details about board-specific information. They are +organized in a vendor subdirectory. + +.. toctree:: + :maxdepth: 2 + + board/index + Indices and tables ==================