summaryrefslogtreecommitdiffstats
path: root/openpower/scripts/firmware-whitelist
Commit message (Collapse)AuthorAgeFilesLines
* Add driver and firmware for QLogic devicesArtem Senichev2018-12-141-0/+1
| | | | | | Support for QLogic Corp. FastLinQ QL41000 Series 10/25/40/50GbE Controller. Signed-off-by: Artem Senichev <a.senichev@yadro.com>
* firmware-whitelist: Drop e100 from whitelistJoel Stanley2018-08-221-1/+0
| | | | | | | | | We disabled the e100 driver in the kernel configuration back in op-build v1.22 with 3d17c64a1522 ("linux: config: Remove Intel E1000e and E100"). Remove the firmware from the whitelist as there's no chance anyone is using it. Signed-off-by: Joel Stanley <joel@jms.id.au>
* Drop untested graphic support from the buildJoel Stanley2018-08-221-6/+1
| | | | | | | | | | | | | | Back in the day Tuletta (P8) machines would use Radeon GPU drivers. No one has tested this in many moons. To save all systems from paying for the kernel driver, disable it in the kernel configuration and drop the firmware from the firenze, pseries and zz configurations. A similar story applies for Matrox cards. If someone comes hunting for support in the future they can revert this commit. Signed-off-by: Joel Stanley <joel@jms.id.au>
* buildroot: Update to 2018.02Joel Stanley2018-04-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Release notes and announcement: https://git.buildroot.net/buildroot/plain/CHANGES?id=2018.02 http://lists.busybox.net/pipermail/buildroot/2018-March/215002.html Updated packages: rsync: 3.1.2 -> 3.1.3 glibc: glibc-2.26-73 -> glibc-2.26-146 linux-firmware: a3a26af24e29 -> 65b1c68c63f9 util-linux: 2.31 -> 2.31.1 eudev: 3.2.4 -> 3.2.5 Updated host packages: libxml2: 2.9.5 -> 2.9.7 binutils: 2.28.1 -> 2.29.1 Signed-off-by: Joel Stanley <joel@jms.id.au> [stewart: remove old config option from pseries_defconfig, fix firmware-whitelist] Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* Enable ql5000 firmware for BostonSamuel Mendoza-Jonas2017-09-271-0/+1
| | | | Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
* Release Linux 4.9.2-openpower1Joel Stanley2017-01-151-1/+1
| | | | | | | | | | | | | | | | | | | This moves from the 4.4 based kernel series to the newer long term support kernel, Linux 4.9. To make the move we regenerate the kernel defconfig for the new kernel. We still have three out of tree patches. This commit makes the following changes: * Drops 5 of our out of tree patches * Two remain for XHCI kexec issues * One remains for VGA handover We also update bnx2x firmware version for newer kernel driver, which means modify the firmware whitelist. Signed-off-by: Joel Stanley <joel@jms.id.au>
* firmware-whitelist: Make whitelist accurateJoel Stanley2016-11-141-6/+7
| | | | | | | The whitelist was matching bnx2* as ok, so everything in bnx2x was being left in the image. Signed-off-by: Joel Stanley <joel@jms.id.au>
* openpower: Run firmware whitelist for all machinesJoel Stanley2016-11-011-0/+42
Firenze has a script that ensures only the correct firmware is present in the lib/firmware directory of skiroot. This is useful functionality for all machines, so rename it and add it to the ROOTFS_POST_BUILD_SCRIPT config option for all machines. Note that this means adding new drivers that have loadable firwmare in the future will require updating this script. Signed-off-by: Joel Stanley <joel@jms.id.au>
OpenPOWER on IntegriCloud