stepping 03, i.e. files 06-4e-03 and 06-5e-03) for now.
Even with the older files from 20171117 we are still seeing some
problems when these are loaded.
linux names which reduces the radeondrm diff to linux and avoids
problems with names that differ by case.
This will be used by a future radeondrm update. The existing
firmware/paths will be included until sometime after that happens.
With help from sthen@
CVE-2016-0801 - dropping BRCM proprietary packets received over the air.
CVE-2017-0561 - adding length checks for TDLS action frames.
CVE-2017-9417 - adding length checks for WME IE.
switch to using a tar.xz generated from a full checkout of linux-firmware;
other ports packaging pieces of linux-firmware could be switched over to using
the same file.
clang has the option -mstack-alignment for that purpose, so check what
the compiler supports and use that flag.
This does not fix the build of seabios with clang but moves us forward
a bit to the next error.
shouldn't end up in normal package mirrors. add a check to Makefile.inc so
this doesn't get added to others.
- add an extra printed warning at the end of ulpt "fake" stage; as pointed
out by stsp after discussion with bentley@ the license for this says "you
may not put the software onto any public network"
it matches what we expect, otherwise fail the port build.
They do some checks on toolchain and if things don't show up as expected
it uses a string with an embedded date+hostname. The port was already
taking care to avoid this, so this is a currently-noop diff just to make
sure it stays that way.
fw_update will be able to be modified to install it on suitable systems.
Based on SeaBIOS config/Makefile from mlarkin and a non-"firmware" port
from jca, looks good to jca deraadt.
linux-firmware git repository.
The firmware with newer style headers is not installed as it is named
chipname_rlc.bin and we install the old style firmware named
CHIPNAME_rlc.bin as radeon-chipname_rlc.
This is not a problem now or even with a 3.14 radeondrm but will
be a flag day at some point.
ok sthen@
Roll in some firmware updates for the 5000 / 1000 and 6000g2a series chipsets.
5000 8.83.5.1-1
1000 39.31.5.1
6000g2a 18.168.6.1
5000 / 1000
fix "tid mismatch" issue
6000g2a
This adds support for WoWLAN and P2P
Tested on 5300 / 1000 and 6205 adapters.
ok sthen@ stsp@