Revert "soc/intel/xeon_sp/uncore.c: mark TSEG/SMM region as reserved"
This reverts commit2e495b09d5. Reason for revert: mmio_tseg is reserved twice in mc_add_dram_resources, where the duplication is introduced by commit43b0ed7089("soc/intel/xeon_sp: Improve final MTRR solution") Change-Id: I0f1bf757d8d1fc449e4efc0ec171c6f982f79e9e Signed-off-by: Jincheng Li <jincheng.li@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88165 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Shuo Liu <shuo.liu@intel.com> Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
This commit is contained in:
parent
64d4888349
commit
bc8876d56d
1 changed files with 0 additions and 5 deletions
|
|
@ -277,11 +277,6 @@ static void mc_add_dram_resources(struct device *dev, int *res_count)
|
|||
res = ram_from_to(dev, index++, top_of_ram, cbmem_top());
|
||||
LOG_RESOURCE("cbmem_ram", dev, res);
|
||||
|
||||
/* Mark TSEG/SMM region as reserved */
|
||||
res = reserved_ram_from_to(dev, index++, mc_values[TSEG_BASE_REG],
|
||||
mc_values[TSEG_LIMIT_REG] + 1);
|
||||
LOG_RESOURCE("mmio_tseg", dev, res);
|
||||
|
||||
/* Reserve DPR region */
|
||||
union dpr_register dpr = { .raw = pci_read_config32(dev, VTD_LTDPR) };
|
||||
if (dpr.size) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue