plugins/{superio,flashrom}: Add LabTop Mk III HwId (#4920)

Add the HwId for the Star LabTop Mk III when using coreboot firmware,
as this differs to AMI.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
Sean Rhodes 2022-08-12 15:00:50 +01:00 committed by GitHub
parent 088397618a
commit a4a1be569b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View File

@ -23,10 +23,14 @@ Plugin = flashrom
[0fc25c8c-ffa8-54ad-a216-d13cfe75bee4]
Plugin = flashrom
# StarLabTop Mk III (HwId)
# StarLabTop Mk III (HwId - AMI)
[013b60e5-1023-5bee-8ae5-14cae21377b7]
Plugin = flashrom
# StarLabTop Mk III (HwId - coreboot)
[8f8ca82b-30e1-5907-bc9d-4257a49898d4]
Plugin = flashrom
# StarLabTop Mk IV (HwId)
[baf1d04e-fd16-5e6a-93cc-1c23d171f879]
Plugin = flashrom

View File

@ -12,7 +12,7 @@ SuperioGType = FuSuperioIt85Device
SuperioId = 0x8587
SuperioPort = 0x2e
# Star LabTop Mk III (HwId)
# Star LabTop Mk III (HwId - AMI)
[013b60e5-1023-5bee-8ae5-14cae21377b7]
SuperioGType = FuSuperioIt89Device
[SUPERIO\GUID_013b60e5-1023-5bee-8ae5-14cae21377b7]
@ -21,6 +21,15 @@ SuperioPort = 0x4e
InstallDuration = 20
Flags = unsigned-payload
# Star LabTop MK III (HwId - coreboot)
[8f8ca82b-30e1-5907-bc9d-4257a49898d4]
SuperioGType = FuSuperioIt89Device
[SUPERIO\GUID_8f8ca82b-30e1-5907-bc9d-4257a49898d4]
SuperioId = 0x8987
SuperioPort = 0x4e
InstallDuration = 20
Flags = unsigned-payload
# Star LabTop Mk IV (HwId)
[baf1d04e-fd16-5e6a-93cc-1c23d171f879]
SuperioGType = FuSuperioIt89Device