linux56-tkg: Arch config sets CONFIG_EFI_DISABLE_PCI_DMA, which seems to break boot on some configurations. Let's override this and disable it as we did in our own config.

Fixes https://github.com/Tk-Glitch/PKGBUILDS/issues/540
This commit is contained in:
Tk-Glitch 2020-04-01 20:12:14 +02:00
parent b1950459bb
commit 4606c22f72
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ pkgname=("${pkgbase}" "${pkgbase}-headers")
_basekernel=5.6 _basekernel=5.6
_sub=1 _sub=1
pkgver="${_basekernel}"."${_sub}" pkgver="${_basekernel}"."${_sub}"
pkgrel=3 pkgrel=4
pkgdesc='Linux-tkg' pkgdesc='Linux-tkg'
arch=('x86_64') # no i686 in here arch=('x86_64') # no i686 in here
url="http://www.kernel.org/" url="http://www.kernel.org/"
@ -131,7 +131,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-${_basekernel}.tar.x
) )
sha256sums=('e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622' sha256sums=('e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622'
'75adbc3fae5ddd49e9292e9d0816f230c8bff3efd35dd2c06c3c9330c480d4ef' '75adbc3fae5ddd49e9292e9d0816f230c8bff3efd35dd2c06c3c9330c480d4ef'
'cdcab2af044fc7a30065782066eb1e85b2e5a1842841e03ab9923394043d90ec' 'b0e40c7d0be7fa64f9bdcb0d56d3f055b1ceff60c4a6c83fa972db329af1ff0d'
'31dc68e84aecfb7d069efb1305049122c65694676be8b955634abcf0675922a2' '31dc68e84aecfb7d069efb1305049122c65694676be8b955634abcf0675922a2'
'd02bf5ca08fd610394b9d3a0c3b176d74af206f897dee826e5cbaec97bb4a4aa' 'd02bf5ca08fd610394b9d3a0c3b176d74af206f897dee826e5cbaec97bb4a4aa'
'9447bdd83f43e65f713fb4ec583203da929cb2b2fea808aad575b3fefb2fd531' '9447bdd83f43e65f713fb4ec583203da929cb2b2fea808aad575b3fefb2fd531'

View File

@ -712,7 +712,7 @@ CONFIG_EFI_CAPSULE_LOADER=m
CONFIG_APPLE_PROPERTIES=y CONFIG_APPLE_PROPERTIES=y
# CONFIG_RESET_ATTACK_MITIGATION is not set # CONFIG_RESET_ATTACK_MITIGATION is not set
CONFIG_EFI_RCI2_TABLE=y CONFIG_EFI_RCI2_TABLE=y
CONFIG_EFI_DISABLE_PCI_DMA=y # CONFIG_EFI_DISABLE_PCI_DMA is not set
# end of EFI (Extensible Firmware Interface) Support # end of EFI (Extensible Firmware Interface) Support
CONFIG_UEFI_CPER=y CONFIG_UEFI_CPER=y