]> git.baikalelectronics.ru Git - uboot.git/commit
imx: bootaux: get stack from elf file
authorPeng Fan <peng.fan@nxp.com>
Fri, 29 Apr 2022 08:03:13 +0000 (16:03 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 20 May 2022 07:30:28 +0000 (09:30 +0200)
commitc1d8047fc2cd7a9325294bf270d2b67ed27870cf
tree72612b121299f08e4422f677b908a40cc05057ce
parentc2c2a8fffb119cd5b6f932e3500e5de8d4ada359
imx: bootaux: get stack from elf file

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 <peng.fan@nxp.com>
arch/arm/mach-imx/imx_bootaux.c