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 <dnojiri@chromium.org> Tested-by: Daisuke Nojiri <dnojiri@chromium.org> Original-Change-Id: I75c77484f6ca9f23b583ef651956d0265a9b4474 Original-Reviewed-on: https://chromium-review.googlesource.com/188571 Original-Reviewed-by: Julius Werner <jwerner@chromium.org> Original-Commit-Queue: Daisuke Nojiri <dnojiri@chromium.org> Original-Tested-by: Daisuke Nojiri <dnojiri@chromium.org> (cherry picked from commit 16a40a48c2e3fc131a348d5e7d377d26f4b20aaf) Signed-off-by: Marc Jones <marc.jones@se-eng.com> Change-Id: Ib79c9491dc504d28f811bbf0d91cffd292f5eb86 Reviewed-on: http://review.coreboot.org/7413 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
committed by
Marc Jones
parent
479cfeb12b
commit
78a1b8c815
@@ -46,7 +46,7 @@ config DRAM_DMA_START
|
|||||||
|
|
||||||
config DRAM_DMA_SIZE
|
config DRAM_DMA_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x00100000
|
default 0x00200000
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "BCT boot media"
|
prompt "BCT boot media"
|
||||||
|
@@ -47,7 +47,7 @@ config DRAM_DMA_START
|
|||||||
|
|
||||||
config DRAM_DMA_SIZE
|
config DRAM_DMA_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x00100000
|
default 0x00200000
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "BCT boot media"
|
prompt "BCT boot media"
|
||||||
|
Reference in New Issue
Block a user