coreboot-kgpe-d16/src/arch
Zebreus 9ba7bada08 arch/arm64: Avoid GCC warning about out of bounds array access
With the update to GCC 13 a new warning about subtracting numbers from
arrays appears.

src/arch/arm64/armv8/mmu.c:296:9: error: array subscript -1 is outside array bounds of 'u8[]' {aka 'unsigned char[]'} [-Werror=array-bounds=]

Change-Id: I4757ca2e7ad3f969d7416041ea40c3e9866cdf49
Signed-off-by: Zebreus <lennarteichhorn@googlemail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79014
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2023-11-15 08:07:25 +00:00
..
arm tree: Drop repeated words 2023-02-07 04:37:31 +00:00
arm64 arch/arm64: Avoid GCC warning about out of bounds array access 2023-11-15 08:07:25 +00:00
ppc64 arch/ppc64/rom_media.c: move to mainboard/emulation/qemu-power* 2023-04-03 13:22:53 +00:00
riscv arch/x86/riscv: Use 'all' target to include files in all stages 2023-11-13 14:15:56 +00:00
x86 Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00