Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43897 )
Change subject: soc/intel/tigerlake: Simplify if-statements ......................................................................
Patch Set 4: Code-Review+2
(2 comments)
https://review.coreboot.org/c/coreboot/+/43897/4/src/soc/intel/tigerlake/fsp... File src/soc/intel/tigerlake/fsp_params.c:
https://review.coreboot.org/c/coreboot/+/43897/4/src/soc/intel/tigerlake/fsp... PS4, Line 23: #define THC_NONE 0 ok, we're good.
https://review.coreboot.org/c/coreboot/+/43897/4/src/soc/intel/tigerlake/rom... File src/soc/intel/tigerlake/romstage/fsp_params.c:
https://review.coreboot.org/c/coreboot/+/43897/4/src/soc/intel/tigerlake/rom... PS4, Line 26: /* Set IGD stolen size to 60MB. */ If IGD is enabled, set IGD stolen size to 60MB. Otherwise, skip IGD init in FSP.