]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: (gpt) Add UUID for Marvell Armada 3700 Boot partition
authorPali Rohár <pali.rohar@gmail.com>
Sat, 30 Apr 2022 10:50:46 +0000 (12:50 +0200)
committerPali Rohár <pali.rohar@gmail.com>
Sat, 30 Apr 2022 10:50:46 +0000 (12:50 +0200)
This GPT UUID is used by BootROM on Marvell Armada 3700 SoC. BootROM
searches for GPT partition with this UUID on attached SATA disk and loads
bootloader from it.

Marvell Armada 3700 SoC is used e.g. on popular EspressoBIN SBC board which
has relatively solid Linux support.

Information about SATA booting and this GPT partition is currently
documented only in development version of ARM Trusted-Firmware-A
documentation:

https://trustedfirmware-a.readthedocs.io/en/latest/plat/marvell/armada/build.html

It is missing in official documentation for Armada 3720 BootROM and
therefore hard to find it.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
include/pt-gpt-partnames.h

index 23a1377609b531a6f2d323c56ee965ac9901d119..4b91568cbe3c252896ef4d15d7f7f530fc7b85de 100644 (file)
@@ -266,3 +266,6 @@ DEF_GUID("2E54B353-1271-4842-806F-E436D6AF6985", N_("HiFive BBL")),
 
 /* Haiku */
 DEF_GUID("42465331-3BA3-10F1-802A-4861696B7521", N_("Haiku BFS")),
+
+/* Marvell */
+DEF_GUID("6828311A-BA55-42A4-BCDE-A89BB5EDECAE", N_("Marvell Armada 3700 Boot partition")),