summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-firmware/intel-microcode: add 20240813_p20240815Mike Pagano2024-08-152-0/+340
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* sys-firmware/edk2-ovmf: Clean up ebuild file.Takaki Suzuki2024-08-131-10/+2
| | | | | | | | Reflected review comments from https://github.com/gentoo/gentoo/pull/37704 Signed-off-by: Takaki Suzuki <takaki-s@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/37981 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-firmware/broadcom-bt-firmware: drop 12.0.1.1105_p3Filip Kobierski2024-08-132-19/+0
| | | | | | Signed-off-by: Filip Kobierski <fkobi@pm.me> Closes: https://github.com/gentoo/gentoo/pull/37808 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-firmware/edk2-ovmf: add 202405Takaki Suzuki2024-08-042-0/+174
| | | | | | Signed-off-by: Takaki Suzuki <takaki-s@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/37704 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-firmware/seabios: enable py3.12Pacho Ramos2024-07-311-2/+2
| | | | | Closes: https://bugs.gentoo.org/929840 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* sys-firmware/broadcom-bt-firmware: Stabilize 12.0.1.1105_p4-r1 amd64, #935859Jakov Smolić2024-07-211-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-firmware/broadcom-bt-firmware: Stabilize 12.0.1.1105_p4-r1 x86, #935859Sam James2024-07-211-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/sof-firmware: drop 2023.12, 2023.12.1Pacho Ramos2024-07-183-68/+0
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* sys-firmware/sof-firmware: add 2024.06Pacho Ramos2024-07-182-0/+46
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* sys-firmware/intel-microcode: avoid mount-boot if ROOT is setAndrew Ammerlaan2024-07-183-19/+36
| | | | | | | | | | | | | | | | | and: - rdep on iucode_tool for .install hook - USE=hostonly: iucode_tool is executed in pkg_preinst and should therefore be an idep instead of a rdep (not that it really makes a functional difference since it is bdep anyway) - rework REQUIRED_USE: the *.install hooks require the split-ucode to be present. Since with USE=dist-kernel, USE=initramfs does not install intel-uc.img (instead it is delegared to installkernel via the *.install hooks) we need always split-ucode with dist-kernel. - *.install: exit gracefully if no ucode installed this mirrors recent changes in sys-kernel/linux-firmware Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sys-firmware/sof-firmware: Stabilize 2024.03 amd64, #935735Sam James2024-07-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/vgabios: drop myself as a maintainerMatthias Maier2024-07-031-4/+0
| | | | Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/seabios: drop myself as a maintainerMatthias Maier2024-07-031-4/+0
| | | | Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/sgabios: drop myself as a maintainerMatthias Maier2024-07-031-4/+0
| | | | Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/ipxe: drop myself as a maintainerMatthias Maier2024-07-031-4/+0
| | | | Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/edk2-ovmf: drop myself as a maintainerMatthias Maier2024-07-031-4/+0
| | | | Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/intel-microcode: complain less when /boot is not mountedAndrew Ammerlaan2024-06-293-18/+45
| | | | | | | | | When using dist-kernel users can correct the problem and then emerge --config ... Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/37292 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sys-firmware/intel-microcode: add ucode image generator hooksAndrew Ammerlaan2024-06-283-0/+106
| | | | | | | | | | | | | | | | | | | | | | This creates a intel microcode image when installing the kernel and when installkernel/kernel-install is configured to use an initramfs generator other then dracut. Dracut bundles the microcode in the image it generates, many other initramfs generators do not and we want these users to also get the latest CPU microcode. installkernel-gentoo.git has recently gained support for handling these ucode images and passing them on to bootloaders and UKI generators. Note that this should be here and not in installkernel-gentoo.git because we only want to install this when the initramfs flag is enabled to avoid the situation where users who don't want an ucode.img get one anyway. Note that we don't have to worry about MICROCODE_SIGNATURES and MICROCODE_BLAKCLIST since this selection is taken into account when installing the microcode to /lib/firmware, at run-time when we read the files from there we therefore automatically get only the files we want. Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* */*: delete some utterly bogus remote-idsEli Schwartz2024-06-281-3/+0
| | | | | | | | | | | | Added in a global rewrite that was apparently not tested as well as it ideally could have been, since it added some pretty wild changes. Non-exhaustive -- I caught these in passing and haven't really vetted the tree. Fixes: 67064ef687e8b3a61f5a4698ae1b029e2e70822c Fixes: 92715265f5e37292e57673f39c5372a268778c44 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/intel-microcode: Stabilize 20240514_p20240514 amd64, #934876Arthur Zamarin2024-06-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-firmware/intel-microcode: Stabilize 20240514_p20240514 x86, #934876Arthur Zamarin2024-06-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: Reassign alsa-bugs@ packagesMichał Górny2024-06-082-6/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/intel-microcode: fix date mix-up properlySam James2024-06-012-2/+2
| | | | | | | | | | | This reverts commit d26515974443ce2d125b0176f35b472d9bb3533e. I ended up confusing myself with how I swapped the dates around a few times and missed I got the directory name wrong when I renamed the tarball. The size is different because I just recompressed it on woodpecker which has diff xz options unlike me locally. Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/intel-microcode: fix date mix-upSam James2024-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/intel-microcode: add 20240531_p20240526Sam James2024-06-012-0/+313
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/intel-microcode: add USE=dist-kernelAndrew Ammerlaan2024-05-172-14/+62
| | | | | | | | | | | | | | The /boot/intel-uc.img is useless when we use a dist-kernel since dracut is responsible for generating the initramfs, and it (by default) includes the microcode. Instead add USE=dist-kernel and enable USE=initramfs by default. The initramfs flag toggles the early_microcode setting of dracut, and if both flags are enabled we trigger initramfs re-installation. This ensures that when we update this package, we also get the latest microcode in our dist-kernel initramfs or UKI. Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sys-firmware/intel-microcode: add 20240514_p20240514Sam James2024-05-152-0/+289
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/intel-microcode: drop versionsSam James2024-05-158-2004/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/intel-microcode: Stabilize 20240312_p20240312 amd64, #930902Arthur Zamarin2024-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-firmware/intel-microcode: Stabilize 20240312_p20240312 x86, #930902Arthur Zamarin2024-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: inline mirror://sourceforgeLucio Sauer2024-04-302-4/+4
| | | | | | | bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/vgabios: Stabilize 0.8a-r1 x86, #930892Joonas Niilola2024-04-291-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-firmware/vgabios: Stabilize 0.8a-r1 amd64, #930892Joonas Niilola2024-04-291-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-firmware/midisport-firmware: EAPI=8, fix udev_reloadArthur Zamarin2024-04-281-6/+16
| | | | | Closes: https://bugs.gentoo.org/852107 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-firmware/bluez-firmware: treecleanArthur Zamarin2024-04-273-34/+0
| | | | | Closes: https://bugs.gentoo.org/926550 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-firmware/raspberrypi-wifi-ucode: drop myself as a maintainerSam James2024-04-201-4/+0
| | | | | | | I don't have the hardware set up at the moment (and haven't for a while) to test this properly. Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/nvidia-firmware: Python 3.12 compatChristian Ruppert2024-04-151-2/+2
| | | | | Bug: https://bugs.gentoo.org/929839 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
* sys-firmware/sof-firmware: Stabilize 2023.12.1 amd64, #928896Arthur Zamarin2024-04-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-firmware/sof-firmware: Allow to skip glibc requirementPacho Ramos2024-04-072-2/+14
| | | | | | | | Useful for MUSL based systems as commented in: https://www.reddit.com/r/voidlinux/comments/rbq4ns/comment/im2r0bp/ Closes: https://bugs.gentoo.org/925179 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* sys-firmware/sof-firmware: add 2024.03Pacho Ramos2024-04-072-0/+37
| | | | | Closes: https://bugs.gentoo.org/925179 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* sys-firmware/iwl1000-ucode: Remove last-rited pkgMichał Górny2024-03-293-26/+0
| | | | | Closes: https://bugs.gentoo.org/924589 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/iwl3160-7260-bt-ucode: Remove last-rited pkgMichał Górny2024-03-293-38/+0
| | | | | Closes: https://bugs.gentoo.org/924589 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/iwl3160-ucode: Remove last-rited pkgMichał Górny2024-03-293-39/+0
| | | | | Closes: https://bugs.gentoo.org/924589 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/iwl6005-ucode: Remove last-rited pkgMichał Górny2024-03-294-55/+0
| | | | | Closes: https://bugs.gentoo.org/924589 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/iwl6030-ucode: Remove last-rited pkgMichał Górny2024-03-294-55/+0
| | | | | Closes: https://bugs.gentoo.org/924589 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/iwl7260-ucode: Remove last-rited pkgMichał Górny2024-03-293-39/+0
| | | | | Closes: https://bugs.gentoo.org/924589 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/iwl8000-ucode: Remove last-rited pkgMichał Górny2024-03-293-50/+0
| | | | | Closes: https://bugs.gentoo.org/924589 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/intel-microcode: add 20240312_p20240312Mike Pagano2024-03-122-0/+289
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* sys-firmware/sof-firmware: drop 2023.09.2Pacho Ramos2024-03-072-34/+0
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* sys-firmware/sof-firmware: add 2023.12.1Pacho Ramos2024-03-072-0/+34
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>