public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Provide partition names to commands in environment
@ 2018-02-26 21:17 Sam Protsenko
  2018-02-26 21:17 ` [U-Boot] [PATCH 1/3] cmd: part: Allow passing partition name to start and size Sam Protsenko
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sam Protsenko @ 2018-02-26 21:17 UTC (permalink / raw)
  To: u-boot

This patch series makes it possible to pass partition name to "part
start" and "part size" commands, and fixes corresponding magic numbers
(partition numbers) in TI boot environment.

Sam Protsenko (3):
  cmd: part: Allow passing partition name to start and size
  cmd: part: Extract common code to separate function
  env: ti: boot: Get rid of magic numbers

 cmd/part.c                    | 75 +++++++++++++++++++++----------------------
 include/environment/ti/boot.h | 10 +++---
 2 files changed, 41 insertions(+), 44 deletions(-)

-- 
2.16.1

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

end of thread, other threads:[~2018-03-14 14:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-26 21:17 [U-Boot] [PATCH 0/3] Provide partition names to commands in environment Sam Protsenko
2018-02-26 21:17 ` [U-Boot] [PATCH 1/3] cmd: part: Allow passing partition name to start and size Sam Protsenko
2018-02-28  9:25   ` Lukasz Majewski
2018-03-14 14:09   ` [U-Boot] [U-Boot, " Tom Rini
2018-02-26 21:18 ` [U-Boot] [PATCH 2/3] cmd: part: Extract common code to separate function Sam Protsenko
2018-02-28  9:25   ` Lukasz Majewski
2018-03-14 14:09   ` [U-Boot] [U-Boot, " Tom Rini
2018-02-26 21:18 ` [U-Boot] [PATCH 3/3] env: ti: boot: Get rid of magic numbers Sam Protsenko
2018-03-14 14:09   ` [U-Boot] [U-Boot,3/3] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox