commit | 1ed6648be08e4da76a08a09317932c73db0745ff | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jul 22 01:21:15 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 28 10:36:25 2015 -0600 |
tree | f49ac261eae9a6a19304bf8bddf1fd74ee7ed0d8 | |
parent | 9830d2ebb4f1683ff7f50b3420374a1843839378 [diff] |
x86: Reserve PCIe ECAM address range in the E820 table We should mark PCIe ECAM address range in the E820 table as reserved otherwise kernel will not attempt to use ECAM. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>