* [PATCH 0/2] add a trailing space to prompt for visionfive2 board
[not found] <CGME20230714094122epcas2p1fd132efc5488f1cc3193d3753606bc2b@epcas2p1.samsung.com>
@ 2023-07-14 9:41 ` Chanho Park
2023-07-14 9:41 ` [PATCH 1/2] configs: visionfive2: add a trailing space to prompt Chanho Park
2023-07-14 9:41 ` [PATCH 2/2] doc: visionfive2: apply a trailing space to the prompt Chanho Park
0 siblings, 2 replies; 5+ messages in thread
From: Chanho Park @ 2023-07-14 9:41 UTC (permalink / raw)
To: Yanhong Wang, Rick Chen, Leo; +Cc: u-boot, Chanho Park
Adds a trailing space to SYS_PROMPT to make it easier to distinguish
between commands and the prompt.
Chanho Park (2):
configs: visionfive2: add a trailing space to prompt
doc: visionfive2: apply a trailing space to the prompt
configs/starfive_visionfive2_defconfig | 2 +-
doc/board/starfive/visionfive2.rst | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)
--
2.39.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] configs: visionfive2: add a trailing space to prompt
2023-07-14 9:41 ` [PATCH 0/2] add a trailing space to prompt for visionfive2 board Chanho Park
@ 2023-07-14 9:41 ` Chanho Park
2023-07-24 1:03 ` Leo Liang
2023-07-14 9:41 ` [PATCH 2/2] doc: visionfive2: apply a trailing space to the prompt Chanho Park
1 sibling, 1 reply; 5+ messages in thread
From: Chanho Park @ 2023-07-14 9:41 UTC (permalink / raw)
To: Yanhong Wang, Rick Chen, Leo; +Cc: u-boot, Chanho Park
Adds a trailing space to SYS_PROMPT to make it easier to distinguish
between commands and the prompt.
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
---
configs/starfive_visionfive2_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
index 570a1f53a19b..75b727472da4 100644
--- a/configs/starfive_visionfive2_defconfig
+++ b/configs/starfive_visionfive2_defconfig
@@ -9,7 +9,7 @@ CONFIG_SF_DEFAULT_SPEED=100000000
CONFIG_SPL_DM_SPI=y
CONFIG_DEFAULT_DEVICE_TREE="jh7110-starfive-visionfive-2"
CONFIG_SPL_TEXT_BASE=0x8000000
-CONFIG_SYS_PROMPT="StarFive #"
+CONFIG_SYS_PROMPT="StarFive # "
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_DM_RESET=y
CONFIG_SPL_MMC=y
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] doc: visionfive2: apply a trailing space to the prompt
2023-07-14 9:41 ` [PATCH 0/2] add a trailing space to prompt for visionfive2 board Chanho Park
2023-07-14 9:41 ` [PATCH 1/2] configs: visionfive2: add a trailing space to prompt Chanho Park
@ 2023-07-14 9:41 ` Chanho Park
2023-07-24 1:02 ` Leo Liang
1 sibling, 1 reply; 5+ messages in thread
From: Chanho Park @ 2023-07-14 9:41 UTC (permalink / raw)
To: Yanhong Wang, Rick Chen, Leo; +Cc: u-boot, Chanho Park
Apply the trailing space changes in the guide document.
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
---
doc/board/starfive/visionfive2.rst | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/board/starfive/visionfive2.rst b/doc/board/starfive/visionfive2.rst
index 951e0d80fb9d..941899a0a4e9 100644
--- a/doc/board/starfive/visionfive2.rst
+++ b/doc/board/starfive/visionfive2.rst
@@ -206,16 +206,16 @@ Sample boot log from StarFive VisionFive2 board
Working FDT set to ff74a340
Hit any key to stop autoboot: 0
StarFive #
- StarFive #version
+ StarFive # version
U-Boot 2023.04-rc2-00055-gfc43b9c51a-dirty (Mar 02 2023 - 10:51:39 +0800)
riscv64-buildroot-linux-gnu-gcc.br_real (Buildroot VF2_515_v1.0.0_rc4) 10.3.0
GNU ld (GNU Binutils) 2.36.1
StarFive #
- StarFive #mmc dev 1
+ StarFive # mmc dev 1
switch to partitions #0, OK
mmc1 is current device
- StarFive #mmc info
+ StarFive # mmc info
Device: mmc@16020000
Manufacturer ID: 9f
OEM: 5449
@@ -229,7 +229,7 @@ Sample boot log from StarFive VisionFive2 board
Bus Width: 4-bit
Erase Group Size: 512 Bytes
StarFive #
- StarFive #mmc part
+ StarFive # mmc part
Partition Map for MMC device 1 -- Partition Type: EFI
@@ -253,7 +253,7 @@ Sample boot log from StarFive VisionFive2 board
(data)
guid: 539a6df9-4655-4953-8541-733ca36eb1db
StarFive #
- StarFive #fatls mmc 1:3
+ StarFive # fatls mmc 1:3
6429424 Image.gz
717705 u-boot.itb
125437 u-boot-spl.bin.normal.out
@@ -262,13 +262,13 @@ Sample boot log from StarFive VisionFive2 board
5 file(s), 0 dir(s)
- StarFive #fatload mmc 1:3 ${kernel_addr_r} Image.gz
+ StarFive # fatload mmc 1:3 ${kernel_addr_r} Image.gz
6429424 bytes read in 394 ms (15.6 MiB/s)
- StarFive #fatload mmc 1:3 ${fdt_addr_r} jh7110-starfive-visionfive-2.dtb
+ StarFive # fatload mmc 1:3 ${fdt_addr_r} jh7110-starfive-visionfive-2.dtb
11285 bytes read in 5 ms (2.2 MiB/s)
- StarFive #fatload mmc 1:3 ${ramdisk_addr_r} initramfs.cpio.gz
+ StarFive # fatload mmc 1:3 ${ramdisk_addr_r} initramfs.cpio.gz
152848495 bytes read in 9271 ms (15.7 MiB/s)
- StarFive #booti ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}
+ StarFive # booti ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}
Uncompressing Kernel Image
## Flattened Device Tree blob at 46000000
Booting using the fdt blob at 0x46000000
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] doc: visionfive2: apply a trailing space to the prompt
2023-07-14 9:41 ` [PATCH 2/2] doc: visionfive2: apply a trailing space to the prompt Chanho Park
@ 2023-07-24 1:02 ` Leo Liang
0 siblings, 0 replies; 5+ messages in thread
From: Leo Liang @ 2023-07-24 1:02 UTC (permalink / raw)
To: Chanho Park; +Cc: Yanhong Wang, Rick Chen, u-boot
On Fri, Jul 14, 2023 at 06:41:09PM +0900, Chanho Park wrote:
> Apply the trailing space changes in the guide document.
>
> Signed-off-by: Chanho Park <chanho61.park@samsung.com>
> ---
> doc/board/starfive/visionfive2.rst | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] configs: visionfive2: add a trailing space to prompt
2023-07-14 9:41 ` [PATCH 1/2] configs: visionfive2: add a trailing space to prompt Chanho Park
@ 2023-07-24 1:03 ` Leo Liang
0 siblings, 0 replies; 5+ messages in thread
From: Leo Liang @ 2023-07-24 1:03 UTC (permalink / raw)
To: Chanho Park; +Cc: Yanhong Wang, Rick Chen, u-boot
On Fri, Jul 14, 2023 at 06:41:08PM +0900, Chanho Park wrote:
> Adds a trailing space to SYS_PROMPT to make it easier to distinguish
> between commands and the prompt.
>
> Signed-off-by: Chanho Park <chanho61.park@samsung.com>
> ---
> configs/starfive_visionfive2_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-07-24 1:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20230714094122epcas2p1fd132efc5488f1cc3193d3753606bc2b@epcas2p1.samsung.com>
2023-07-14 9:41 ` [PATCH 0/2] add a trailing space to prompt for visionfive2 board Chanho Park
2023-07-14 9:41 ` [PATCH 1/2] configs: visionfive2: add a trailing space to prompt Chanho Park
2023-07-24 1:03 ` Leo Liang
2023-07-14 9:41 ` [PATCH 2/2] doc: visionfive2: apply a trailing space to the prompt Chanho Park
2023-07-24 1:02 ` Leo Liang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox