From patchwork Thu Jul 18 07:34:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 1133592 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="uco88bKu"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45q5sm0h5mz9s8m for ; Thu, 18 Jul 2019 17:50:51 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 850F3C21FDE; Thu, 18 Jul 2019 07:47:56 +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 54CF7C21FC2; Thu, 18 Jul 2019 07:36:00 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id A54CFC21F02; Thu, 18 Jul 2019 07:35:26 +0000 (UTC) Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by lists.denx.de (Postfix) with ESMTPS id 28083C21F90 for ; Thu, 18 Jul 2019 07:35:20 +0000 (UTC) Received: by mail-pf1-f193.google.com with SMTP id f17so8205882pfn.6 for ; Thu, 18 Jul 2019 00:35:20 -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=j4iN4/vG0MFGhz9O4g5vWPSNLSjG88bTVSY731mOnAI=; b=uco88bKuJUUOaKHAcZWNAuKJBddpGGmzJfk+1m2M9LScH9cDOhZxW7z5L8NxNQdzsV N8FlMoCUGxEVfDEE7XueBNk+EPeKrXKt3eeAi/A0gqZltpFGdatw5SGa9gWObJvIxtWX wwJa/QaHDSEEEEkQGTgHNTpgc9aEcIkuT8pQUKQCHqi3T0/NJlhXJ+1T1fZf3Tlwh+p8 Gpx4b6zx0DSaPcHCfm7vhgGhdexSdp+nje963XC71X0rCxe2zFB0+q/kXN32fTorGrcO XVWXLepxTRztHs1yy3oKhiOeFQ4pQRUYVIgSPp+GBtCMOx4NcpGu0Z1YKp7qAakJygCW NPtA== 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=j4iN4/vG0MFGhz9O4g5vWPSNLSjG88bTVSY731mOnAI=; b=r37a0obmdghkcSUrFAsIAEihvHayrNIJdq97SGsBTBVcjdOGNWSgbgqrSmA5+in13B eWv59ot3Ylyq7pDgp4lVG+9eusnVbFId3lDnlPrDExIXveEiX7PZ9sCG4gbH7qlGVKsy C46cdrT+X8vIyZ6ufdCEf8liAyu+uhqXLru5dW6T8chtVj3P5MOK42hrPQxIRKsI+KYF Cc7p00GAWiLrLfwfVo0ugf1qAFg4oyxb3+KqVd0a2gLLO3a+QcfZnF31XzcJOWz6v5lc SYgfnJwu5YX5wbxkzdrCs+T0DDGPbIKV2QR5gLsT1SWy0mWuihyyvcIXtI1Hmm0A9qJ8 Q66w== X-Gm-Message-State: APjAAAW3qDgE8ToFzT9Z+LKqu/Se8dvX0rWSo9Xn8k///Nhzxy3emzxX hSLi/Y5q/ap0CER3EKmR6shwLqTj X-Google-Smtp-Source: APXvYqwAale020EKcAQxWULdcXWktvPPskGIpBYXoOu7GXHtNEqt0CTATYi2bTDmNWcg81QcqZG4Og== X-Received: by 2002:a63:4a51:: with SMTP id j17mr46084238pgl.284.1563435318788; Thu, 18 Jul 2019 00:35:18 -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.17 (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 18 Jul 2019 00:35:18 -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:19 -0700 Message-Id: <1563435275-22326-35-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 34/50] doc: board: Convert README.ag101p 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 --- .../AndesTech/adp-ag101p.rst} | 26 +++++++++++++--------- 1 file changed, 15 insertions(+), 11 deletions(-) rename doc/{README.ag101p => board/AndesTech/adp-ag101p.rst} (83%) diff --git a/doc/README.ag101p b/doc/board/AndesTech/adp-ag101p.rst similarity index 83% rename from doc/README.ag101p rename to doc/board/AndesTech/adp-ag101p.rst index 8fc0ac5..879eba0 100644 --- a/doc/README.ag101p +++ b/doc/board/AndesTech/adp-ag101p.rst @@ -1,18 +1,21 @@ -Andes Technology SoC AG101P -=========================== +.. SPDX-License-Identifier: GPL-2.0+ + +ADP-AG101P +========== + +ADP-AG101P is the SoC with AG101 hardcore CPU. + +AG101P SoC +---------- AG101P is the mainline SoC produced by Andes Technology using N1213 CPU core with FPU and DDR contoller support. AG101P has integrated both AHB and APB bus and many periphals for application and product development. -ADP-AG101P -========= - -ADP-AG101P is the SoC with AG101 hardcore CPU. Configurations -============== +-------------- CONFIG_MEM_REMAP: Doing memory remap is essential for preparing some non-OS or RTOS @@ -24,13 +27,14 @@ CONFIG_SKIP_LOWLEVEL_INIT: in "include/configs/adp-ag101p.h". Build and boot steps -==================== +-------------------- + +Build: -build: 1. Prepare the toolchains and make sure the $PATH to toolchains is correct. 2. Use `make adp-ag101p_defconfig` in u-boot root to build the image. -Burn u-boot to SPI ROM: -==================== +Burn U-Boot to SPI ROM +---------------------- This section will be added later.