linux: added blobless activation to amdgpu; improved silent firmware cases
This commit is contained in:
parent
991da006c4
commit
11865adcb5
3 changed files with 627 additions and 311 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue