[PATCH 3/4] imx: bootaux: get stack from elf file

2022-05-20 Thread sbabic
> From: Peng Fan > To i.MX8, M core stack is pre-coded in source code, so need to get it > before kicking M core. The stack pointer is stored in the first word of > the first PT_LOAD section __isr_vector. So use a num to index the > section loading. > Signed-off-by: Peng Fan Applied to u-boot-imx

[PATCH 3/4] imx: bootaux: get stack from elf file

2022-04-29 Thread Peng Fan (OSS)
From: Peng Fan To i.MX8, M core stack is pre-coded in source code, so need to get it before kicking M core. The stack pointer is stored in the first word of the first PT_LOAD section __isr_vector. So use a num to index the section loading. Signed-off-by: Peng Fan --- arch/arm/mach-imx/imx_boot