[U-Boot] [PATCH 0/3] Fastboot MBR and generic partition support
Tom Rini
trini at konsulko.com
Thu Sep 8 20:14:00 CEST 2016
On Wed, Sep 07, 2016 at 03:06:41PM +0200, Petr Kulhavy 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.
>
> Petr Kulhavy (3):
> 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
>
> README | 7 +++++
> common/fb_mmc.c | 44 +++++++++++++++++++++++------
> 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 +++++++++++++++++++++++++++++++++++++--------
> 10 files changed, 224 insertions(+), 92 deletions(-)
Can you please do a follow up patch where you move both
CONFIG_FASTBOOT_GPT_NAME and CONFIG_FASTBOOT_MBR_NAME in to
cmd/fastboot/Kconfig ? And then clean up the code since a name will
always be set. Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160908/07fd8c5a/attachment.sig>
More information about the U-Boot
mailing list