From patchwork Wed Jul 1 13:07:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Klauser X-Patchwork-Id: 1320460 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=opensbi-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=distanz.ch Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=LA6xhESe; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49xhP16lJ9z9sQt for ; Wed, 1 Jul 2020 23:08:21 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:To:From:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=TFbxa9gEOmLdBZikQrKI5qdTXNyvIspukvbie2P5FFI=; b=LA6xhESe/LbyuGzxX7xcwC0n4v GLIpN0805vmt5NRzbBePwPcjX2iq9aLkjqYd6AICFb5wHlUPUsiNKvquSpc9DC3e9sfrqGiuIBCg+ WQmi+vQvHOq55sPPQQ+HyAVwfWB5aj/kaOVlR0MkV/wpYTt9a5xJ+Dq9l+KiewIpaaplhFKioagJL gMyRx+v7DevgIGGR57NrNBYCIQFSuZaeQaAyO/rBJu1rEj0mGhCu15ThhHWjoKqwwOd9kQQ+L2nxe RwH1Zrgq4tvjj0oHJhLWNNJe2z/tbcBCq0gmgBT8or7+U7+/RQ6RBMyYBZVt27jFG/gsC+Aerjzzh ArUAO22A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqcTI-0004P2-0l; Wed, 01 Jul 2020 13:08:16 +0000 Received: from sym2.noone.org ([178.63.92.236]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqcSE-00044F-8G for opensbi@lists.infradead.org; Wed, 01 Jul 2020 13:07:11 +0000 Received: by sym2.noone.org (Postfix, from userid 1002) id 49xhMc2f0szvjc1; Wed, 1 Jul 2020 15:07:08 +0200 (CEST) From: Tobias Klauser To: opensbi@lists.infradead.org Subject: [PATCH] README.md: fix markdown link formatting Date: Wed, 1 Jul 2020 15:07:08 +0200 Message-Id: <20200701130708.15818-1-tklauser@distanz.ch> X-Mailer: git-send-email 2.11.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200701_090710_428453_F9CA6D87 X-CRM114-Status: UNSURE ( 8.06 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record X-Mailman-Approved-At: Wed, 01 Jul 2020 09:08:15 -0400 X-BeenThere: opensbi@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "opensbi" Errors-To: opensbi-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Consistently use reference-style markdown links in the README. This won't show the URL next to the linked text for the [Github] and [U-Boot] links and link the text "Bootlin toolchain repository" instead of showing it verbatim with the URL next to it. Signed-off-by: Tobias Klauser Reviewed-by: Bin Meng Reviewed-by: Anup Patel --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8958343b1555..bd41ba3a1b69 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ between: executing in VS-mode. The *RISC-V SBI specification* is maintained as an independent project by the -RISC-V Foundation on [Github] (https://github.com/riscv/riscv-sbi-doc). +RISC-V Foundation on [Github]. The goal of the OpenSBI project is to provide an open-source reference implementation of the RISC-V SBI specifications for platform-specific firmwares @@ -69,7 +69,7 @@ platform-dependent hardware manipulation functions. For all supported platforms, OpenSBI also provides several runtime firmware examples built using the platform *libplatsbi.a*. These example firmwares can be used to replace the legacy *riscv-pk* bootloader (aka BBL) and enable the use of well-known bootloaders -such as [U-Boot] (https://git.denx.de/u-boot.git). +such as [U-Boot]. Supported SBI version --------------------- @@ -97,8 +97,7 @@ Required Toolchain OpenSBI can be compiled natively or cross-compiled on a x86 host. For cross-compilation, you can build your own toolchain or just download -a prebuilt one from the -[Bootlin toolchain repository] (https://toolchains.bootlin.com/). +a prebuilt one from the [Bootlin toolchain repository]. Please note that only a 64-bit version of the toolchain is available in the Bootlin toolchain repository for now. @@ -269,6 +268,7 @@ make I= install_docs [Github]: https://github.com/riscv/riscv-sbi-doc [U-Boot]: https://www.denx.de/wiki/U-Boot/SourceCode +[Bootlin toolchain repository]: https://toolchains.bootlin.com/ [COPYING.BSD]: COPYING.BSD [SPDX]: http://spdx.org/licenses/ [Contribution Guideline]: docs/contributing.md