From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10EA6C433EF for ; Fri, 15 Oct 2021 12:50:33 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6D7C660ED4 for ; Fri, 15 Oct 2021 12:50:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6D7C660ED4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=rock-chips.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C852D83847; Fri, 15 Oct 2021 14:50:30 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 9D4A98385F; Fri, 15 Oct 2021 14:50:27 +0200 (CEST) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 26B5A83846 for ; Fri, 15 Oct 2021 14:50:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kever.yang@gmail.com Received: by mail-io1-f44.google.com with SMTP id e144so7578391iof.3 for ; Fri, 15 Oct 2021 05:50:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=yq7K//9oC28ol7BDqUidllMUyIR5Zdzbi1VAIBfwaI0=; b=qv/AI543Yers9YTow4H65hu0AYm/6BEVvotz+wy/W81evGDNhnmj8wjX8JBJ/JQQhf /lhR0KZRxsbAmOqg614woxRm44CWOt/BR/0UMX93ske1rzNEA8LOcG3/wqz3mAL5LNwz mrnPParM+MjjlDHxuvc9iCMtzK+Vg8pGB9avnkEbhHns6l87e6s450CqYLYRc3wzjv8F l/bD7K/wfkY7w7KftWcZRVsHJedI/sJzIDnmSwUQPZoXOlAPlptSzhRB5zlAEQ/N+sB9 a9lYCA4T2Tfu/zKGMZiL0D10HEVF9ul2zL9Ma9GqYeOk9AG3va5LOEJel2HghBX0ncSP +0Tg== X-Gm-Message-State: AOAM532jweHsR3M2vdKle8KEPrDc2vxD6ET4HMr+DYPUe3M8QkHXkw7H UfjrJ8TdbHUe/iVC+MmNWphZOFr9tZhr4TudXH4= X-Google-Smtp-Source: ABdhPJyFZVnecJhX0iZg6bQlPb0Rt+UWr4JQKDhy/5zPS/a/VdO9xM5Wx9KMET4sLAb8f1wmGkeEJ2Mjia+9TabX478= X-Received: by 2002:a5d:9751:: with SMTP id c17mr3545472ioo.61.1634302221500; Fri, 15 Oct 2021 05:50:21 -0700 (PDT) MIME-Version: 1.0 References: <20210820172759.4088-1-jbx6244@gmail.com> <20210820172759.4088-2-jbx6244@gmail.com> In-Reply-To: <20210820172759.4088-2-jbx6244@gmail.com> From: Kever Yang Date: Fri, 15 Oct 2021 20:50:10 +0800 Message-ID: Subject: Re: [PATCH 2/2] doc: rockchip: write all brand names with a capital To: Johan Jonker Cc: Kever Yang , Simon Glass , Philipp Tomsich , U-Boot-Denx Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Reviewed-by: Kever Yang Thanks, - Kever Johan Jonker =E4=BA=8E2021=E5=B9=B48=E6=9C=8821=E6=97= =A5=E5=91=A8=E5=85=AD =E4=B8=8A=E5=8D=881:33=E5=86=99=E9=81=93=EF=BC=9A > > Brand names are supposed to be written with a capital, > so change them all. > > Signed-off-by: Johan Jonker > --- > doc/board/rockchip/rockchip.rst | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchi= p.rst > index 8d75efc0..144cb98e 100644 > --- a/doc/board/rockchip/rockchip.rst > +++ b/doc/board/rockchip/rockchip.rst > @@ -16,10 +16,10 @@ Rockchip boards > Rockchip is SoC solutions provider for tablets & PCs, streaming media > TV boxes, AI audio & vision, IoT hardware. > > -A wide range of Rockchip SoCs with associated boardsare supported in > +A wide range of Rockchip SoCs with associated boards are supported in > mainline U-Boot. > > -List of mainline supported rockchip boards: > +List of mainline supported Rockchip boards: > > * rk3036 > - Rockchip Evb-RK3036 (evb-rk3036) > @@ -93,7 +93,7 @@ To build TF-A:: > make realclean > make CROSS_COMPILE=3Daarch64-linux-gnu- PLAT=3Drk3399 > > -Specify the PLAT=3D with desired rockchip platform to build TF-A for. > +Specify the PLAT=3D with desired Rockchip platform to build TF-A for. > > U-Boot > ^^^^^^ > @@ -130,7 +130,7 @@ Flashing > SD Card > ^^^^^^^ > > -All rockchip platforms, except rk3128 (which doesn't use SPL) are now > +All Rockchip platforms, except rk3128 (which doesn't use SPL) are now > supporting single boot image using binman and pad_cat. > > To write an image that boots from an SD card (assumed to be /dev/sda):: > @@ -141,7 +141,7 @@ To write an image that boots from an SD card (assumed= to be /dev/sda):: > eMMC > ^^^^ > > -eMMC flash would probe on mmc0 in most of the rockchip platforms. > +eMMC flash would probe on mmc0 in most of the Rockchip platforms. > > Create GPT partition layout as defined in configurations:: > > @@ -164,7 +164,7 @@ Program the flash:: > sudo fastboot -i 0x2207 flash loader1 idbloader.img > sudo fastboot -i 0x2207 flash loader2 u-boot.itb > > -Note: for rockchip 32-bit platforms the U-Boot proper image > +Note: for Rockchip 32-bit platforms the U-Boot proper image > is u-boot-dtb.img > > SPI > @@ -227,8 +227,8 @@ Note: > TODO > ---- > > -- Add rockchip idbloader image building > -- Add rockchip TPL image building > +- Add Rockchip idbloader image building > +- Add Rockchip TPL image building > - Document SPI flash boot > - Add missing SoC's with it boards list > > -- > 2.20.1 >