Message ID | 20200701130708.15818-1-tklauser@distanz.ch |
---|---|
State | Accepted |
Headers | show |
Series | README.md: fix markdown link formatting | expand |
On Wed, Jul 1, 2020 at 9:09 PM Tobias Klauser <tklauser@distanz.ch> wrote: > > 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 <tklauser@distanz.ch> > --- > README.md | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Bin Meng <bin.meng@windriver.com> Anup / Atish, This patch does not show up on patchwork. Not sure if it's properly configured? Regards, Bin
On Fri, Jul 3, 2020 at 6:31 AM Bin Meng <bmeng.cn@gmail.com> wrote: > > On Wed, Jul 1, 2020 at 9:09 PM Tobias Klauser <tklauser@distanz.ch> wrote: > > > > 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 <tklauser@distanz.ch> > > --- > > README.md | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > Reviewed-by: Bin Meng <bin.meng@windriver.com> Looks good to me. Reviewed-by: Anup Patel <anup.patel@wdc.com> Applied this patch to the riscv/opensbi repo. > > Anup / Atish, > This patch does not show up on patchwork. Not sure if it's properly configured? Okay, we will check. Might be some config issue. > > Regards, > Bin > > -- > opensbi mailing list > opensbi@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/opensbi Thanks, Anup
On Sat, 2020-07-04 at 09:56 +0530, Anup Patel wrote: > On Fri, Jul 3, 2020 at 6:31 AM Bin Meng <bmeng.cn@gmail.com> wrote: > > On Wed, Jul 1, 2020 at 9:09 PM Tobias Klauser <tklauser@distanz.ch> > > wrote: > > > 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 <tklauser@distanz.ch> > > > --- > > > README.md | 8 ++++---- > > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > > > > Reviewed-by: Bin Meng <bin.meng@windriver.com> > > Looks good to me. > > Reviewed-by: Anup Patel <anup.patel@wdc.com> > > Applied this patch to the riscv/opensbi repo. > > > Anup / Atish, > > This patch does not show up on patchwork. Not sure if it's properly > > configured? > > Okay, we will check. Might be some config issue. > I see the patches in the patchworks now. I am not sure if there is a propagation time. I will verify next time when some patch lands. > > Regards, > > Bin > > > > -- > > opensbi mailing list > > opensbi@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/opensbi > > Thanks, > Anup >
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_directory> 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
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 <tklauser@distanz.ch> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)