diff options
-rw-r--r-- | host-kestrel/make.conf | 29 | ||||
-rw-r--r-- | host-kestrel/package.use/90-host-kestrel | 1 | ||||
-rw-r--r-- | host-kestrel/savedconfig/sys-kernel/linux-firmware | 29 |
3 files changed, 59 insertions, 0 deletions
diff --git a/host-kestrel/make.conf b/host-kestrel/make.conf new file mode 100644 index 0000000..e635080 --- /dev/null +++ b/host-kestrel/make.conf @@ -0,0 +1,29 @@ +COMMON_FLAGS="-march=native -O2 -pipe -flto" +CFLAGS="${COMMON_FLAGS}" +CXXFLAGS="${COMMON_FLAGS}" +FCFLAGS="${COMMON_FLAGS}" +FFLAGS="${COMMON_FLAGS}" +RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native" +USE="lto" + +CPU_FLAGS_X86="aes avx avx2 avx512_bf16 avx512_bitalg avx512_vbmi2 avx512_vnni avx512_vp2intersect avx512_vpopcntdq avx512bw avx512cd avx512dq avx512f avx512ifma avx512vbmi avx512vl f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 vpclmulqdq" + +DISTDIR="/var/portage/distfiles" +PKGDIR="/var/portage/binpkgs" + +MAKEOPTS="-j32" + +PORT_LOGDIR="/var/log/portage/" +PORTAGE_ELOG_CLASSES="log warn error" +PORTAGE_ELOG_SYSTEM="echo save:*" +PORTAGE_COMPRESS="" + +EMERGE_DEFAULT_OPTS="--color=n --ask --alert --autounmask-write=n --jobs 4 --load-average 8" + +VIDEO_CARDS="amdgpu radeonsi" + +FEATURES="clean-logs compress-build-logs downgrade-backup mount-sandbox parallel-install split-elog split-log" + +# This sets the language of build output to English. +# Please keep this setting intact when reporting bugs. +LC_MESSAGES=C.utf8 diff --git a/host-kestrel/package.use/90-host-kestrel b/host-kestrel/package.use/90-host-kestrel new file mode 100644 index 0000000..dcc7d0c --- /dev/null +++ b/host-kestrel/package.use/90-host-kestrel @@ -0,0 +1 @@ +x11-libs/libdrm video_cards_radeon diff --git a/host-kestrel/savedconfig/sys-kernel/linux-firmware b/host-kestrel/savedconfig/sys-kernel/linux-firmware new file mode 100644 index 0000000..3afdaa1 --- /dev/null +++ b/host-kestrel/savedconfig/sys-kernel/linux-firmware @@ -0,0 +1,29 @@ +amd-ucode/microcode_amd_fam19h.bin +amdgpu/dcn_3_1_5_dmcub.bin +amdgpu/dcn_3_2_0_dmcub.bin +amdgpu/gc_10_3_6_ce.bin +amdgpu/gc_10_3_6_me.bin +amdgpu/gc_10_3_6_mec2.bin +amdgpu/gc_10_3_6_mec.bin +amdgpu/gc_10_3_6_pfp.bin +amdgpu/gc_10_3_6_rlc.bin +amdgpu/gc_11_0_0_imu.bin +amdgpu/gc_11_0_0_me.bin +amdgpu/gc_11_0_0_mec.bin +amdgpu/gc_11_0_0_mes1.bin +amdgpu/gc_11_0_0_mes_2.bin +amdgpu/gc_11_0_0_pfp.bin +amdgpu/gc_11_0_0_rlc.bin +amdgpu/psp_13_0_0_sos.bin +amdgpu/psp_13_0_0_ta.bin +amdgpu/psp_13_0_5_ta.bin +amdgpu/psp_13_0_5_toc.bin +amdgpu/sdma_5_2_6.bin +amdgpu/sdma_6_0_0.bin +amdgpu/smu_13_0_0.bin +amdgpu/vcn_3_1_2.bin +amdgpu/vcn_4_0_0.bin +mediatek/mt7925/BT_RAM_CODE_MT7925_1_1_hdr.bin +mediatek/mt7925/WIFI_MT7925_PATCH_MCU_1_1_hdr.bin +mediatek/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin +rtl_nic/rtl8126a-3.fw |