
4 May
2023
4 May
'23
4:22 p.m.
On Tue, Apr 18, 2023 at 11:31 PM Simon Glass sjg@chromium.org wrote:
This copies the cpu_call64() function to memory address and then jumps to it. This seems to work correctly even when call from SPL, which is
call => called
running from SPI flash.
Drop the copy as it is not needed.
Signed-off-by: Simon Glass sjg@chromium.org
(no changes since v1)
arch/x86/cpu/i386/cpu.c | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com