summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-firmware/intel-microcode: drop 20240514_p20240514Mike Pagano7 days2-322/+0
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* sys-firmware/edk2-bin: Version bump to 202408James Le Cuirot2024-10-102-0/+71
| | | | | | This now installs arm64 firmware. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/edk2-ovmf-bin: Rename to edk2-bin to support other platformsJames Le Cuirot2024-10-106-3/+3
| | | | | | The source package now supports other platforms so follow suit. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/edk2-ovmf-bin: Prepare for rename to sys-firmware/edk2-binJames Le Cuirot2024-10-101-5/+5
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/edk2: Add arm64 VM support to 202408James Le Cuirot2024-10-105-1/+154
| | | | | | | | | | | | | The filenames used here differ from Fedora, which ships far more variants. I felt it unnecessary to include the raw and unpadded images when the padded QCOW2 images should be all you need. QEMU_EFI.secboot_INSECURE.qcow2 does have Secure Boot enabled, but it must not be used in production. The lack of an SMM implementation for arm64 in this firmware means that the EFI variable store is unprotected, making the firmware unsafe. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/edk2: Bump to 202408, Python 3.13, many other improvementsJames Le Cuirot2024-10-108-0/+473
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ebuild has been largely rewritten. It now: * Respects CC, CXX, and flags when building the base tools. * Doesn't use gcc/cc when building the firmware, enabling cross. * Prepares the ground for supporting platforms other than OVMF for x64. * Installs OVMF_VARS.secboot.fd prepared with virt-fw-vars. * Includes the latest UEFI DBX update in OVMF_VARS.secboot.fd. * Adds 4MB variants of the .fd images (in QCOW2 format). * Fixes network support broken by a recent bump. * Drops EnrollDefaultKeys.efi and UefiShell.img The enrollment tool hasn't actually worked for a while and is no longer needed now that we provide OVMF_VARS.secboot.fd. UefiShell.img is therefore of little use, and other distros now provide UefiShell.iso instead anyway. We can do the same if there is sufficient interest. This moves us closer to Fedora, but they ship far more variants. They have a large Python wrapper around upstream's build system, which is unusual in itself. Building all these would make the ebuild much more complex, take a long time, and use up more disk space. Perhaps USE flags could help here, but I'm not sure what all these variants are for. I also decided to install to paths based on upstream's names, e.g. edk2/ArmVirtQemu-AARCH64 as opposed to Fedora's edk2/aarch64 because mixing QEMU with Xen and others would be confusing when there are many similarly named files, even within a single architecture. Closes: https://bugs.gentoo.org/891191 Closes: https://bugs.gentoo.org/921819 Closes: https://bugs.gentoo.org/929838 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/edk2: Add missing BDEPEND on sys-apps/whichJames Le Cuirot2024-10-102-0/+2
| | | | | | | The new version bump won't use this. Closes: https://bugs.gentoo.org/853271 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/edk2: Apply missing -Werror and hardened patches to 202405James Le Cuirot2024-10-103-0/+74
| | | | | Closes: https://bugs.gentoo.org/937610 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/edk2: Drop obsolete reference to USE=binary and update URLJames Le Cuirot2024-10-102-18/+8
| | | | | | | | I don't think using UefiShell.img actually works any more, but the new version bump will automatically create OVMF_VARS.secboot.fd for you. Closes: https://bugs.gentoo.org/926630 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/edk2-ovmf: Rename to edk2 to support other platformsJames Le Cuirot2024-10-108-2/+2
| | | | | | | There is a lot of overlap in building firmware for other platforms from source, so it makes sense to have one source package. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/edk2-ovmf: Prepare for rename to sys-firmware/edk2James Le Cuirot2024-10-102-6/+6
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/edk2-ovmf: Drop old 202105-r2James Le Cuirot2024-10-103-188/+0
| | | | | | | This was the last version supporting x86_64 firmware on other platforms via the binary USE flag. edk2-ovmf-bin has superseded this. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/intel-microcode: stabilize 20240910_p20240915 for amd64, x86Mike Pagano2024-10-031-1/+1
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* sys-firmware/sof-firmware: Stabilize 2024.06 amd64, #940494Sam James2024-09-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/sof-firmware: add 2024.09Pacho Ramos2024-09-292-0/+46
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* sys-firmware/ipw2200-firmware: Stabilize 3.1-r1 arm64, #940030Sam James2024-09-251-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/ipw2100-firmware: Stabilize 1.3-r1 arm64, #940030Sam James2024-09-251-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/intel-microcode: add 20240910_p20240915Mike Pagano2024-09-152-0/+340
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-126-6/+6
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-firmware/seabios: Migrate to tc-ld-force-bfdJames Le Cuirot2024-09-101-1/+1
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/seabios: Bump Python to 3.13James Le Cuirot2024-09-101-1/+1
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/seabios-bin: Version bump to 1.16.3James Le Cuirot2024-09-102-0/+26
| | | | | Closes: https://bugs.gentoo.org/932242 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/seabios: Soften the warning about building from sourceJames Le Cuirot2024-09-101-8/+4
| | | | | | | | This was written over 10 years ago, and we do build our own -bin package with the regular Gentoo toolchain. Upstream does not give any such warning, at least in https://www.seabios.org/Build_overview. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/seabios: add 1.16.3Chris Mayo2024-09-102-0/+143
| | | | | | | Bug: https://bugs.gentoo.org/933284 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38372 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-firmware/intel-microcode: drop 20240312_p20240312Mike Pagano2024-09-072-322/+0
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* sys-firmware/intel-microcode: stabilize 20240813_p20240815 for amd64, x86Mike Pagano2024-09-071-1/+1
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* sys-firmware/sigrok-firmware-fx2lafw: use github git url for https supportSven Wegener2024-08-312-2/+2
| | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* sys-firmware/intel-microcode: Stabilize 20240531_p20240526-r2 amd64, #938617Jakov Smolić2024-08-291-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-firmware/intel-microcode: Stabilize 20240531_p20240526-r2 x86, #938617Jakov Smolić2024-08-291-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* 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>