commit | 6d49632f2ef2936391705dcaa5cff3bae6f9eea2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 20 08:30:08 2023 +1300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Mar 25 11:07:21 2023 +0100 |
tree | 1a266840c2b4b550c764c91b57432cf8b95bed28 | |
parent | 39fd78e4f1de55f7387dee6bbacaa17e10d0674e [diff] |
x86: Support booting a 64-bit kernel from 64-bit U-Boot Add the missing code to handle this. For a 64-bit kernel the entry address is 0x200 bytes after the normal entry. Rename the parameter to boot_linux_kernel() accordingly. Update the comments to indicate that these are addresses, not pointers. Signed-off-by: Simon Glass <sjg@chromium.org>