mb/starlabs/starbook/mtl: Don't configure the MMIO size
Don't set this, so FSP will use the default auto setting, which behaves better with various memory sizes. Change-Id: I4d0bfd19af08ec127065f7ad5aaa51cb7e0ca2ac Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86905 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c12c023249
commit
025a5e8629
1 changed files with 0 additions and 1 deletions
|
|
@ -44,5 +44,4 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
|
|||
mupd->FspmConfig.PcieRpEnableMask &= ~(1 << 8);
|
||||
|
||||
mupd->FspmConfig.PchHdaSubSystemIds = 0x70381e50;
|
||||
mupd->FspmConfig.MmioSize = 0xb00;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue