On Fri, Sep 9, 2016 at 1:27 AM, Petr Kulhavy <br...@jikos.cz> wrote: > 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 > > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot
Thanks for this ! _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot