構文
-
Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
[exception_level=<options>] <partition>
-
AMD Versal™
アダプティブ SoC の場合:
{ exception_level=<options>, file=<partition> }
説明
コアに設定する例外レベルを指定します。
引数
- el-0
- el-1
- el-2
- el-3 (デフォルト)
例
-
Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
all: { [bootloader, destination_cpu=a53-0]fsbl.elf [destination_cpu=a53-0, exception_level=el-3] bl31.elf [destination_cpu=a53-0, exception_level=el-2] u-boot.elf }
-
AMD Versal™
アダプティブ SoC の場合:
new_bif: { image { { type = bootimage, file = base.pdi } } 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 } } }
注記:
*base.pdi
は Vivado で生成される PDI です。