Re: [PATCH] configs: versal: Fix initial stack pointer

2025-04-08 Thread Michal Simek
On 4/7/25 15:45, Padmarao Begari wrote: The mini u-boot is getting exception because of an initial stack pointer address is used at near the top of memory, and while executing u-boot is assigned pre-malloc and global_data memory after initial stack pointer and updated the stack pointer. Serial

[PATCH] configs: versal: Fix initial stack pointer

2025-04-07 Thread Padmarao Begari
The mini u-boot is getting exception because of an initial stack pointer address is used at near the top of memory, and while executing u-boot is assigned pre-malloc and global_data memory after initial stack pointer and updated the stack pointer. Serial driver is used pre-malloc area for serial op