commit | e07931042a80e8ef99323ba9a3e656b87c1cb152 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:25:31 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:41:55 2025 -0600 |
tree | 00ed4b6bd337fd3da462d27f456b8257e9c0227d | |
parent | 16696d7e0b34788381c78bbbf72113981c0c0a19 [diff] |
x86: Add 64-bit entries to the GDT At present it is not possible to execution 64-bit code without installing an entire new Global Descriptor Table. This is inconvenient since kvm does not seem to like switching into long mode with a new table. It isn't actually necessary, since we can just extend the existing table. Add some new entries to this effect. Signed-off-by: Simon Glass <sjg@chromium.org>