All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Fixes and improvements in BCB and Android docs
@ 2019-07-12 11:20 Eugeniu Rosca
  2019-07-12 11:20 ` [U-Boot] [PATCH 1/5] doc: Move README.android-fastboot-protocol to doc/android/ Eugeniu Rosca
                   ` (5 more replies)
  0 siblings, 6 replies; 24+ messages in thread
From: Eugeniu Rosca @ 2019-07-12 11:20 UTC (permalink / raw)
  To: u-boot

Resubmit the diff between [1] and [2] of the BCB/Android series, since
the former has been pushed to master instead of the latter.

[1] https://patchwork.ozlabs.org/cover/1104242/
    ("[v3,0/3] Add 'bcb' command to read/modify/write Android BCB")
[2] https://patchwork.ozlabs.org/cover/1128661/
    ("[v4,0/4] Add 'bcb' command to read/modify/write Android BCB")

Eugeniu Rosca (5):
  doc: Move README.android-fastboot-protocol to doc/android/
  treewide: Fix stale references of Android docs
  cmd: bcb: Fix duplicated handling in two case-branches
  cmd: bcb: Use strcmp() instead of strncmp() for string literals
  cmd: bcb: Apply non-functional refinements

 cmd/Kconfig                                   |  2 +-
 cmd/bcb.c                                     | 68 +++++++++----------
 .../fastboot-protocol.txt}                    |  0
 doc/android/fastboot.txt                      |  2 +-
 test/py/tests/test_avb.py                     |  2 +-
 5 files changed, 36 insertions(+), 38 deletions(-)
 rename doc/{README.android-fastboot-protocol => android/fastboot-protocol.txt} (100%)

-- 
2.22.0

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

end of thread, other threads:[~2019-07-15  8:18 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-12 11:20 [U-Boot] [PATCH 0/5] Fixes and improvements in BCB and Android docs Eugeniu Rosca
2019-07-12 11:20 ` [U-Boot] [PATCH 1/5] doc: Move README.android-fastboot-protocol to doc/android/ Eugeniu Rosca
2019-07-12 11:23   ` Igor Opaniuk
2019-07-12 13:24     ` Sam Protsenko
2019-07-13  8:39   ` Eugeniu Rosca
2019-07-14 17:14     ` Tom Rini
2019-07-15  8:18       ` Eugeniu Rosca
2019-07-12 11:20 ` [U-Boot] [PATCH 2/5] treewide: Fix stale references of Android docs Eugeniu Rosca
2019-07-12 11:25   ` Igor Opaniuk
2019-07-12 13:25     ` Sam Protsenko
2019-07-12 13:30       ` Eugeniu Rosca
2019-07-13  8:41   ` Eugeniu Rosca
2019-07-12 11:20 ` [U-Boot] [PATCH 3/5] cmd: bcb: Fix duplicated handling in two case-branches Eugeniu Rosca
2019-07-12 11:25   ` Igor Opaniuk
2019-07-13  8:42   ` Eugeniu Rosca
2019-07-12 11:20 ` [U-Boot] [PATCH 4/5] cmd: bcb: Use strcmp() instead of strncmp() for string literals Eugeniu Rosca
2019-07-12 11:54   ` Igor Opaniuk
2019-07-12 12:03     ` Eugeniu Rosca
2019-07-13  8:43   ` Eugeniu Rosca
2019-07-12 11:25 ` [U-Boot] [PATCH 5/5] cmd: bcb: Apply non-functional refinements Eugeniu Rosca
2019-07-12 12:05   ` Igor Opaniuk
2019-07-12 12:59     ` Eugeniu Rosca
2019-07-13  8:44   ` Eugeniu Rosca
2019-07-12 12:55 ` [U-Boot] [PATCH 0/5] Fixes and improvements in BCB and Android docs Eugeniu Rosca

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.