From 78a1b8c81581f07c6e42519e68541201e4e41de9 Mon Sep 17 00:00:00 2001 From: Daisuke Nojiri Date: Mon, 3 Mar 2014 12:11:40 -0800 Subject: 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 Original-Change-Id: I75c77484f6ca9f23b583ef651956d0265a9b4474 Original-Reviewed-on: https://chromium-review.googlesource.com/188571 Original-Reviewed-by: Julius Werner Original-Commit-Queue: Daisuke Nojiri Original-Tested-by: Daisuke Nojiri (cherry picked from commit 16a40a48c2e3fc131a348d5e7d377d26f4b20aaf) Signed-off-by: Marc Jones Change-Id: Ib79c9491dc504d28f811bbf0d91cffd292f5eb86 Reviewed-on: http://review.coreboot.org/7413 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- src/mainboard/google/nyan/Kconfig | 2 +- src/mainboard/google/nyan_big/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/nyan/Kconfig b/src/mainboard/google/nyan/Kconfig index 0f8f02a275..b9d777cf7b 100644 --- a/src/mainboard/google/nyan/Kconfig +++ b/src/mainboard/google/nyan/Kconfig @@ -46,7 +46,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 7687b89554..63643d3f53 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" -- cgit v1.2.3