summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/arria10.conf16
-rw-r--r--conf/machine/arria5.conf9
-rw-r--r--conf/machine/cyclone5.conf12
3 files changed, 28 insertions, 9 deletions
diff --git a/conf/machine/arria10.conf b/conf/machine/arria10.conf
index 5cda0eb..d5f3427 100644
--- a/conf/machine/arria10.conf
+++ b/conf/machine/arria10.conf
@@ -4,9 +4,19 @@
4 4
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7PREFERRED_VERSION_u-boot-socfpga ?= "2014.10" 7PREFERRED_VERSION_u-boot-socfpga ?= "v2014.10%"
8UBOOT_MACHINE = "socfpga_arria10_defconfig"
9 8
10KMACHINE = "arria10" 9UBOOT_CONFIG ??= "arria10-socdk"
10
11UBOOT_CONFIG[arria10-socdk] = "socfpga_arria10_defconfig"
12UBOOT_CONFIG[arria10-socdk-nand] = "socfpga_arria10_nand_defconfig"
13UBOOT_CONFIG[arria10-socdk-qspi] = "socfpga_arria10_qspi_defconfig"
11 14
15KMACHINE = "arria10"
12 16
17# Default kernel devicetrees
18KERNEL_DEVICETREE ?= "\
19 socfpga_arria10_socdk_sdmmc.dtb \
20 socfpga_arria10_socdk_qspi.dtb \
21 socfpga_arria10_socdk_nand.dts \
22 "
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf
index 1cf893f..a04f2d5 100644
--- a/conf/machine/arria5.conf
+++ b/conf/machine/arria5.conf
@@ -4,7 +4,7 @@
4 4
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7PREFERRED_VERSION_u-boot-socfpga ?= "2016.05%" 7PREFERRED_VERSION_u-boot-socfpga ?= "v2016.11%"
8 8
9UBOOT_CONFIG ??= "arria5-socdk" 9UBOOT_CONFIG ??= "arria5-socdk"
10 10
@@ -13,7 +13,10 @@ UBOOT_CONFIG[arria5-socdk] = "socfpga_arria5_defconfig"
13KMACHINE = "arria5" 13KMACHINE = "arria5"
14 14
15# Default kernel devicetrees 15# Default kernel devicetrees
16KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb" 16KERNEL_DEVICETREE_arria5 ?= " \
17 socfpga_arria5_socdk.dtb \
18 "
17 19
18# Add support for SDCARD creation 20# Add support for SDCARD creation
19IMAGE_CLASSES += "image_types_socfpga" 21IMAGE_CLASSES += "sdcard_image-socfpga"
22SOCFPGA_SDIMG_PARTITION_COMMAND = "generate_sdcard_partitions_v2016_11_and_newer"
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf
index d28fbe7..1c4586e 100644
--- a/conf/machine/cyclone5.conf
+++ b/conf/machine/cyclone5.conf
@@ -4,7 +4,7 @@
4 4
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7PREFERRED_VERSION_u-boot-socfpga ?= "2016.05%" 7PREFERRED_VERSION_u-boot-socfpga ?= "v2016.11%"
8 8
9UBOOT_CONFIG ??= "cyclone5-socdk" 9UBOOT_CONFIG ??= "cyclone5-socdk"
10 10
@@ -18,8 +18,14 @@ UBOOT_CONFIG[sr1500] = "socfpga_sr1500_defconfig"
18KMACHINE = "cyclone5" 18KMACHINE = "cyclone5"
19 19
20# Default kernel devicetrees 20# Default kernel devicetrees
21KERNEL_DEVICETREE ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb socfpga_cyclone5_de0_sockit.dtb" 21KERNEL_DEVICETREE ?= "\
22 socfpga_cyclone5_socdk.dtb \
23 socfpga_cyclone5_sockit.dtb \
24 socfpga_cyclone5_socrates.dtb \
25 socfpga_cyclone5_de0_sockit.dtb \
26 "
22 27
23# Add support for SDCARD creation 28# Add support for SDCARD creation
24IMAGE_CLASSES += "image_types_socfpga" 29IMAGE_CLASSES += "sdcard_image-socfpga"
30SOCFPGA_SDIMG_PARTITION_COMMAND = "generate_sdcard_partitions_v2016_11_and_newer"
25 31