
15 Aug
2024
15 Aug
'24
10:33 p.m.
On Wed, 07 Aug 2024 02:20:07 +0000, JianfengA.Zhu@sony.com wrote:
Do not load and flush segments whose program header type is not PT_LOAD to avoid crash happen.
bootelf will load all program headers and then flush cache. Since PT_GNU_STACK start address is 0x0, crash happens when it flushes PT_GNU_STACK area for target that memory cannot be accessed from address 0x0.
[...]
Applied to u-boot/next, thanks!
--
Tom