parent_id - parent_id - 2026.1 English - UG1283

Bootgen User Guide (UG1283)

Document ID
UG1283
Release Date
2026-06-23
Version
2026.1 English

Syntax

parent_id = <id>

Description

This attribute specifies the ID for the parent PDI. We use this to identify the relationship between a partial PDI and its corresponding boot PDI.

Example

new_bif:
{
	id = 0x22
     parent_id = 0x2

	image
	{
		name = apu_ss, id = 0x1c000000
		{ load = 0x1000, file = system.dtb }
		{ exception_level = el-2, file = u-boot.elf }
		{ core = a72-0, exception_level = el-3, trustzone, file = bl31.elf }
	}
}