Skip to content

Commit 3789885

Browse files
committed
qrb2210-rb1: Update partition table to support edk2/UEFI
The future firmware plan for RB1 is to switch from current ABL boot flow to proper edk2/UEFI boot flow as supported by RB3G2. This partition layout update helps us to prepare for migration from current ABL based boot flow to rather edk2/UEFI based boot flow. IOW, there won't be any need to chainload U-Boot to provide UEFI interface once we migrate. Add UEFI, corresponding DTB and recoveryinfo partitions similar to what we currently have on RB3G2. Signed-off-by: Sumit Garg <[email protected]>
1 parent db0d66f commit 3789885

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platforms/qrb2210-rb1/partitions.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
--partition --name=hyp_b --size=512KB --type-guid=77036CD4-03D5-42BB-8ED1-37E5A88BAA34 --filename=hyp.mbn
3333
--partition --name=boot_a --size=4096KB --type-guid=20117F86-E985-4357-B9EE-374BC1D8487D --filename=boot.img
3434
--partition --name=boot_b --size=4096KB --type-guid=77036CD4-03D5-42BB-8ED1-37E5A88BAA34 --filename=boot.img
35+
--partition --name=uefi_a --size=8192KB --type-guid=400FFDCD-22E0-47E7-9A23-F16ED9382388
36+
--partition --name=uefi_b --size=8192KB --type-guid=9F234B5B-0EFB-4313-8E4C-0AF1F605536B
37+
--partition --name=uefi_dtb_a --size=1024KB --type-guid=C84D3B5E-EF34-4FA4-8118-30EAE18D3FA6
38+
--partition --name=uefi_dtb_b --size=1024KB --type-guid=5F7D760A-3EF5-4AA5-B915-69A4ECAAE662
39+
--partition --name=recoveryinfo --size=4KB --type-guid=7374B391-291C-49FA-ABC2-0463AB5F713F
3540
--partition --name=keymaster_a --size=512KB --type-guid=A11D2A7C-D82A-4C2F-8A01-1805240E6626 --filename=km4.mbn
3641
--partition --name=keymaster_b --size=512KB --type-guid=77036CD4-03D5-42BB-8ED1-37E5A88BAA34 --filename=km4.mbn
3742
--partition --name=mdtpsecapp_a --size=4096KB --type-guid=EA02D680-8712-4552-A3BE-E6087829C1E6

0 commit comments

Comments
 (0)