* [PATCH 1/2] doc: rockchip: sort rockchip support list for rk3188
@ 2021-08-20 17:27 Johan Jonker
2021-08-20 17:27 ` [PATCH 2/2] doc: rockchip: write all brand names with a capital Johan Jonker
2021-10-15 12:49 ` [PATCH 1/2] doc: rockchip: sort rockchip support list for rk3188 Kever Yang
0 siblings, 2 replies; 4+ messages in thread
From: Johan Jonker @ 2021-08-20 17:27 UTC (permalink / raw)
To: kever.yang; +Cc: sjg, philipp.tomsich, u-boot
In the list of mainline U-boot supported Rockchip boards
rk3188 is placed below under the name rv3188. Give back it's
original name and sort the list in alphabetical order.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
doc/board/rockchip/rockchip.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst
index fbb99839..8d75efc0 100644
--- a/doc/board/rockchip/rockchip.rst
+++ b/doc/board/rockchip/rockchip.rst
@@ -26,6 +26,8 @@ List of mainline supported rockchip boards:
- Kylin (kylin_rk3036)
* rk3128
- Rockchip Evb-RK3128 (evb-rk3128)
+* rk3188
+ - Radxa Rock (rock)
* rk3229
- Rockchip Evb-RK3229 (evb-rk3229)
* rk3288
@@ -75,8 +77,6 @@ List of mainline supported rockchip boards:
* rv1108
- Rockchip Evb-rv1108 (evb-rv1108)
- Elgin-R1 (elgin-rv1108)
-* rv3188
- - Radxa Rock (rock)
Building
--------
--
2.20.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] doc: rockchip: write all brand names with a capital
2021-08-20 17:27 [PATCH 1/2] doc: rockchip: sort rockchip support list for rk3188 Johan Jonker
@ 2021-08-20 17:27 ` Johan Jonker
2021-10-15 12:50 ` Kever Yang
2021-10-15 12:49 ` [PATCH 1/2] doc: rockchip: sort rockchip support list for rk3188 Kever Yang
1 sibling, 1 reply; 4+ messages in thread
From: Johan Jonker @ 2021-08-20 17:27 UTC (permalink / raw)
To: kever.yang; +Cc: sjg, philipp.tomsich, u-boot
Brand names are supposed to be written with a capital,
so change them all.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
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/rockchip.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=aarch64-linux-gnu- PLAT=rk3399
-Specify the PLAT= with desired rockchip platform to build TF-A for.
+Specify the PLAT= 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] doc: rockchip: sort rockchip support list for rk3188
2021-08-20 17:27 [PATCH 1/2] doc: rockchip: sort rockchip support list for rk3188 Johan Jonker
2021-08-20 17:27 ` [PATCH 2/2] doc: rockchip: write all brand names with a capital Johan Jonker
@ 2021-10-15 12:49 ` Kever Yang
1 sibling, 0 replies; 4+ messages in thread
From: Kever Yang @ 2021-10-15 12:49 UTC (permalink / raw)
To: Johan Jonker; +Cc: Kever Yang, Simon Glass, Philipp Tomsich, U-Boot-Denx
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Thanks,
- Kever
Johan Jonker <jbx6244@gmail.com> 于2021年8月21日周六 上午1:33写道:
>
> In the list of mainline U-boot supported Rockchip boards
> rk3188 is placed below under the name rv3188. Give back it's
> original name and sort the list in alphabetical order.
>
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
> doc/board/rockchip/rockchip.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst
> index fbb99839..8d75efc0 100644
> --- a/doc/board/rockchip/rockchip.rst
> +++ b/doc/board/rockchip/rockchip.rst
> @@ -26,6 +26,8 @@ List of mainline supported rockchip boards:
> - Kylin (kylin_rk3036)
> * rk3128
> - Rockchip Evb-RK3128 (evb-rk3128)
> +* rk3188
> + - Radxa Rock (rock)
> * rk3229
> - Rockchip Evb-RK3229 (evb-rk3229)
> * rk3288
> @@ -75,8 +77,6 @@ List of mainline supported rockchip boards:
> * rv1108
> - Rockchip Evb-rv1108 (evb-rv1108)
> - Elgin-R1 (elgin-rv1108)
> -* rv3188
> - - Radxa Rock (rock)
>
> Building
> --------
> --
> 2.20.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] doc: rockchip: write all brand names with a capital
2021-08-20 17:27 ` [PATCH 2/2] doc: rockchip: write all brand names with a capital Johan Jonker
@ 2021-10-15 12:50 ` Kever Yang
0 siblings, 0 replies; 4+ messages in thread
From: Kever Yang @ 2021-10-15 12:50 UTC (permalink / raw)
To: Johan Jonker; +Cc: Kever Yang, Simon Glass, Philipp Tomsich, U-Boot-Denx
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Thanks,
- Kever
Johan Jonker <jbx6244@gmail.com> 于2021年8月21日周六 上午1:33写道:
>
> Brand names are supposed to be written with a capital,
> so change them all.
>
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
> 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/rockchip.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=aarch64-linux-gnu- PLAT=rk3399
>
> -Specify the PLAT= with desired rockchip platform to build TF-A for.
> +Specify the PLAT= 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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-10-15 12:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-20 17:27 [PATCH 1/2] doc: rockchip: sort rockchip support list for rk3188 Johan Jonker
2021-08-20 17:27 ` [PATCH 2/2] doc: rockchip: write all brand names with a capital Johan Jonker
2021-10-15 12:50 ` Kever Yang
2021-10-15 12:49 ` [PATCH 1/2] doc: rockchip: sort rockchip support list for rk3188 Kever Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox