diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2021-07-26 02:50:04 -0400 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2021-07-26 02:50:04 -0400 |
commit | 721eeab92dea69677c677fc71244d2291b6cb86f (patch) | |
tree | c9b483fc221e88827fdca1f8338ed15568557ebb | |
parent | 527e0574039cb3ecddc2fc6050b1be7799b3a664 (diff) | |
download | kernel_replicant_linux-721eeab92dea69677c677fc71244d2291b6cb86f.tar.gz kernel_replicant_linux-721eeab92dea69677c677fc71244d2291b6cb86f.tar.bz2 kernel_replicant_linux-721eeab92dea69677c677fc71244d2291b6cb86f.zip |
GNU Linux-libre 5.10.53-gnu scriptsscripts/v5.10.53-gnu
-rwxr-xr-x | deblob-5.10 | 3 | ||||
-rwxr-xr-x | deblob-check | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/deblob-5.10 b/deblob-5.10 index 53e69ddd459a..3fcbdd87e8fb 100755 --- a/deblob-5.10 +++ b/deblob-5.10 @@ -3238,6 +3238,9 @@ announce WKUP_M3_RPROC - "AMx3xx Wakeup M3 remoteproc support" clean_blob Documentation/devicetree/bindings/remoteproc/wkup_m3_rproc.txt clean_blob arch/arm/boot/dts/am33xx.dtsi clean_blob arch/arm/boot/dts/am4372.dtsi +if grep -q 'Block system suspend' arch/arm/mach-omap2/pm33xx-core.c; then + clean_blob arch/arm/mach-omap2/pm33xx-core.c +fi clean_kconfig drivers/remoteproc/Kconfig WKUP_M3_RPROC clean_mk CONFIG_WKUP_M3_RPROC drivers/remoteproc/Makefile diff --git a/deblob-check b/deblob-check index a25a16a92f72..899a24899c65 100755 --- a/deblob-check +++ b/deblob-check @@ -2,6 +2,7 @@ # deblob-check version 2020-12-05 + 2021-06-03's r18106 # + 2021-07-14's r18159 + 2021-07-20's r18170 +# + 2021-07-26's r18193 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva <lxoliva@fsfla.org> @@ -6102,6 +6103,9 @@ set_except () { defsc '[\t]setrate_44100\[\][ ]=' sound/usb/usx2y/usbusx2yaudio.c defsc 'static[ ]const[ ]struct[ ]s_c2[ ]setrate_48000\[\][ ]=' sound/usb/usx2y/usbusx2yaudio.c + # New in 5.13.5 and 5.10.53. + blobna 'and[ ]booted[ ]am335x-pm-firmware\.elf\.[\n][ ][*][/]' Documentation/devicetree/bindings/remoteproc/wkup_m3_rproc.txt + ;; */*freedo*.patch | */*logo*.patch) |