All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore
@ 2016-10-14  8:00 Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 1/9] README: simple change 1 Heiko Schocher
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Heiko Schocher @ 2016-10-14  8:00 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.5.5

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [IGNORE PATCH 1/9] README: simple change 1
  2016-10-14  8:00 [U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore Heiko Schocher
@ 2016-10-14  8:00 ` Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 2/9] README: simple change 2 Heiko Schocher
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Heiko Schocher @ 2016-10-14  8:00 UTC (permalink / raw)
  To: u-boot

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:
 ========
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [IGNORE PATCH 2/9] README: simple change 2
  2016-10-14  8:00 [U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 1/9] README: simple change 1 Heiko Schocher
@ 2016-10-14  8:00 ` Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 3/9] README: simple change 3 Heiko Schocher
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Heiko Schocher @ 2016-10-14  8:00 UTC (permalink / raw)
  To: u-boot

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:
 ========
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [IGNORE PATCH 3/9] README: simple change 3
  2016-10-14  8:00 [U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 1/9] README: simple change 1 Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 2/9] README: simple change 2 Heiko Schocher
@ 2016-10-14  8:00 ` Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 4/9] README: simple change 4 Heiko Schocher
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Heiko Schocher @ 2016-10-14  8:00 UTC (permalink / raw)
  To: u-boot

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:
 ========
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [IGNORE PATCH 4/9] README: simple change 4
  2016-10-14  8:00 [U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore Heiko Schocher
                   ` (2 preceding siblings ...)
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 3/9] README: simple change 3 Heiko Schocher
@ 2016-10-14  8:00 ` Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 5/9] README: simple change 5 Heiko Schocher
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Heiko Schocher @ 2016-10-14  8:00 UTC (permalink / raw)
  To: u-boot

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:
 ========
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [IGNORE PATCH 5/9] README: simple change 5
  2016-10-14  8:00 [U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore Heiko Schocher
                   ` (3 preceding siblings ...)
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 4/9] README: simple change 4 Heiko Schocher
@ 2016-10-14  8:00 ` Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 6/9] cmd, help: break the help command Heiko Schocher
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Heiko Schocher @ 2016-10-14  8:00 UTC (permalink / raw)
  To: u-boot

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:
 ========
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [IGNORE PATCH 6/9] cmd, help: break the help command
  2016-10-14  8:00 [U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore Heiko Schocher
                   ` (4 preceding siblings ...)
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 5/9] README: simple change 5 Heiko Schocher
@ 2016-10-14  8:00 ` Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 7/9] README: simple change 6 Heiko Schocher
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Heiko Schocher @ 2016-10-14  8:00 UTC (permalink / raw)
  To: u-boot

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
 	""
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [IGNORE PATCH 7/9] README: simple change 6
  2016-10-14  8:00 [U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore Heiko Schocher
                   ` (5 preceding siblings ...)
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 6/9] cmd, help: break the help command Heiko Schocher
@ 2016-10-14  8:00 ` Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 8/9] README: simple change 7 Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 9/9] README: simple change 8 Heiko Schocher
  8 siblings, 0 replies; 10+ messages in thread
From: Heiko Schocher @ 2016-10-14  8:00 UTC (permalink / raw)
  To: u-boot

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:
 ========
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [IGNORE PATCH 8/9] README: simple change 7
  2016-10-14  8:00 [U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore Heiko Schocher
                   ` (6 preceding siblings ...)
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 7/9] README: simple change 6 Heiko Schocher
@ 2016-10-14  8:00 ` Heiko Schocher
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 9/9] README: simple change 8 Heiko Schocher
  8 siblings, 0 replies; 10+ messages in thread
From: Heiko Schocher @ 2016-10-14  8:00 UTC (permalink / raw)
  To: u-boot

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:
 ========
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [IGNORE PATCH 9/9] README: simple change 8
  2016-10-14  8:00 [U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore Heiko Schocher
                   ` (7 preceding siblings ...)
  2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 8/9] README: simple change 7 Heiko Schocher
@ 2016-10-14  8:00 ` Heiko Schocher
  8 siblings, 0 replies; 10+ messages in thread
From: Heiko Schocher @ 2016-10-14  8:00 UTC (permalink / raw)
  To: u-boot

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:
 ========
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-10-14  8:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-14  8:00 [U-Boot] [IGNORE PATCH 0/9] tbot demo patches, please ignore Heiko Schocher
2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 1/9] README: simple change 1 Heiko Schocher
2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 2/9] README: simple change 2 Heiko Schocher
2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 3/9] README: simple change 3 Heiko Schocher
2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 4/9] README: simple change 4 Heiko Schocher
2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 5/9] README: simple change 5 Heiko Schocher
2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 6/9] cmd, help: break the help command Heiko Schocher
2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 7/9] README: simple change 6 Heiko Schocher
2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 8/9] README: simple change 7 Heiko Schocher
2016-10-14  8:00 ` [U-Boot] [IGNORE PATCH 9/9] README: simple change 8 Heiko Schocher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.