Skip to content

Commit 6217da4

Browse files
committed
qrb2210: add dtb_a and dtb_b
As we are moving QRB2210 boot firmware to the same boot firmware as other platforms (EFI/systemd-boot/SR compliance), we need the dtb_a and dtb_b partitions which will contain the DTB file which will be used by the bootloader and provided to the kernel. Signed-off-by: Nicolas Dechesne <[email protected]>
1 parent abd0ffd commit 6217da4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platforms/qrb2210-rb1/emmc/partitions.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
--partition --name=uefi_b --size=8192KB --type-guid=9F234B5B-0EFB-4313-8E4C-0AF1F605536B
3737
--partition --name=uefi_dtb_a --size=1024KB --type-guid=C84D3B5E-EF34-4FA4-8118-30EAE18D3FA6
3838
--partition --name=uefi_dtb_b --size=1024KB --type-guid=5F7D760A-3EF5-4AA5-B915-69A4ECAAE662
39+
--partition --name=dtb_a --size=65536KB --type-guid=2A1A52FC-AA0B-401C-A808-5EA0F91068F8 --filename=dtb.bin
40+
--partition --name=dtb_b --size=65536KB --type-guid=A166F11A-2B39-4FAA-B7E7-F8AA080D0587 --filename=dtb.bin
3941
--partition --name=recoveryinfo --size=4KB --type-guid=7374B391-291C-49FA-ABC2-0463AB5F713F
4042
--partition --name=keymaster_a --size=512KB --type-guid=A11D2A7C-D82A-4C2F-8A01-1805240E6626 --filename=km4.mbn
4143
--partition --name=keymaster_b --size=512KB --type-guid=77036CD4-03D5-42BB-8ED1-37E5A88BAA34 --filename=km4.mbn

0 commit comments

Comments
 (0)