u-boot/arch/arm/cpu/arm11
Marek Vasut 2b17dd1d9d ARM: arm11: Add C wrapper for allow_unaligned()
Rename current assembler implementation of allow_unaligned() to
arm11_arch_cp15_allow_unaligned() and add it into arm11.h header,
then add C wrapper of allow_unaligned().

This fixes misbehavior when linking U-Boot, where the CPU specific
allow_unaligned() implementation was ignored and instead the
__weak allow_unaligned() implementation from lib/efi_loader/efi_setup.c
was used, which led to "data abort" just before booting Linux via tftp,
in efi_dp_from_file() -> path_to_uefi() -> utf16_put() .

The problem is triggerd by c7c0ca3767 ("efi_loader: fix efi_dp_from_file()") .
Adding the wrapper fixes the problem.

Fixes: d47a774680 ("arm: arm11: allow unaligned memory access")
Signed-off-by: Marek Vasut <marex@denx.de>
2023-07-01 17:29:15 +02:00
..
cpu.c ARM: arm11: Add C wrapper for allow_unaligned() 2023-07-01 17:29:15 +02:00
Makefile arm: arm11: allow unaligned memory access 2019-11-19 12:10:22 +01:00
sctlr.S ARM: arm11: Add C wrapper for allow_unaligned() 2023-07-01 17:29:15 +02:00