User Details
User Details
- User Since
- Apr 5 2019, 7:37 PM (294 w, 14 h)
May 5 2021
May 5 2021
jwerner added a comment to T925: ATF v2.5-rc0 fails to build rk3399 support with gcc11.
Yes, the __sramdata in the declaration is a mistake, the correct target section for that global needs to be .pmusram.data. This used to be in .sram.data once upon a time but then the suspend.c stuff got added and required it to be moved to PMUSRAM. I guess they forgot to update that part in the declaration and since the old GCC seemed to silently prefer the attribute in the definition, nobody noticed. Please apply CJKay's first patch to fix the warning.
Dec 2 2019
Dec 2 2019
jwerner added a comment to T603: Support dcc console in ATF.
You'll probably want to write a function like this:
Apr 22 2019
Apr 22 2019