mirror of https://github.com/wolfSSL/wolfBoot.git
15 lines
365 B
Plaintext
15 lines
365 B
Plaintext
the_ROM_image:
|
|
{
|
|
image {
|
|
{ type=bootimage, file=project_1.pdi }
|
|
{ type=bootloader, file=plm.elf }
|
|
{ core=psm, file=psmfw.elf }
|
|
}
|
|
image {
|
|
id = 0x1c000000, name=apu_subsystem
|
|
{ type=raw, load=0x1000, file=system-default.dtb }
|
|
{ core=a72-0, exception_level=el-3, trustzone, file=bl31.elf }
|
|
{ core=a72-0, exception_level=el-2, file=wolfboot.elf }
|
|
}
|
|
}
|