commit | 0e27b875b2a79d233a6112a84690379bb9eb6b74 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 10 20:44:32 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 09:50:10 2015 -0600 |
tree | 316adff8dc055af779a2bd08d64688ae3b24c7d0 | |
parent | 9909bf32af4cef37b6b94a8b6494153e89ad1e14 [diff] |
x86: Switch to using generic global_data setup There is quite a bit of assembler code that can be removed if we use the generic global_data setup. Less arch-specific code makes it easier to add new features and maintain the start-up code. Drop the unneeded code and adjust the hooks in board_f.c to cope. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>