[PATCH] arm64: Properly clear BSS
Tom Rini
trini at konsulko.com
Wed Sep 10 00:57:35 CEST 2025
On Tue, 02 Sep 2025 09:08:12 +0300, Ilias Apalodimas wrote:
> Brock reports a breakage on an RK3568 SoC. His patch is
> correct but he never followed up on the requested changes.
>
> We currently use ldr to calculate the address of __bss_start and
> __bss_end. However the absolute addresses of the literal pool are never
> relocated and we end up clearing the wrong memory section. Use
> PC-relative addressing instead.
>
> [...]
Applied to u-boot/next, thanks!
[1/1] arm64: Properly clear BSS
commit: 5d01a971804e3f7f7d320870acf5418bd8497535
--
Tom
More information about the U-Boot
mailing list