Ravishankar Sarawadi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37783 )
Change subject: soc/intel/tigerlake: Update chip files ......................................................................
Patch Set 4:
(4 comments)
https://review.coreboot.org/c/coreboot/+/37783/2/src/soc/intel/tigerlake/chi... File src/soc/intel/tigerlake/chip.c:
https://review.coreboot.org/c/coreboot/+/37783/2/src/soc/intel/tigerlake/chi... PS2, Line 84: case PCH_DEVFN_I2C6: return "I2C6"; : case PCH_DEVFN_I2C7: return "I2C7"
Match with MAX device # in Kconfig
Done
https://review.coreboot.org/c/coreboot/+/37783/2/src/soc/intel/tigerlake/chi... PS2, Line 104: case PCH_DEVFN_PCIE13: return "RP13"; : case PCH_DEVFN_PCIE14: return "RP14"; : case PCH_DEVFN_PCIE15: return "RP15"; : case PCH_DEVFN_PCIE16: return "RP16";
Match with MAX device # in Kconfig
Done
https://review.coreboot.org/c/coreboot/+/37783/2/src/soc/intel/tigerlake/chi... PS2, Line 111: case PCH_DEVFN_UART3: return "UAR3"; : case PCH_DEVFN_UART4: return "UAR4"; : case PCH_DEVFN_UART5: return "UAR5"; : case PCH_DEVFN_UART6: return "UAR6";
Match with MAX device # in Kconfig
Done
https://review.coreboot.org/c/coreboot/+/37783/2/src/soc/intel/tigerlake/chi... PS2, Line 119: case PCH_DEVFN_GSPI4: return "SPI4"; : case PCH_DEVFN_GSPI5: return "SPI5"; : case PCH_DEVFN_GSPI6: return "SPI6";
Match with MAX device # in Kconfig
Done