[U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore

do not apply this patches to mainline!
I move the patches to my ToDo list, until a tbot patchwork user is created.
This is for a simple test to create a tbot demo video, which will demonstrate:
- Step 1: - clone mainline u-boot, compile, install it on a board, and start a simple uboot help cmd testcase on it.
- Step 2: - get all patchwork patches from a ToDo list - check them with scripts/checkpatch.pl - apply the patches to u-boot source with "git am" - compile, install and call a simple u-boot testcase for the help command, which gets intentionally broken with this testpatches
- Step 3: start an automated git bisect testcase - as the patches break u-boot, start an automated "git bisect" testcase to find out, which commit breaks ...
If video is finished, I give feedback here ...
Heiko Schocher (9): README: simple change 1 README: simple change 2 README: simple change 3 README: simple change 4 README: simple change 5 cmd, help: break the help command README: simple change 6 README: simple change 7 README: simple change 8
README | 9 +++++++++ cmd/help.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-)

do not apply this patch to mainline, simple test for a tbot demo, please ignore.
Signed-off-by: Heiko Schocher hs@denx.de do not apply this patch to mainline, simple test for a tbot demo.
---
README | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/README b/README index 68d6a49..50e53a1 100644 --- a/README +++ b/README @@ -5,6 +5,8 @@ # SPDX-License-Identifier: GPL-2.0+ #
+Test + Summary: ========

do not apply this patch to mainline, simple test for a tbot demo, please ignore.
Signed-off-by: Heiko Schocher hs@denx.de ---
README | 1 + 1 file changed, 1 insertion(+)
diff --git a/README b/README index 50e53a1..5cb82f7 100644 --- a/README +++ b/README @@ -6,6 +6,7 @@ #
Test +Test 2
Summary: ========

do not apply this patch to mainline, simple test for a tbot demo, please ignore.
Signed-off-by: Heiko Schocher hs@denx.de ---
README | 1 + 1 file changed, 1 insertion(+)
diff --git a/README b/README index 5cb82f7..812febb 100644 --- a/README +++ b/README @@ -7,6 +7,7 @@
Test Test 2 +Test 3
Summary: ========

do not apply this patch to mainline, simple test for a tbot demo, please ignore.
Signed-off-by: Heiko Schocher hs@denx.de ---
README | 1 + 1 file changed, 1 insertion(+)
diff --git a/README b/README index 812febb..cf98e7c 100644 --- a/README +++ b/README @@ -8,6 +8,7 @@ Test Test 2 Test 3 +Test 4
Summary: ========

do not apply this patch to mainline, simple test for a tbot demo, please ignore.
Signed-off-by: Heiko Schocher hs@denx.de ---
README | 1 + 1 file changed, 1 insertion(+)
diff --git a/README b/README index cf98e7c..2305a77 100644 --- a/README +++ b/README @@ -9,6 +9,7 @@ Test Test 2 Test 3 Test 4 +Test 5
Summary: ========

do not apply this patch to mainline, simple test for a tbot demo, please ignore.
Signed-off-by: Heiko Schocher hs@denx.de ---
cmd/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/help.c b/cmd/help.c index 701ae7e..d58bbdd 100644 --- a/cmd/help.c +++ b/cmd/help.c @@ -30,7 +30,7 @@ U_BOOT_CMD(
/* This does not use the U_BOOT_CMD macro as ? can't be used in symbol names */ ll_entry_declare(cmd_tbl_t, question_mark, cmd) = { - "?", CONFIG_SYS_MAXARGS, 1, do_help, + "??", CONFIG_SYS_MAXARGS, 1, do_help, "alias for 'help'", #ifdef CONFIG_SYS_LONGHELP ""

do not apply this patch to mainline, simple test for a tbot demo, please ignore.
Signed-off-by: Heiko Schocher hs@denx.de ---
README | 1 + 1 file changed, 1 insertion(+)
diff --git a/README b/README index 2305a77..1f56fdc 100644 --- a/README +++ b/README @@ -10,6 +10,7 @@ Test 2 Test 3 Test 4 Test 5 +Test 6
Summary: ========

do not apply this patch to mainline, simple test for a tbot demo, please ignore.
Signed-off-by: Heiko Schocher hs@denx.de ---
README | 1 + 1 file changed, 1 insertion(+)
diff --git a/README b/README index 1f56fdc..adfdf1a 100644 --- a/README +++ b/README @@ -11,6 +11,7 @@ Test 3 Test 4 Test 5 Test 6 +Test 7
Summary: ========

do not apply this patch to mainline, simple test for a tbot demo, please ignore.
Signed-off-by: Heiko Schocher hs@denx.de ---
README | 1 + 1 file changed, 1 insertion(+)
diff --git a/README b/README index adfdf1a..921d79d 100644 --- a/README +++ b/README @@ -12,6 +12,7 @@ Test 4 Test 5 Test 6 Test 7 +Test 8
Summary: ========
participants (1)
-
Heiko Schocher