[PATCH] arm-bsp/fvp-base: bump cores to to v8.5
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
The Pointer Authentication (PAC) instructions are part of v8.3, and BTI (Branch Target Indentification) instructions are mandatory in v8.5. As we want to use PAC/BTI everywhere in this BSP, bump the cores to v8.5. Signed-off-by: Ross Burton <[email protected]> --- meta-arm-bsp/conf/machine/fvp-base.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arm-bsp/conf/machine/fvp-base.conf b/meta-arm-bsp/conf/machine/fvp-base.conf index 03896a34..adc9bc81 100644 --- a/meta-arm-bsp/conf/machine/fvp-base.conf +++ b/meta-arm-bsp/conf/machine/fvp-base.conf @@ -57,9 +57,9 @@ FVP_CONFIG[cluster1.stage12_tlb_size] ?= "1024" FVP_CONFIG[bp.secureflashloader.fname] ?= "bl1-fvp.bin" FVP_CONFIG[bp.flashloader0.fname] ?= "fip-fvp.bin" FVP_CONFIG[bp.virtioblockdevice.image_path] ?= "${IMAGE_NAME}.wic" -# Set the baseline to ARMv8.4, as the default is 8.0. -FVP_CONFIG[cluster0.has_arm_v8-4] = "1" -FVP_CONFIG[cluster1.has_arm_v8-4] = "1" +# Set the baseline to ARMv8.5, as the default is 8.0. +FVP_CONFIG[cluster0.has_arm_v8-5] = "1" +FVP_CONFIG[cluster1.has_arm_v8-5] = "1" FVP_CONSOLES[default] = "terminal_0" FVP_TERMINALS[bp.terminal_0] ?= "Console" FVP_TERMINALS[bp.terminal_1] ?= "" -- 2.43.0