parent_id - 2021.2 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2021-12-15
Version
2021.2 English

Syntax

parent_id = <id>

Description

This attribute specifies the ID for the parent PDI. This is used 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 }
	}
}