
17 Jan
2017
17 Jan
'17
5:19 a.m.
On Tue, Jan 17, 2017 at 12:04 PM, Bin Meng bmeng.cn@gmail.com wrote:
On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass sjg@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@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@gmail.com
applied to u-boot-x86, thanks!