On Sat, Feb 2, 2019 at 2:06 PM Simon Glass <s...@chromium.org> wrote:
>
> On Thu, 31 Jan 2019 at 09:17, Bin Meng <bmeng...@gmail.com> wrote:
> >
> > 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...@gmail.com>
> > ---
> >
> >  arch/x86/cpu/i386/call64.S |  4 ++++
> >  arch/x86/cpu/i386/cpu.c    | 11 ++++++++---
> >  2 files changed, 12 insertions(+), 3 deletions(-)
>
> Reviewed-by: Simon Glass <s...@chromium.org>

applied to u-boot-x86, thanks!
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to