All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V3 0/8] disk: "part" command and dependencies
@ 2012-09-18 22:37 Stephen Warren
  2012-09-18 22:37 ` [U-Boot] [PATCH V3 1/8] disk: parameterize get_device_and_partition's loop count Stephen Warren
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Stephen Warren @ 2012-09-18 22:37 UTC (permalink / raw)
  To: u-boot

From: Stephen Warren <swarren@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

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

end of thread, other threads:[~2012-09-21 16:09 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 22:37 [U-Boot] [PATCH V3 0/8] disk: "part" command and dependencies Stephen Warren
2012-09-18 22:37 ` [U-Boot] [PATCH V3 1/8] disk: parameterize get_device_and_partition's loop count Stephen Warren
2012-09-18 22:37 ` [U-Boot] [PATCH V3 2/8] disk: fix get_device_and_partition() bootable search Stephen Warren
2012-09-19  1:18   ` Rob Herring
2012-09-18 22:37 ` [U-Boot] [PATCH V3 3/8] disk: introduce get_device() Stephen Warren
2012-09-19  1:21   ` Rob Herring
2012-09-19  1:25     ` Rob Herring
2012-09-19 17:18       ` Stephen Warren
2012-09-19 18:17       ` Tom Rini
2012-09-21 12:53   ` Rob Herring
2012-09-21 16:09     ` Stephen Warren
2012-09-18 22:37 ` [U-Boot] [PATCH V3 4/8] disk: get_device_and_partition() enhancements Stephen Warren
2012-09-18 22:37 ` [U-Boot] [PATCH V3 5/8] disk: part_efi: range-check partition number Stephen Warren
2012-09-18 22:37 ` [U-Boot] [PATCH V3 6/8] disk: part_efi: parse and store partition UUID Stephen Warren
2012-09-18 22:37 ` [U-Boot] [PATCH V3 7/8] disk: part_msdos: " Stephen Warren
2012-09-18 22:37 ` [U-Boot] [PATCH V3 8/8] cmd_part: add partition-related command Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.