2023-02-26 02:14:11 +08:00
|
|
|
# HSS Payload Generator
|
2021-05-04 18:56:52 +08:00
|
|
|
|
|
|
|
# First, we can optionally set a name for our image, otherwise one will be created dynamically
|
|
|
|
set-name: 'PolarFire-SoC-HSS::nuttx'
|
|
|
|
|
|
|
|
# Next, we'll define the entry point addresses for each hart, as follows:
|
|
|
|
hart-entry-points: {u54_1: '0x80000000', u54_2: '0x80000000', u54_3: '0x80000000', u54_4: '0x80000000'}
|
|
|
|
|
2023-02-26 02:14:11 +08:00
|
|
|
#
|
2021-05-04 18:56:52 +08:00
|
|
|
payloads:
|
|
|
|
nuttx.bin: {exec-addr: '0x80000000', owner-hart: u54_1, priv-mode: prv_m}
|
|
|
|
|