Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40235 )
Change subject: soc/intel/common/systemagent: Change PCIEX_LENGTH to PCIEX_LENGTH_MIB ......................................................................
Patch Set 3:
(2 comments)
https://review.coreboot.org/c/coreboot/+/40235/3/src/soc/intel/common/block/... File src/soc/intel/common/block/systemagent/Kconfig:
https://review.coreboot.org/c/coreboot/+/40235/3/src/soc/intel/common/block/... PS3, Line 14: default 0x10000000 if (PCIEX_LENGTH_256MB) : default 0x8000000 if (PCIEX_LENGTH_128MB) : default 0x4000000 if (PCIEX_LENGTH_64MB) : default 0x10000000 u missed this https://review.coreboot.org/c/coreboot/+/40235/2..3/src/soc/intel/common/blo...
https://review.coreboot.org/c/coreboot/+/40235/3/src/soc/intel/common/block/... File src/soc/intel/common/block/systemagent/systemagent_early.c:
https://review.coreboot.org/c/coreboot/+/40235/3/src/soc/intel/common/block/... PS3, Line 31: case 256 * MiB: https://review.coreboot.org/c/coreboot/+/40235/2..3/src/soc/intel/common/blo...