arch: x86: lib: Add support of legacy 64-bit entry point at 0x200
authorPaul HENRYS <paul.henrys_ext@softathome.com>
Wed, 20 Nov 2024 10:39:43 +0000 (11:39 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 18 Dec 2024 21:43:50 +0000 (15:43 -0600)
commit37f0c32ca2590135304f6d1c1acebca16681056e
tree1023f5cc8d9391eb849740dec01d4c9b71e29f19
parent511b8dea970aab24f574ce230ac76089990df884
arch: x86: lib: Add support of legacy 64-bit entry point at 0x200

Support of legacy 64-bit entry point was already present when booting a bzimage
with 'zboot' but not supported with 'bootm' when the x86_64 Linux kernel is
embedded in a FIT image.

Signed-off-by: Paul HENRYS <paul.henrys_ext@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/bootm.c
arch/x86/lib/zimage.c