Skip to content

Commit

Permalink
[TEST] align MMIO region to reduce MTRR segmentation
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Jan 9, 2025
1 parent 43690bf commit d13321c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mainboard/clevo/mtl-h/romstage.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)

mainboard_configure_gpios();

mupd->FspmConfig.MmioSize = 2560;

memcfg_init(mupd, &mem_config, &dimm_module_spd_info, half_populated);
}

0 comments on commit d13321c

Please sign in to comment.