summaryrefslogtreecommitdiffstats
path: root/host-albatross (follow)
Commit message (Collapse)AuthorAgeLines
* host-albatross: Add firmware blobs for MT7961KWolfgang Müller2 days-0/+2
|
* host-albatross: Build GCC with fortranWolfgang Müller2024-04-14-2/+0
| | | | | This change was accidentally committed in d27f68b (kernel-5.4: Remove profile, 2024-03-23) but was meant to be only a temporary change.
* host-albatross: Include MediaTek bluetooth firmwareWolfgang Müller2024-04-14-0/+1
| | | | | We've started using the bluetooth stack on albatross, for which this is needed.
* kernel-5.4: Remove profileWolfgang Müller2024-03-23-0/+2
| | | | None of our systems run this series anymore.
* host-albatross: Enable lto USE flagWolfgang Müller2024-03-23-0/+1
| | | | This is needed alongside -flto in COMMON_FLAGS.
* host-albatross: Remove UNINSTALL_IGNORE overridesWolfgang Müller2024-03-23-4/+0
| | | | | | | | These were added in fefa5f2 (host-albatross: Avoid removing merged-usr symlinks, 2023-06-11) along with the migration of albatross to the merged-usr layout. Back then, no merged-usr profile was available to us, but with the addition of a hardened/systemd layout, this has now changed and therefore these lines can be safely removed.
* host-albatross: Use correct firmware for 7900XTXWolfgang Müller2024-02-24-1/+1
| | | | | | | | | | | | | | The Gentoo Wiki [1] seems to be wrong about which firmware blobs are needed for an up-to-date installation of linux-firmware, leading to the following error and, subsequently, a crash at bootup: kernel: amdgpu 0000:0d:00.0: Direct firmware load for amdgpu/gc_11_0_0_mes_2.bin failed with error -2 kernel: [drm] try to fall back to amdgpu/gc_11_0_0_mes.bin Replacing amdgpu/gc_11_0_0_mes.bin with amdgpu/gc_11_0_0_mes_2.bin or at least making the latter available makes it work again. [1] https://wiki.gentoo.org/wiki/AMDGPU#Firmware
* host-albatross: Enable ltoWolfgang Müller2024-01-08-1/+1
|
* host-albatross: Add firmware for RDNA3 7900 XTXWolfgang Müller2023-12-16-13/+13
|
* Remove 'cgroup' feature from make.confWolfgang Müller2023-09-28-1/+1
| | | | | | | portage has removed the 'cgroup' feature as it was based on cgroups v1. Instead, the 'pid-sandbox' feature (which is enabled by default) is used to isolate the process space and enable cleanly killing all processes spawned by an ebuild.
* host-albatross: Avoid removing merged-usr symlinksWolfgang Müller2023-06-11-0/+4
|
* host-albatross: Use -march=native instead of -march=znver3Wolfgang Müller2022-11-08-1/+1
| | | | | Using -march=native selects options specifically detected for the CPU, and not only a lowest-common base for the entire Zen 3 lineup.
* host-albatross: Revert to upstream sorting in firmware savedconfigWolfgang Müller2022-06-11-11/+11
| | | | | | | sys-kernel/linux-firmware overwrites the savedconfig file every time it is installed. Since the sorting order there is different, the file changes every time linux-firmware is installed. Revert to upstream sorting so we don't have to deal with non-functional changes in there.
* host-albatross: Add profile for albatrossWolfgang Müller2022-04-28-0/+46
This is our new desktop system, replacing nabokov.