diff options
-rwxr-xr-x | deblob-check | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deblob-check b/deblob-check index 0e92a1bfeb34..9e7f25a6c1f2 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,7 @@ #! /bin/sh # deblob-check version 2020-12-05 + 2021-06-03's r18106 +# + 2021-07-14's r18159 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva <lxoliva@fsfla.org> @@ -6091,6 +6092,10 @@ set_except () { # New in 5.12.9, 5.10.42. blobname '\(silead[/]\)\?gsl1680-chuwi-hi10-pro\.fw' drivers/platform/x86/touchscreen_dmi.c + # New in 5.13.2, 5.12.17, 5.10.50. + blobname 'amd[/]amd_sev_fam1[79]h_model[03]xh\.sbin' drivers/crypto/ccp/sev-dev.c + blobname 'gt912-glavey-tm800a550l.fw' drivers/platform/x86/touchscreen_dmi.c + ;; */*freedo*.patch | */*logo*.patch) |