All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/4] Fixes and improvements in BCB and Android docs [ver #3]
@ 2019-07-19 21:26 Eugeniu Rosca
  2019-07-19 21:26 ` [U-Boot] [PATCH v3 1/4] treewide: Fix stale references of Android docs Eugeniu Rosca
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Eugeniu Rosca @ 2019-07-19 21:26 UTC (permalink / raw)
  To: u-boot

Resubmit the diff between [1] and [2] of the BCB/Android series
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")

v3:
 - Rebased after the recent merge of
   https://patchwork.ozlabs.org/patch/1126450/ as commit
   https://gitlab.denx.de/u-boot/u-boot/commit/d963f64c0bd7
   ("doc: Move fastboot protocol doc to android dir"), since it
   created conflicts merging v2
 - No other changes

v2:
 - Ensured git bisectability for the series
 - [Igor Opaniuk] Enriched patch description
 - No series-wide changes in the contents
 - https://patchwork.ozlabs.org/cover/1131356/

v1:
 - https://patchwork.ozlabs.org/cover/1131295/

Eugeniu Rosca (4):
  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 +++++++++++++++++++--------------------
 test/py/tests/test_avb.py |  2 +-
 3 files changed, 35 insertions(+), 37 deletions(-)

-- 
2.22.0

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

end of thread, other threads:[~2019-07-24 20:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-19 21:26 [U-Boot] [PATCH v3 0/4] Fixes and improvements in BCB and Android docs [ver #3] Eugeniu Rosca
2019-07-19 21:26 ` [U-Boot] [PATCH v3 1/4] treewide: Fix stale references of Android docs Eugeniu Rosca
2019-07-24 20:08   ` Tom Rini
2019-07-19 21:26 ` [U-Boot] [PATCH v3 2/4] cmd: bcb: Fix duplicated handling in two case-branches Eugeniu Rosca
2019-07-24 20:08   ` Tom Rini
2019-07-19 21:26 ` [U-Boot] [PATCH v3 3/4] cmd: bcb: Use strcmp() instead of strncmp() for string literals Eugeniu Rosca
2019-07-22 11:58   ` Igor Opaniuk
2019-07-24 20:08   ` Tom Rini
2019-07-19 21:26 ` [U-Boot] [PATCH v3 4/4] cmd: bcb: Apply non-functional refinements Eugeniu Rosca
2019-07-24 20:08   ` Tom Rini

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.