rklis apparently Rocket Lake, the codename for an Intel chipset that is supposed to be released in early 2021. So this is the Linuxi915driver already getting support for hardware that is not released yet.The
i915driver covers a wide range of Intel iGPUs, including all the current ones and sometimes even near-future ones if they follow a design similar to their predecessors.The kernel modules like
i915include metadata indicating the firmware files they may need: thei915module needs to declare the firmware files for all supported Intel iGPU versions this way.The
update-initramfstool is not smart enough to cross-check the hardware information to find out which of the various firmware files declared by thei915driver are actually needed by your hardware, so it will simply attempt to include all of them into initramfs.Unless you have installed firmware files for all the Intel iGPU variants, you may get some nuisance messages from
update-initramfs; but if they don't refer to the iGPU/chipset version you're actually using, you can simply ignore them.