summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2016-03-14 09:20:04 -0700
committerDalon Westergreen <dwesterg@gmail.com>2016-03-14 09:20:04 -0700
commit3d03ad610c5cfa24a5d1302691f0764a0df391c8 (patch)
tree6ce3833ecca4e06b459200a4ad7ec8e86ebe16ac /recipes-kernel/linux
parent4af0126039e5a91f309d175570140e9b74491542 (diff)
downloadmeta-altera-3d03ad610c5cfa24a5d1302691f0764a0df391c8.tar.gz
Add support for the Stratix10 SW Virtual Platform
-> New machine stratix10swvp -> update linux-altera-configs to use the single defconfig provided for all arm64 platforms -> updata linux-altera.inc to point to the correct dtb for s10swvp
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-altera-configs.inc2
-rw-r--r--recipes-kernel/linux/linux-altera.inc1
2 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera-configs.inc b/recipes-kernel/linux/linux-altera-configs.inc
index 3e4fd8b..dcb1469 100644
--- a/recipes-kernel/linux/linux-altera-configs.inc
+++ b/recipes-kernel/linux/linux-altera-configs.inc
@@ -1,3 +1,5 @@
1 1
2KBUILD_DEFCONFIG ?= "socfpga_defconfig" 2KBUILD_DEFCONFIG ?= "socfpga_defconfig"
3KBUILD_DEFCONFIG_stratix10swvp ?= "defconfig"
4
3KCONFIG_MODE ?= "--alldefconfig" 5KCONFIG_MODE ?= "--alldefconfig"
diff --git a/recipes-kernel/linux/linux-altera.inc b/recipes-kernel/linux/linux-altera.inc
index a2ece92..c2add2f 100644
--- a/recipes-kernel/linux/linux-altera.inc
+++ b/recipes-kernel/linux/linux-altera.inc
@@ -28,6 +28,7 @@ SRC_URI = "${KERNEL_REPO};protocol=${KERNEL_PROT};branch=${KBRANCH}"
28KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb socfpga_cyclone5_de0_sockit.dtb" 28KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb socfpga_cyclone5_de0_sockit.dtb"
29KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb" 29KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb"
30KERNEL_DEVICETREE_arria10 ?= "socfpga_arria10_socdk_sdmmc.dtb socfpga_arria10_socdk_qspi.dtb socfpga_arria10_swvp.dtb" 30KERNEL_DEVICETREE_arria10 ?= "socfpga_arria10_socdk_sdmmc.dtb socfpga_arria10_socdk_qspi.dtb socfpga_arria10_swvp.dtb"
31KERNEL_DEVICETREE_stratix10swvp ?= "altera/stratix10_swvp.dtb"
31 32
32require recipes-kernel/linux/linux-yocto.inc 33require recipes-kernel/linux/linux-yocto.inc
33require linux-altera-configs.inc 34require linux-altera-configs.inc