Daniel Maslowski has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/28618 )
Change subject: util/inteltool: Add Sunrise Point LP ......................................................................
Patch Set 6:
(1 comment)
Sorry, it took me a while to figure out how to reply. It had been saved as a draft for two years. 8)
https://review.coreboot.org/c/coreboot/+/28618/5/util/inteltool/inteltool.h File util/inteltool/inteltool.h:
https://review.coreboot.org/c/coreboot/+/28618/5/util/inteltool/inteltool.h@... PS5, Line 144: PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP
Yep, that PCI ID is the LPC controller of 7 series (Kabylake) PCH-U Premium. See https://www.intel. […]
Sure, so here is what the Linux kernel says: ``` $ lspci -mnnvv | grep -A 4 9d58
Device: Sunrise Point-LP LPC Controller [9d58] SVendor: CLEVO/KAPOK Computer [1558] SDevice: Sunrise Point-LP LPC Controller [2410] Rev: 21 ```
Flashrom calls it Kaby Lake U Premium, just like Microsoft IIRC: https://flashrom.org/Supported_hardware
I don't really know what LP(C) or whatever actually is, just tried to make more sense of inteltool's output. My device is a TUXEDO BU1406, aka Clevo N240BU, aka N24_25BU (like here https://lore.kernel.org/patchwork/patch/865062/). I will see what SKU is. :) Thanks for the links!