commit | f17cea62594f6121c9f6b5b820f7a5536a2fc72a | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Apr 24 18:10:04 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 29 18:51:49 2015 -0600 |
tree | 6b8d0e88c670f7e739408ebb9d767b0dfe63467d | |
parent | 363849ba7d6e0c2c62c99a05dd2e27c8ed9e9054 [diff] |
x86: Write configuration tables in last_stage_init() We can write the configuration table in last_stage_init() for all x86 boards, but not with coreboot since coreboot already has them. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>