Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34286 )
Change subject: soc/intel/icelake: Make use of PCH_DEV_SLOT_ESPI macro ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/34286/1/src/soc/intel/icelake/romst... File src/soc/intel/icelake/romstage/fsp_params.c:
https://review.coreboot.org/c/coreboot/+/34286/1/src/soc/intel/icelake/romst... PS1, Line 41: cidev_on_root(PCH_DEV_SLOT_ESPI, 3)
Just use: pcidev_path_on_root(PCH_DEVFN_HDA);
Ack