All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] fastboot: Support new A/B slot format
@ 2019-06-14 15:50 Sam Protsenko
  2019-06-14 15:50 ` [U-Boot] [PATCH v2 1/2] fastboot: Remove "slot-suffixes" variable Sam Protsenko
  2019-06-14 15:50 ` [U-Boot] [PATCH v2 2/2] fastboot: Fix slot names reported by getvar Sam Protsenko
  0 siblings, 2 replies; 7+ messages in thread
From: Sam Protsenko @ 2019-06-14 15:50 UTC (permalink / raw)
  To: u-boot

Android fastboot tool was changed recently:
  1. "slot-suffixes" variable was removed
  2. Now slot format is "a" instead of "_a"

That leads to issues with current U-Boot, e.g. "fastboot flash" to
slotted partitions ("boot_a", etc) is broken. This patch series fixes
that by getting U-Boot in sync with current AOSP/master w.r.t. fastboot
tool.

Sam Protsenko (2):
  fastboot: Remove "slot-suffixes" variable
  fastboot: Fix slot names reported by getvar

 drivers/fastboot/fb_getvar.c | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-06-19 12:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-14 15:50 [U-Boot] [PATCH v2 0/2] fastboot: Support new A/B slot format Sam Protsenko
2019-06-14 15:50 ` [U-Boot] [PATCH v2 1/2] fastboot: Remove "slot-suffixes" variable Sam Protsenko
2019-06-14 15:50 ` [U-Boot] [PATCH v2 2/2] fastboot: Fix slot names reported by getvar Sam Protsenko
2019-06-15 15:28   ` Lukasz Majewski
2019-06-18 14:34     ` Sam Protsenko
2019-06-18 21:10       ` Lukasz Majewski
2019-06-19 12:21         ` Sam Protsenko

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.