x13s-base: add GPU firmware to initramfs

this is needed to init the gpu on recent kernels (6.12.28+, 6.14.*)
This commit is contained in:
classabbyamp 2025-05-28 12:11:36 -04:00
parent 32b43c587c
commit 4d71439439
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 2 additions and 1 deletions

View file

@ -4,3 +4,4 @@ force_drivers+=" i2c_hid_of i2c_qcom_geni "
# display
force_drivers+=" leds_qcom_lpg pwm_bl qrtr pmic_glink_altmode gpio_sbu_mux panel_edp msm "
force_drivers+=" phy_qcom_qmp_combo pinctrl_sc8280xp gpucc_sc8280xp dispcc_sc8280xp phy_qcom_edp "
install_items+=" /usr/lib/firmware/qcom/sc8280xp/LENOVO/21BX/qcdxkmsuc8280.mbn "

View file

@ -1,6 +1,6 @@
# Template file for 'x13s-base'
pkgname=x13s-base
version=3
version=4
revision=1
archs="aarch64*"
depends="linux linux-firmware-qualcomm alsa-ucm-conf"