Apparently, new firmware images fix security issues, see:
https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00509.html
Intel did not publish new images for chips older than 9k, at least not in
the linux-firmware Git repository. If anyone knows details about such
decisions and is willing to share them, I would be happy to learn more.
ok sthen@
Remove -48 firmware images which are no longer used by the driver.
Add -67 firmware images which allegedly contain security fixes. We should
be able to use these soon. The driver has been patched to work with -67
images but has not yet been switched over (pending more testing).
Add newest available firmware images for any AX201 devices which are not
yet matched by the driver but will hopefully be supported eventually.
ok sthen@
committed over AX201 running fw ver 67.8f59b80b.0
add files referenced by linux 5.15 drm
drop files only referenced by linux 5.7 drm (OpenBSD 6.8->6.9)
no binary change to files used by linux 5.10 drm in -current
Although designed for one file in DISTFILES only, it can still be used if
the glob(7) patterns match all files, i.e. none of the extractions fail
due to unmatched patterns.
Cuts WRKDIR from ~450M to ~18M; no PLIST change.
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
adds new files referenced by linux 5.10 drm
rkl_dmc_ver2_02.bin
tgl_dmc_ver2_08.bin
tgl_huc_7.5.0.bin
drop files only referenced by linux 4.19 drm (OpenBSD 6.6->6.7)
No binary change to other files.
Take maintainer while here, discussed with robert@.
ok jcs@
reverts skylake updates which broke boot on some but not all systems
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/31
breakage reported by Abel Abraham Camarillo Ojeda on i3-6100U 06-4e-03
not seen by sthen@ on i5-6200U 06-4e-03
ok sthen@
== 20200616 Release ==
-- Updates upon 20200609 release --
Processor Identifier Version Products
Model Stepping F-MO-S/PI Old->New
---- new platforms ----------------------------------------
---- updated platforms ------------------------------------
SKL-U/Y D0 6-4e-3/c0 000000dc->000000d6 Core Gen6 Mobile
SKL-U23e K1 6-4e-3/c0 000000dc->000000d6 Core Gen6 Mobile
SKL-H/S R0/N0 6-5e-3/36 000000dc->000000d6 Core Gen6; Xeon E3 v5
---- removed platforms ------------------------------------
Charlie Burnett reported on misc@ vega20 with 20200421 failed to load
vega20_sdma.bin and vega20_sos.bin. 20200619 firmware reportedly
loads on vega20 and does not seem to cause problems on vega10 or picasso
with our linux 5.7 based drm.
No PLIST change, but "make show-size" massive reduction in size.
These are all firmware ports with single big distfiles, other
ports are either small or come with multiple distfiles for wich
EXTRACT_FILES is not (yet) ready.
Tested on polaris11 by Mark Patruck, picasso by kn@ robert@ and myself,
and my vega10 which required kernel patches to work with the
linux 4.19 drm in -current.
ok sthen@ kn@
- Install board specific .txt files
- Install a supplemental distfile that adds Pinebook Pro and
Rock960 board specific firmware and NVRAM config.
Okay patrick@ sthen@