Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36542 )
Change subject: soc/intel/icelake: Add alignment check for TSEG base and size ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/36542/1/src/soc/intel/icelake/smmre... File src/soc/intel/icelake/smmrelocate.c:
https://review.coreboot.org/c/coreboot/+/36542/1/src/soc/intel/icelake/smmre... PS1, Line 181: tseg_base = ALIGN(tseg_base, tseg_size);
[…]
Done