From f65ed451863417c85be555903377218cb0aac855 Mon Sep 17 00:00:00 2001 From: Sipke Vriend Date: Mon, 13 May 2013 15:59:05 +1000 Subject: 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 --- meta-zedboard/conf/machine/zedboard.conf | 4 ++-- meta-zedboard/recipes-kernel/linux/linux-xlnx.inc | 2 +- meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'meta-zedboard') 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 @@ # http://www.zedboard.org/ # Versions corresponding to zedboard documentation -PREFERRED_VERSION_linux-xlnx ?= "3.6%" -PREFERRED_VERSION_u-boot-xlnx ?= "v2012.10%" +PREFERRED_VERSION_linux-xlnx ?= "3.8%" +PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" require conf/machine/include/tune-zynq.inc 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:" # Config fragments are either under # meta-xilinx/kernel-recipes for common fragments, or # meta-xilinx/meta-/kernel-recipes for board specific fragments -SRC_URI += "file://xilinx_zynq_defconfig.cfg" +SRC_URI_append_zedboard += "file://xilinx_zynq_defconfig_${LINUX_VERSION}.cfg" SRC_URI_append_zedboard += "file://nortc.cfg" KERNEL_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 @@ # CONFIG_RTC_DRV_ISL1208 is not set # CONFIG_RTC_DRV_ISL12022 is not set # CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set # CONFIG_RTC_DRV_PCF8563 is not set # CONFIG_RTC_DRV_PCF8583 is not set # CONFIG_RTC_DRV_M41T80 is not set @@ -67,9 +68,11 @@ # CONFIG_RTC_DRV_BQ4802 is not set # CONFIG_RTC_DRV_RP5C01 is not set # CONFIG_RTC_DRV_V3020 is not set +# CONFIG_RTC_DRV_DS2404 is not set # # on-CPU RTC drivers # # CONFIG_RTC_DRV_PL030 is not set # CONFIG_RTC_DRV_PL031 is not set +# CONFIG_RTC_DRV_SNVS is not set -- cgit v1.2.3-54-g00ecf