x86: Reserve PCIe ECAM address range in the E820 table
authorBin Meng <bmeng.cn@gmail.com>
Wed, 22 Jul 2015 08:21:15 +0000 (01:21 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jul 2015 16:36:25 +0000 (10:36 -0600)
commit1ed6648be08e4da76a08a09317932c73db0745ff
treef49ac261eae9a6a19304bf8bddf1fd74ee7ed0d8
parent9830d2ebb4f1683ff7f50b3420374a1843839378
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>
arch/x86/Kconfig
arch/x86/lib/fsp/fsp_dram.c
arch/x86/lib/zimage.c