summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-firmware/seabios: Stabilize 1.16.0 amd64, #883695Arthur Zamarin2022-12-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-firmware/seabios: Stabilize 1.16.0 ppc64, #883695Arthur Zamarin2022-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-firmware/seabios: Stabilize 1.16.0 arm64, #883695Arthur Zamarin2022-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-firmware/seabios: Stabilize 1.16.0 x86, #883695Arthur Zamarin2022-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-firmware/seabios: drop 1.12.0, 1.12.0-r1, 1.14.0, 1.14.0-r1John Helmert III2022-09-265-657/+0
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* sys-firmware/seabios: enable py3.11John Helmert III2022-09-262-2/+2
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* sys-firmware/seabios: keyword 1.16.0John Helmert III2022-09-261-1/+1
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* sys-firmware/seabios: add 1.16.0John Helmert III2022-09-063-2/+143
| | | | | | | Drop keywords for arm, hppa, riscv, ia64, s390, sparc since iasl isn't keyworded there yet. Signed-off-by: John Helmert III <ajak@gentoo.org>
* sys-firmware/seabios: keyword 1.14.0-r2 for ~loongWANG Xuerui2022-05-191-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-firmware/seabios: keyword ~riscvYongxiang Liang2022-01-231-2/+2
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* sys-firmware/seabios: add python 3.10Thomas Bettler2022-01-043-3/+3
| | | | | | | Closes: https://bugs.gentoo.org/829361 Closes: https://github.com/gentoo/gentoo/pull/23333 Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/seabios: update SRC_URISam James2021-10-011-1/+1
| | | | | | | | slyfox@ has retired and I've archived the distfiles in my devspace. Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-firmware/seabios: Stabilize 1.14.0-r2 arm64, #798858Sam James2021-07-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/seabios: ppc64 stable wrt bug #798858Agostino Sarubbo2021-06-301-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-firmware/seabios: Stabilize 1.14.0-r2 ppc, #798858Sam James2021-06-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/seabios: Stabilize 1.14.0-r2 x86, #798858Sam James2021-06-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/seabios: Stabilize 1.14.0-r2 amd64, #798858Sam James2021-06-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/seabios: x86 stable wrt bug #790374Agostino Sarubbo2021-05-171-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-firmware/seabios: amd64 stable wrt bug #790374Agostino Sarubbo2021-05-171-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-firmware/seabios: Stabilize 1.14.0 ppc, #790374Sam James2021-05-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/seabios: Stabilize 1.14.0 ppc64, #790374Sam James2021-05-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/seabios: Stabilize 1.14.0 arm64, #790374Sam James2021-05-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/seabios: restore bios.binSergei Trofimovich2021-05-013-1/+189
| | | | | | | | | | | | | Gentoo was not able to build bios.bin (of 128k size) for a while. This change disables modern ACPI_PARSE (mmio), AHCI and NVME drivers to fit into 128K. Newer bios is unchanged and is still 256K with all the features. Reported-by: Bernd Closes: https://bugs.gentoo.org/780399 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-firmware/seabios: tweak linker script for binutils-2.36Sergei Trofimovich2021-04-302-0/+13
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-firmware/seabios: use tool-prefixed strip and cppSergei Trofimovich2021-04-301-0/+168
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-firmware/seabios: eutils--Sam James2021-04-163-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/seabios: version bump to 1.14.0Matthias Maier2021-04-042-0/+168
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/seabios: drop oldMatthias Maier2021-04-044-452/+0
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/seabios: Stabilize 1.12.0 ppc, #769383Sam James2021-02-161-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/seabios: Support USE=-binary on non-x86Luke Dashjr2021-01-041-0/+171
| | | | | | | | | | | | | | For non-x86 platforms, building from source can be done using a cross-compiler provided by crossdev. Also adjusts arch package.use.{force,mask} as appropriate. Tested on a Talos II / POWER9v2 running ppc64 Closes: https://bugs.gentoo.org/763303 Closes: https://github.com/gentoo/gentoo/pull/15189 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/seabios: update python compatMatthias Maier2020-12-284-4/+4
| | | | | | Closes: https://bugs.gentoo.org/718534 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/seabios: 1.12.0 ppc64 stable, bug #750047Georgy Yakovlev2020-11-061-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-firmware/seabios: arm64 stable (bug #738056)Sam James2020-08-191-1/+1
| | | | | Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-264-4/+4
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-firmware/seabios: Remove py2 where possibleMichał Górny2020-02-104-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-054-8/+8
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware: Remove *-fbsd KEYWORDSMichał Górny2019-10-114-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/seabios: Support USE=-binary on non-x86Luke Dashjr2019-09-211-8/+34
| | | | | | | | | | | | For non-x86 platforms, building from source can be done using a cross-compiler provided by crossdev. Also adjusts arch package.use.{force,mask} as appropriate. Tested on a Talos II / POWER9 running ppc64 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* */*: Reassign cardoe's packagesMichał Górny2019-09-131-4/+0
| | | | | Bug: https://bugs.gentoo.org/58120 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/seabios: x86 stable wrt bug #678906Agostino Sarubbo2019-08-191-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-firmware/seabios: amd64 stable wrt bug #678906Agostino Sarubbo2019-08-181-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-firmware/seabios: [QA] avoid duplicate fileMatthias Maier2019-08-083-2/+2
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/seabios: version bump to 1.12.0Matthias Maier2019-07-282-0/+147
| | | | | | | | | * Version bump to 1.12.0 * Actually use Redhat's "1.12.1" version for USE=binary Closes: https://bugs.gentoo.org/675754 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* */*: Drop python3_4 from PYTHON_COMPATMichał Górny2019-04-163-3/+3
| | | | | Closes: https://github.com/gentoo/gentoo/pull/11706 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/seabios: Actually use iasl to rebuild hex filesLuke Dashjr2018-11-111-0/+145
| | | | | | | | | | Fixed build to actually use sys-power/iasl (rather than using bundled pre-compiled hex files). Generated hex files do not match, so to be sure, I revbumped the ebuild version. Closes: https://github.com/gentoo/gentoo/pull/9182 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sys-firmware/seabios: amd64 stable wrt bug #658180Mikle Kolyada2018-06-231-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-firmware/seabios: x86 stable (bug #658180)Thomas Deutschmann2018-06-181-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-firmware/seabios: change maintainerMatthias Maier2018-06-091-3/+3
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9