linux: added blobless activation to amdgpu; improved silent firmware cases

This commit is contained in:
Ruben Rodriguez 2023-02-22 14:57:58 -05:00
parent 991da006c4
commit 11865adcb5
3 changed files with 627 additions and 311 deletions

View file

@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=15
VERSION=16
. ./config
@ -65,6 +65,12 @@ for PATCH in $DATA/*.patch ; do
patch --no-backup-if-mismatch -p1 < $PATCH
done
# Simple test for finding missing cases of silent_accept_firmware method
#for dir in $PRESERVEDIRS; do
# grep -i "load.*firmware.*%" $PRESERVEDIRS -r
# grep -i "load.*ucode.*%" $PRESERVEDIRS -r
#done
# Re-enable udebs
cp $DATA/5-udebs.mk debian/rules.d
cp -a $DATA/d-i debian.master