From c2f42698483b74ae6b08b32bec7136752129b80c Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 10 Nov 2020 15:26:39 -0500 Subject: [PATCH] GNU Linux-libre 5.4.76-gnu scripts --- deblob-check | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deblob-check b/deblob-check index 6c5c339cc60..0ab8f02966a 100755 --- a/deblob-check +++ b/deblob-check @@ -8,6 +8,8 @@ # + 2020-04-22's r17437 # + 2020-08-19's r17613 # + 2020-10-11's r17709 (partial) +# + 2020-07-20's r17568 (partial) +# + 2020-11-10's r17757 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -5712,6 +5714,12 @@ set_except () { # New in 5.9 final, 5.8.15, and 5.4.71. defsc 'static[ ]struct[ ]font_data[ ]fontdata_ter16x32[ ]=' lib/fonts/font_ter16x32.c + # New in some 5.8-rc, and 5.4.76. + blobname '%s-tplg\.bin' sound/soc/intel/skylake/skl-topology.c + + # New in 5.9.7 and 5.4.76. + defsc 'static[ ]const[ ]struct[ ]font_data[ ]fontdata_ter16x32[ ]=' lib/fonts/font_ter16x32.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1