grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] search: Add search by GPT partition type
@ 2018-06-20 15:38 Will Thompson
  2018-06-20 15:38 ` [PATCH 1/1] " Will Thompson
  0 siblings, 1 reply; 3+ messages in thread
From: Will Thompson @ 2018-06-20 15:38 UTC (permalink / raw)
  To: grub-devel, linux; +Cc: Will Thompson

This may be useful to locate a root partition by the GUID defined in the
Discoverable Partitions Specification.

https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/

Endless moved away from using this technique because we have to support
non-GPT partition tables in some cases, but this feature may be useful
to others in future.

Carlo Caione (1):
  search: Add search by GPT partition type

 docs/grub.texi                   | 14 ++++---
 grub-core/Makefile.core.def      |  5 +++
 grub-core/commands/search.c      | 69 +++++++++++++++++++++++++++++++-
 grub-core/commands/search_type.c |  5 +++
 grub-core/commands/search_wrap.c | 12 ++++--
 grub-core/partmap/gpt.c          |  9 +++++
 include/grub/gpt_partition.h     |  9 -----
 include/grub/partition.h         | 12 ++++++
 include/grub/search.h            |  2 +
 9 files changed, 118 insertions(+), 19 deletions(-)
 create mode 100644 grub-core/commands/search_type.c

-- 
2.17.1



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

end of thread, other threads:[~2018-10-18 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-20 15:38 [PATCH 0/1] search: Add search by GPT partition type Will Thompson
2018-06-20 15:38 ` [PATCH 1/1] " Will Thompson
2018-10-18 10:27   ` Daniel Kiper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).