From 16a40a48c2e3fc131a348d5e7d377d26f4b20aaf Mon Sep 17 00:00:00 2001 From: Daisuke Nojiri Date: Mon, 3 Mar 2014 12:11:40 -0800 Subject: [PATCH] Nyan: Set DMA Reserve to 2MB When using LPAE, the address space is split to 2MB blocks. This change makes the space reserved for DMA consistent with the block size. TEST=Booted nyan with and without LPAE. Built nyan_big. BUG=None BRANCH=None Signed-off-by: Daisuke Nojiri Tested-by: Daisuke Nojiri Change-Id: I75c77484f6ca9f23b583ef651956d0265a9b4474 Reviewed-on: https://chromium-review.googlesource.com/188571 Reviewed-by: Julius Werner Commit-Queue: Daisuke Nojiri Tested-by: Daisuke Nojiri --- src/mainboard/google/nyan/Kconfig | 2 +- src/mainboard/google/nyan_big/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/nyan/Kconfig b/src/mainboard/google/nyan/Kconfig index f35ef1419f..85ecec5929 100644 --- a/src/mainboard/google/nyan/Kconfig +++ b/src/mainboard/google/nyan/Kconfig @@ -47,7 +47,7 @@ config DRAM_DMA_START config DRAM_DMA_SIZE hex - default 0x00100000 + default 0x00200000 choice prompt "BCT boot media" diff --git a/src/mainboard/google/nyan_big/Kconfig b/src/mainboard/google/nyan_big/Kconfig index 40e8a7473a..636edb24f4 100644 --- a/src/mainboard/google/nyan_big/Kconfig +++ b/src/mainboard/google/nyan_big/Kconfig @@ -47,7 +47,7 @@ config DRAM_DMA_START config DRAM_DMA_SIZE hex - default 0x00100000 + default 0x00200000 choice prompt "BCT boot media"