public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] Fastboot MBR and generic partition support
@ 2016-09-09  8:27 Petr Kulhavy
  2016-09-09  8:27 ` [U-Boot] [PATCH v2 1/4] disk: part: implement generic function part_get_info_by_name() Petr Kulhavy
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Petr Kulhavy @ 2016-09-09  8:27 UTC (permalink / raw)
  To: u-boot

This set extends the Fastboot implementation from GPT-only to any partition
support.  Further it adds a special target "mbr" (configurable) to write the
DOS MBR.

Version 2: 
Add a fourth patch into the set to move CONFIG_FASTBOOT_GPT_NAME and
CONFIG_FASTBOOT_MBR_NAME into cmd/fastboot/Kconfig

Petr Kulhavy (4):
  disk: part: implement generic function part_get_info_by_name()
  fastboot: add support for writing MBR
  disk: part: refactor generic name creation for DOS and ISO
  fastboot: move FASTBOOT_FLASH options into Kconfig

 README                      |  9 +++++-
 cmd/fastboot/Kconfig        | 24 ++++++++++++++++
 common/fb_mmc.c             | 41 +++++++++++++++++++--------
 disk/part.c                 | 58 +++++++++++++++++++++++++++++++++++++
 disk/part_amiga.c           |  1 +
 disk/part_dos.c             | 52 +++++++++++++++-------------------
 disk/part_efi.c             | 20 +------------
 disk/part_iso.c             | 26 ++---------------
 disk/part_mac.c             |  1 +
 doc/README.android-fastboot | 38 +++++++++++++++++++++++++
 include/part.h              | 69 +++++++++++++++++++++++++++++++++++++--------
 include/part_efi.h          |  1 -
 12 files changed, 243 insertions(+), 97 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-10-03 13:37 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09  8:27 [U-Boot] [PATCH v2 0/4] Fastboot MBR and generic partition support Petr Kulhavy
2016-09-09  8:27 ` [U-Boot] [PATCH v2 1/4] disk: part: implement generic function part_get_info_by_name() Petr Kulhavy
2016-09-12 17:35   ` Steve Rae
2016-09-19  0:57   ` Simon Glass
2016-10-03 13:36   ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-09-09  8:27 ` [U-Boot] [PATCH v2 2/4] fastboot: add support for writing MBR Petr Kulhavy
2016-09-12 17:38   ` Steve Rae
2016-09-19  0:57   ` Simon Glass
2016-10-03 13:36   ` [U-Boot] [U-Boot,v2,2/4] " Tom Rini
2016-09-09  8:27 ` [U-Boot] [PATCH v2 3/4] disk: part: refactor generic name creation for DOS and ISO Petr Kulhavy
2016-09-12 17:39   ` Steve Rae
2016-09-19  0:57   ` Simon Glass
2016-10-03 13:37   ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-09-09  8:27 ` [U-Boot] [PATCH v2 4/4] fastboot: move FASTBOOT_FLASH options into Kconfig Petr Kulhavy
2016-09-09 13:56   ` Tom Rini
2016-09-12 17:41     ` Steve Rae
2016-09-19  0:57   ` Simon Glass
2016-10-03 13:37   ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-09-12 17:42 ` [U-Boot] [PATCH v2 0/4] Fastboot MBR and generic partition support Steve Rae

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