From b625a6819d67997afe818813658e26f1cc7296b1 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Mon, 26 Jul 2021 08:40:56 +0000 Subject: [PATCH] updates for GNU Linux-libre 5.13.5-gnu and 5.10.53-gnu git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@18193 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-5.10 | 3 +++ deblob-5.13 | 3 +++ deblob-check | 5 ++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/deblob-5.10 b/deblob-5.10 index 53e69ddd459..3fcbdd87e8f 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-5.13 b/deblob-5.13 index 28ba15cca97..dcb566345f6 100755 --- a/deblob-5.13 +++ b/deblob-5.13 @@ -3272,6 +3272,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-l4.dtsi clean_blob arch/arm/boot/dts/am437x-l4.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 94b1124d6ea..9f34f6603aa 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2021-07-22 +# deblob-check version 2021-07-26 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6221,6 +6221,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) -- 2.31.1