commit | 17b7b60508bb531521cc7fb18b51c4a04710d717 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Jan 31 08:22:13 2019 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Feb 12 14:37:16 2019 +0800 |
tree | 703e64b42e5820705bade09bdd589be683b4fcfb | |
parent | 6aac2ca427ba19de836ead9b1eb7d3421900b790 [diff] |
x86: Don't copy the cpu_call64() function to a hardcoded address Before jumping to 64-bit U-Boot proper, SPL copies the cpu_call64() function to a hardcoded address 0x3000000. This can have potential conflicts with application usage. Switch the destination address to be allocated from the heap to avoid such risk. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>