Compare commits

...

4 commits

Author SHA1 Message Date
Dmitry Baryshkov
ed1168ab20 Merge branch 'make-licence' into 'main'
Makefile: add licence header

See merge request kernel-firmware/linux-firmware!815
2025-12-05 04:21:50 +00:00
Mario Limonciello
a0f0e52138 Merge branch 'amd-staging' into 'main'
Revert "amdgpu: update GC 11.5.0 firmware"

See merge request kernel-firmware/linux-firmware!817
2025-12-03 21:05:40 +00:00
Mario Limonciello (AMD)
3d5c813520 Revert "amdgpu: update GC 11.5.0 firmware"
The 0x83 MES SCH firmware causes problems with ROCm on GC 11.5.0.

This reverts commit 1c5716794a.
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4751

Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
2025-12-03 21:03:09 +00:00
Dmitry Baryshkov
f5f1c3f557 Makefile: add licence header
After consultation with current maintainers and with the original author
of the Makefile add SPDX header, describing the licence for the file.

Cc: Colin Walters <walters@verbum.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
2025-12-03 00:32:39 +00:00
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# SPDX-License-Identifier: CC0-1.0
FIRMWAREDIR = /lib/firmware
NUM_JOBS := $(or $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS))),\
1)

Binary file not shown.