BeardOverflow / msi-ec

GNU General Public License v2.0
134 stars 41 forks source link

Remove BIOS versions from allowed firmware list #58

Closed rottenpants466 closed 10 months ago

rottenpants466 commented 11 months ago

Added a new firmware version: E1592IMS.10F

teackot commented 10 months ago

Does this PR make the driver work on new firmware? It seems that the versions that start with E are BIOS FW versions, not EC FW

rottenpants466 commented 10 months ago

It works with this PR prior to kernel 6.4.

This is the change log from msi:

New BIOS : E1592IMS.10F ROM CheckSum : 0x1B27 Release Date : 2024/7/14

;--------------------------- Description ------------------------------------;

1.Enhanced security protection against unauthorized BIOS updates.

teackot commented 10 months ago

Okay, so now that we know that E1592IMS.10C/D/F is actually BIOS and not EC, can you please remove those three from the allowed fw array? You can even do it in this PR, just rename it after

rottenpants466 commented 10 months ago

Okay, so now that we know that E1592IMS.10C/D/F is actually BIOS and not EC, can you please remove those three from the allowed fw array? You can even do it in this PR, just rename it after

See if it is correct.

Thank you!

teackot commented 10 months ago

Yep, everything's correct, thank you too!