Skip to content

Commit

Permalink
kboot: Add 13.5 firmware compats
Browse files Browse the repository at this point in the history
Signed-off-by: Asahi Lina <[email protected]>
  • Loading branch information
asahilina committed Jul 19, 2023
1 parent af755df commit 54cffd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/kboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,7 @@ static int dt_set_dcp_firmware(const char *alias)
compat = &fw_versions[V12_3];
break;
case V13_5B4:
case V13_5:
compat = &fw_versions[V13_3];
break;
default:
Expand Down
3 changes: 3 additions & 0 deletions src/kboot_gpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,9 @@ int dt_set_gpu(void *dt)
case V12_3_1:
compat = &fw_versions[V12_3];
break;
case V13_5B4:
compat = &fw_versions[V13_5];
break;
default:
compat = &os_firmware;
break;
Expand Down

0 comments on commit 54cffd1

Please sign in to comment.