[U-Boot] [PATCH v3 45/62] x86: Don't build call64 and setjmp on 64-bit
Bin Meng
bmeng.cn at gmail.com
Tue Jan 17 05:04:59 CET 2017
On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass <sjg at chromium.org> wrote:
> These are currently not supported. Calling 64-bit code from 64-bit U-Boot is
> much simpler, so this code is not needed. setjmp() is not yet implemented for
> 64-bit.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3:
> - Add a TODO indicating that booting 32- and 64-bit kernels should be supported
>
> Changes in v2: None
>
> arch/x86/cpu/Makefile | 6 +++++-
> arch/x86/lib/bootm.c | 7 +++++++
> 2 files changed, 12 insertions(+), 1 deletion(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list