Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-firmware
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
linux-firmware
Commits
876ec4b9
Commit
876ec4b9
authored
Apr 27, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added AMDGPU Vega M firmware
parent
c5352d0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
Makefile
Makefile
+15
-0
amdgpu-vegam.tar.xz
amdgpu-vegam.tar.xz
+0
-0
No files found.
Makefile
View file @
876ec4b9
...
...
@@ -24,3 +24,18 @@ iwlwifi-8265:
i915
:
tar
xf i915.tar.xz
-C
/lib/firmware
amdgpu-vegam
:
tar
xf amdgpu-vegam.tar.xz
-C
/lib/firmware
echo
"dir /lib/firmware 755 0 0"
>
/kernelconfig/initramfs/initramfs.list
echo
"file /lib/firmware/vegam_ce.bin /lib/firmware/vegam_ce.bin 644 0 0"
>
/kernelconfig/initramfs/initramfs.list
echo
"file /lib/firmware/vegam_me.bin /lib/firmware/vegam_me.bin 644 0 0"
>
/kernelconfig/initramfs/initramfs.list
echo
"file /lib/firmware/vegam_mec.bin /lib/firmware/vegam_mec.bin 644 0 0"
>
/kernelconfig/initramfs/initramfs.list
echo
"file /lib/firmware/vegam_mec2.bin /lib/firmware/vegam_mec2.bin 644 0 0"
>
/kernelconfig/initramfs/initramfs.list
echo
"file /lib/firmware/vegam_pfp.bin /lib/firmware/vegam_pfp.bin 644 0 0"
>
/kernelconfig/initramfs/initramfs.list
echo
"file /lib/firmware/vegam_rlc.bin /lib/firmware/vegam_rlc.bin 644 0 0"
>
/kernelconfig/initramfs/initramfs.list
echo
"file /lib/firmware/vegam_sdma.bin /lib/firmware/vegam_sdma.bin 644 0 0"
>
/kernelconfig/initramfs/initramfs.list
echo
"file /lib/firmware/vegam_sdma1.bin /lib/firmware/vegam_sdma1.bin 644 0 0"
>
/kernelconfig/initramfs/initramfs.list
echo
"file /lib/firmware/vegam_smc.bin /lib/firmware/vegam_smc.bin 644 0 0"
>
/kernelconfig/initramfs/initramfs.list
echo
"file /lib/firmware/vegam_uvd.bin /lib/firmware/vegam_uvd.bin 644 0 0"
>
/kernelconfig/initramfs/initramfs.list
echo
"file /lib/firmware/vegam_vce.bin /lib/firmware/vegam_vce.bin 644 0 0"
>
/kernelconfig/initramfs/initramfs.list
amdgpu-vegam.tar.xz
0 → 100644
View file @
876ec4b9
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment