AMD Bettong: Lower the TOM to give more MMIO space
Change-Id: Idf28faa26a7ea5e94495af5ff027309df444766e Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/11376 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
d22b9ea1cb
commit
418026f63f
|
@ -140,6 +140,7 @@ AGESA_STATUS agesawrapper_amdinitpost(void)
|
|||
// the compiler to flag the error if CONFIG_GFXUMA is not set.
|
||||
PostParams->MemConfig.UmaMode = CONFIG_GFXUMA ? UMA_AUTO : UMA_NONE;
|
||||
PostParams->MemConfig.UmaSize = 0;
|
||||
PostParams->MemConfig.BottomIo = (UINT16)(0xD0000000 >> 24);
|
||||
status = AmdInitPost (PostParams);
|
||||
printk(
|
||||
BIOS_SPEW,
|
||||
|
|
Loading…
Reference in New Issue