scripts: sd_fusing: bpif3: change partition type for bootloader partitions 04/316104/1
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 13 Aug 2024 13:18:59 +0000 (15:18 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 13 Aug 2024 14:02:45 +0000 (16:02 +0200)
Use the semi-standard types of 'HiFive Unleashed FSBL/BBL' for bootloader
related partitions instead of the 'EFI System'. This helps other systems
to avoid trying to mount those partitions as FAT volumes.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I9cea997bcc76c628497e7d6ba4725a894cee5811

scripts/tizen/sd_fusing.py

index f4d77d11b7e8508453df42db4d82c352a93e4815..f83f621a61ec66a311730c10335f788797de297b 100755 (executable)
@@ -710,15 +710,15 @@ class BpiF3(InitParams, SdFusingTargetAB):
     part_table = [
         {"size": None, "name": "fsbl",
          "start_sector": 256, "size_sectors": 512,
-         "ptype":      "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
+         "ptype":      "5B193300-FC78-40CD-8002-E86C45580B47",
          "binaries":  ["FSBL.bin"],},
         {"size": None, "name": "opensbi",
          "start_sector": 2048, "size_sectors": 2048,
-         "ptype":      "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
+         "ptype":      "2E54B353-1271-4842-806F-E436D6AF6985",
          "binaries":  ["fw_dynamic.itb"],},
         {"size": None, "name": "uboot",
          "start_sector": 4096, "size_sectors": 4096,
-         "ptype":      "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
+         "ptype":      "2E54B353-1271-4842-806F-E436D6AF6985",
          "binaries":  ["u-boot.itb"],},
         {"size": 256,  "name": "boot_a",
          "ptype":      "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",