[U-Boot] [PATCH V3 0/8] disk: "part" command and dependencies

Stephen Warren swarren at wwwdotorg.org
Wed Sep 19 00:37:46 CEST 2012


From: Stephen Warren <swarren at nvidia.com>

This series:
a) Fixes some issues in Rob Herring's get_device_and_partition series.
b) Implements a new "part" command, for dumping partition tables and UUIDs.

The series is based on a merge of u-boot-tegra/master, u-boot-usb/master,
and u-boot/ext4, although only u-boot/ext4 is likely to contribute any
context to the diffs here; my usage of the other branches was just a
convenience for testing.

Stephen Warren (8):
  disk: parameterize get_device_and_partition's loop count
  disk: fix get_device_and_partition() bootable search
  disk: introduce get_device()
  disk: get_device_and_partition() enhancements
  disk: part_efi: range-check partition number
  disk: part_efi: parse and store partition UUID
  disk: part_msdos: parse and store partition UUID
  cmd_part: add partition-related command

 common/Makefile         |    1 +
 common/cmd_disk.c       |    2 +-
 common/cmd_ext4.c       |    2 +-
 common/cmd_ext_common.c |    4 +-
 common/cmd_fat.c        |    8 +-
 common/cmd_part.c       |  105 ++++++++++++++++++++++
 common/cmd_reiser.c     |    4 +-
 common/cmd_zfs.c        |    4 +-
 disk/part.c             |  223 ++++++++++++++++++++++++++++++++++++-----------
 disk/part_dos.c         |   15 +++-
 disk/part_dos.h         |    2 +-
 disk/part_efi.c         |   32 +++++++
 include/part.h          |   17 +++-
 13 files changed, 346 insertions(+), 73 deletions(-)
 create mode 100644 common/cmd_part.c



More information about the U-Boot mailing list