Syntax
metaheader { }
Description
Note: All the security attributes are supported for
metaheader
.This attribute is used to define encryption, authentication attributes for metaheaders such as keys, key sources, and so on.
Example
test:
{
metaheader
{
encryption = aes,
keysrc = bbram_red_key,
aeskeyfile = headerkey.nky,
authentication = rsa
}
image
{
name = pmc_subsys, id = 0x1c000001
{
type = bootloader,
encryption = aes,
keysrc = bbram_red_key,
aeskeyfile = key1.nky,
blocks = 8192(*),
file = plm.elf
}
{
type=pmcdata,
load=0xf2000000,
aeskeyfile=key2.nky,
file=pmc_cdo.bin
}
}
}