summaryrefslogtreecommitdiffstats
path: root/bsp/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bbappend
blob: 0f516c7843509cce1b40a3bf7d822e661e118c63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# N1SDP MACHINE specific configurations
#

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.4:"

# Apply N1SDP specific patches
SRC_URI_append_n1sdp = " \
    git://git.linaro.org/landing-teams/working/arm/device-tree.git;name=dts;nobranch=1;destsuffix=git/arch/arm64/boot/dts \
    file://0001-TMP-iommu-arm-smmu-v3-Ignore-IOPF-capabilities.patch \
    file://0002-pci_quirk-add-acs-override-for-PCI-devices.patch \
    file://0003-pcie-Add-quirk-for-the-Arm-Neoverse-N1SDP-platform.patch \
    file://0004-n1sdp-update-n1sdp-pci-quirk-for-SR-IOV-support.patch \
    file://disable-extra-fw.cfg \
    "

# Referring to commit TAG N1SDP-2020.03.26
SRCREV_n1sdp  = "137cccb0843e63b031acf67d1ca4f6447b8c417c"
SRCREV_dts_n1sdp = "3209a868152f348194cc1f20fd87c759d3a97d45"

# Use intree defconfig
KBUILD_DEFCONFIG_n1sdp = "defconfig"

# Since the intree defconfig in n1sdp kernel repository is not setting all the configs,
# KCONFIG_MODE is set to "alldefconfig" to properly expand the defconfig.
KCONFIG_MODE_n1sdp = "--alldefconfig"

COMPATIBLE_MACHINE_n1sdp = "n1sdp"