Re: [PATCH] efi: arm,arm64: Fix relocations from not being loaded

2022-11-07 Thread Patrick Zacharias
ues are visible currently, nonetheless, once they would be introduced, the behavior would cause confusion. Greetings, Patrick Am 06.11.22 um 22:37 schrieb Heinrich Schuchardt: Am 6. November 2022 18:03:09 MEZ schrieb Patrick Zacharias : Hi Heinrich, Thanks for the information, I'll

Re: [PATCH] efi: arm,arm64: Fix relocations from not being loaded

2022-11-06 Thread Patrick Zacharias
. Am 06.11.22 um 18:03 schrieb Patrick Zacharias: Hi Heinrich, Thanks for the information, I'll make sure to use it for future contributions. I encountered this issue, while building a custom EFI application using Rust by linking the following files: ./arch/arm/lib/reloc_arm_efi.c ./arc

Re: [PATCH] efi: arm,arm64: Fix relocations from not being loaded

2022-11-06 Thread Patrick Zacharias
um 10:20 schrieb Heinrich Schuchardt: On 10/31/22 21:01, Patrick Zacharias wrote: Prior to this commit, the relocations would not get loaded by the efi loader. This lead to none of the relocations being applied. Signed-off-by: Fighter19 <1475802+fighte...@users.noreply.github.com> Th

[PATCH] efi: arm,arm64: Fix relocations from not being loaded

2022-10-31 Thread Patrick Zacharias
Prior to this commit, the relocations would not get loaded by the efi loader. This lead to none of the relocations being applied. Signed-off-by: Fighter19 <1475802+fighte...@users.noreply.github.com> ---  arch/arm/lib/elf_aarch64_efi.lds | 2 +-  arch/arm/lib/elf_arm_efi.lds | 2 +-  2 files

arm: hello_world example application not working on RPI1

2022-10-25 Thread Patrick Zacharias
Hello, I tried getting examples/standalone/hello_world to run as of 1e892ef0b59a4a04971ac23619b95917020b3e18 I installed the Ubuntu (20.04 LTS) ARM toolchain (I tried it with a Linaro toolchain as well) and built the source code using "make rpi_defconfig" Afterwards, I used menuconfig to enabl