summaryrefslogtreecommitdiffstats
path: root/meta-zedboard
diff options
context:
space:
mode:
authorSipke Vriend <sipke.vriend@xilinx.com>2013-05-13 15:59:05 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2013-05-13 15:59:05 +1000
commitf65ed451863417c85be555903377218cb0aac855 (patch)
tree825bc9f02fef879b261f2cd2381da493995b28b2 /meta-zedboard
parent9c4a2b8a112d9d600a7e96234e1dc27773e3bce9 (diff)
downloadmeta-xilinx-f65ed451863417c85be555903377218cb0aac855.tar.gz
Adjust preferred zynq linux to 3.8 and uboot to v2013.01.
Add UIMAGE load address and configs for 3.8 kernel. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'meta-zedboard')
-rw-r--r--meta-zedboard/conf/machine/zedboard.conf4
-rw-r--r--meta-zedboard/recipes-kernel/linux/linux-xlnx.inc2
-rw-r--r--meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg3
3 files changed, 6 insertions, 3 deletions
diff --git a/meta-zedboard/conf/machine/zedboard.conf b/meta-zedboard/conf/machine/zedboard.conf
index 301b055f..1dd631d1 100644
--- a/meta-zedboard/conf/machine/zedboard.conf
+++ b/meta-zedboard/conf/machine/zedboard.conf
@@ -4,8 +4,8 @@
4# http://www.zedboard.org/ 4# http://www.zedboard.org/
5 5
6# Versions corresponding to zedboard documentation 6# Versions corresponding to zedboard documentation
7PREFERRED_VERSION_linux-xlnx ?= "3.6%" 7PREFERRED_VERSION_linux-xlnx ?= "3.8%"
8PREFERRED_VERSION_u-boot-xlnx ?= "v2012.10%" 8PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%"
9 9
10require conf/machine/include/tune-zynq.inc 10require conf/machine/include/tune-zynq.inc
11 11
diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc b/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc
index e5eefbe2..bcbfae7d 100644
--- a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc
+++ b/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc
@@ -5,7 +5,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:"
5# Config fragments are either under 5# Config fragments are either under
6# meta-xilinx/kernel-recipes for common fragments, or 6# meta-xilinx/kernel-recipes for common fragments, or
7# meta-xilinx/meta-<boardlayer>/kernel-recipes for board specific fragments 7# meta-xilinx/meta-<boardlayer>/kernel-recipes for board specific fragments
8SRC_URI += "file://xilinx_zynq_defconfig.cfg" 8SRC_URI_append_zedboard += "file://xilinx_zynq_defconfig_${LINUX_VERSION}.cfg"
9SRC_URI_append_zedboard += "file://nortc.cfg" 9SRC_URI_append_zedboard += "file://nortc.cfg"
10 10
11KERNEL_DEVICETREE_zedboard = "${S}/arch/arm/boot/dts/zynq-zed.dts" 11KERNEL_DEVICETREE_zedboard = "${S}/arch/arm/boot/dts/zynq-zed.dts"
diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg b/meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg
index 0402025c..b67c7a43 100644
--- a/meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg
+++ b/meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg
@@ -27,6 +27,7 @@
27# CONFIG_RTC_DRV_ISL1208 is not set 27# CONFIG_RTC_DRV_ISL1208 is not set
28# CONFIG_RTC_DRV_ISL12022 is not set 28# CONFIG_RTC_DRV_ISL12022 is not set
29# CONFIG_RTC_DRV_X1205 is not set 29# CONFIG_RTC_DRV_X1205 is not set
30# CONFIG_RTC_DRV_PCF8523 is not set
30# CONFIG_RTC_DRV_PCF8563 is not set 31# CONFIG_RTC_DRV_PCF8563 is not set
31# CONFIG_RTC_DRV_PCF8583 is not set 32# CONFIG_RTC_DRV_PCF8583 is not set
32# CONFIG_RTC_DRV_M41T80 is not set 33# CONFIG_RTC_DRV_M41T80 is not set
@@ -67,9 +68,11 @@
67# CONFIG_RTC_DRV_BQ4802 is not set 68# CONFIG_RTC_DRV_BQ4802 is not set
68# CONFIG_RTC_DRV_RP5C01 is not set 69# CONFIG_RTC_DRV_RP5C01 is not set
69# CONFIG_RTC_DRV_V3020 is not set 70# CONFIG_RTC_DRV_V3020 is not set
71# CONFIG_RTC_DRV_DS2404 is not set
70 72
71# 73#
72# on-CPU RTC drivers 74# on-CPU RTC drivers
73# 75#
74# CONFIG_RTC_DRV_PL030 is not set 76# CONFIG_RTC_DRV_PL030 is not set
75# CONFIG_RTC_DRV_PL031 is not set 77# CONFIG_RTC_DRV_PL031 is not set
78# CONFIG_RTC_DRV_SNVS is not set