Syntax
id = <id>
Description
This attribute specifies the following IDs based on the place its defined:
- pdi id - within outermost/PDI parenthesis
- image id - within image parenthesis
- partition id - within partition parenthesis
Example
new_bif:
{
id_code = 0x04ca8093
extended_id_code = 0x01
id = 0x2 // PDI ID
image
{
name = pmc_subsys,
id = 0x1c000001 // Image ID
partition
{
id = 0x01, // Partition ID
type = bootloader,
file = executable.elf
}
{
id = 0x09,
type = pmcdata,
load = 0xf2000000,
file = topology_xcvc1902.v2.cdo,
file = pmc_data.cdo
}
}
}