device-raspberry-pi5: add more modules to initfs to fix fde (MR 6536)
From my testing the different modules are roughly needed due to: * Without the aes stuff unlock fails with trusted_key: encrypted_key: failed to alloc_cipher (-2) * Without i2c_brcmstb hdmi fails to come up due to missing dependencies: platform axi:gpu: deferred probe pending: (reason unknown) * The sound stuff also seems to be a dependency of the drm hdmi driver Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6536
This commit is contained in:
parent
2fafb5aaf6
commit
29b28552a0
2 changed files with 13 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: winbo-yml-exe <winbo.yml@proton.me>
|
||||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-raspberry-pi5
|
||||
pkgver=3
|
||||
pkgver=4
|
||||
pkgrel=0
|
||||
pkgdesc="Raspberry Pi 5"
|
||||
url="https://postmarketos.org"
|
||||
|
|
@ -61,7 +61,7 @@ plasma_bigscreen() {
|
|||
|
||||
sha512sums="
|
||||
d4a8ed99267685ec808a15fac1ea368d7302626eb65e4f347e793c9ff1d570e593b68fc96320613e5d24c49a41032c4e7655c720668eccddc69bc4c6f3a19fe0 deviceinfo
|
||||
e3515cf9f41807917eac1f7663e0131bd18783824facf15f2bb0381635bf6d9a0c334f3786b6fb76d01469de6449878c871f8b747f45e9e3cee77699905cf319 modules-initfs
|
||||
1c89943bcf0d26244211b52774de8453780d246e35c5cb5cb15012741128ceed646ae9ab7adc47221e53bfeb65c68130d21cdf9c3d7e9f4d57c5d0d889300f8c modules-initfs
|
||||
4e832421e47dd0faf443a7a949aae83cc6d4a80fd816df5c6d9d72ac4ae23f803863b9b63903a14b18ae585e6abc5c8703376a003967b74dc30040dc544aa2e9 usercfg.txt
|
||||
7525e0b287ba6f48cbf8ff5c0d1c5856dd832265e7b58732a7f733c7a6d894a60abbbd7dad582f1cb546a393a72be8770617ddc4320ac5e32c89c30611caceb9 cmdline.txt
|
||||
7e5505cb07d5b4a81bd28443d508336b5c547356538f1c06f91ed93ad0d7d456d4f74f1d24df5a2e08c17e74f0a66607352ac4874e967e9a91dfec9522d2d58d 95-vchiq-permissions.rules
|
||||
|
|
|
|||
|
|
@ -1 +1,12 @@
|
|||
aes_ce_blk
|
||||
aes_ce_cipher
|
||||
drm
|
||||
drm_display_helper
|
||||
drm_dma_helper
|
||||
drm_kms_helper
|
||||
i2c_brcmstb
|
||||
libaes
|
||||
snd
|
||||
snd_soc_core
|
||||
snd_soc_hdmi_codec
|
||||
vc4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue