
23 Jul
2015
23 Jul
'15
1:24 a.m.
On 22 July 2015 at 02:21, Bin Meng bmeng.cn@gmail.com wrote:
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
Changes in v3: None Changes in v2:
- New patch to reserve PCIe ECAM address range in the E820 table
arch/x86/Kconfig | 10 ++++++++++ arch/x86/lib/fsp/fsp_dram.c | 6 ++++++ arch/x86/lib/zimage.c | 5 ++++- 3 files changed, 20 insertions(+), 1 deletion(-)
Applied to u-boot-x86, thanks!