Message ID | 20250303203158.1235128-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | arm-bsp/fvp-base: bump cores to to v8.5 | expand |
On Mon, 03 Mar 2025 20:31:58 +0000, Ross Burton wrote: > 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. > > > [...] Applied, thanks! [1/1] arm-bsp/fvp-base: bump cores to to v8.5 commit: b6227e29625c2509b083092e5e10975c3b2d037b Best regards,
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] ?= ""
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 <ross.burton@arm.com> --- meta-arm-bsp/conf/machine/fvp-base.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)