commit | 9909bf32af4cef37b6b94a8b6494153e89ad1e14 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 10 20:44:31 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 09:50:10 2015 -0600 |
tree | 34a1da74ebec34a753ed9c7387ffcb4bcb82aaf5 | |
parent | 08ef305e55a831fdf0466661645814b31b213db5 [diff] |
x86: Move the GDT into global_data Rather than keeping track of the Global Descriptor Table in its own memory we may as well put it in global_data with everything else. As a first step, stop using the separately allocated GDT. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>