On 2/15/2024 12:39, Henrique de Moraes Holschuh wrote:
While adding linux-firmware's amdtee/ directory to the Debian amd64-microcode
package, I have noticed that the linux-firmware WHENCE file mentions a
symbolic link that is not present in the git repository.
The missing symlink is:
amdtee/amd_pmf_v3.bin -> 773bd96f-b83f-4d52-b12dc529b13d8543.bin
Is the amd_pmf driver functional without that symlink ?
symlinks are created by copy-firmware.sh
$ make install DESTDIR=tmp
install -d tmp/lib/firmware
./copy-firmware.sh tmp/lib/firmware
$ ls tmp/lib/firmware/amdtee/ -l
total 16
-rw-r--r-- 1 supermario supermario 12864 Feb 15 12:44
773bd96f-b83f-4d52-b12dc529b13d8543.bin
lrwxrwxrwx 1 supermario supermario 39 Feb 15 12:44 amd_pmf_v3.bin ->
773bd96f-b83f-4d52-b12dc529b13d8543.bin