Re: (subset) [PATCH 0/2] Clang compatibility improvements for RISC-V

2025-05-05 Thread Tom Rini
On Sun, 27 Apr 2025 14:50:09 +, Yao Zi wrote: > Originally reported by Nathaniel Hourt[1], U-Boot fails to boot on > JH7110 platforms (starfive_visionfive2_defconfig) when building with > Clang. > > This series fixes configuration generation with Clang's preprocessor and > add an alternative

[PATCH 0/2] Clang compatibility improvements for RISC-V

2025-04-27 Thread Yao Zi
Originally reported by Nathaniel Hourt[1], U-Boot fails to boot on JH7110 platforms (starfive_visionfive2_defconfig) when building with Clang. This series fixes configuration generation with Clang's preprocessor and add an alternative codepath for RISC-V to access gd to workaround misoptimization