mirror of https://github.com/wolfSSL/wolfBoot.git
21 lines
426 B
YAML
21 lines
426 B
YAML
#
|
|
# HSS Payload Generator - configuration file for wolfBoot on PolarFire SoC
|
|
#
|
|
|
|
set-name: 'PolarFire-SoC-HSS::wolfBoot'
|
|
hart-entry-points: {
|
|
u54_1: '0x80000000',
|
|
u54_2: '0x80000000',
|
|
u54_3: '0x80000000',
|
|
u54_4: '0x80000000'
|
|
}
|
|
payloads:
|
|
wolfboot.elf: {
|
|
owner-hart: u54_1,
|
|
secondary-hart: u54_2,
|
|
secondary-hart: u54_3,
|
|
secondary-hart: u54_4,
|
|
priv-mode: prv_s,
|
|
ancilliary-data: hal/mpfs.dtb
|
|
}
|