[U-Boot] [PATCH v2 0/4] Fastboot MBR and generic partition support

Petr Kulhavy brain at jikos.cz
Fri Sep 9 10:27:14 CEST 2016


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



More information about the U-Boot mailing list