Skip to content

Align rootfs partition id with freedesktop GUIDs on all platforms #9

@lool

Description

@lool

Hi,

In current qcom-ptool, these platforms define an ESP partition called "efi" (using efi.bin) using the proper GUID (c12a7328-f81f-11d2-ba4b-00a0c93ec93b) for EFI System Partition per The Discoverable Partitions Specification (DPS):

  • platforms/qcm6490/partitions.conf
  • platforms/qrb4210-rb2/partitions.conf
  • platforms/qcs9100/partitions.conf
  • platforms/qrb2210-rb1/partitions.conf

However while all of these platforms define a root partition called "rootfs" (using rootfs.img), only these two platforms use the correct GUID (b921b045-1df0-41c3-af44-4c6f280d3fae) for Root Partition (64-bit ARM/AArch64):

  • platforms/qcm6490/partitions.conf
  • platforms/qcs9100/partitions.conf

While these two use a GUID not defined in the DPS (1B81E7E6-F50D-419B-A739-2AEEF8DA3335):

  • platforms/qrb4210-rb2/partitions.conf
  • platforms/qrb2210-rb1/partitions.conf

Notably, I don't think systemd recognizes this GUID.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions