aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-xlnx_3.10.bbappend
AgeCommit message (Collapse)Author
2014-11-19linux-xlnx_3.10: Move defconfigs for TRD machinesNathan Rossi
* Move the defconfig for the TRD machines into the linux-xlnx/${KERNEL_VERSION}/*/defconfig path * Remove use of MACHINE_KCONFIG * linux-xlnx kernel uses linux-yocto recipe for configuration and automatically picks up defconfig files in the ${WORKDIR} * Remove the defconfig from conf/machine/boards/common/linux/ Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-05-02linux-xlnx_3.10: Fix reference to devicetree file common/zynq7-base-trd.dtsiElvis Dowson
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-04-25zc706-zynq7: Add devicetree support for graphical boot using Xylon FB using ↵Elvis Dowson
the ZC706 PCIe Base TRD v14.7 z7_pcie-trd.bit file. This commit: - adds a zc706-zynq7-pcie-trd.dts devicetree file to support graphical boot using the Xylon FB, using the z7_pcie_trd.bit file from ZC706 PCIe TRD 14.7. You must create a BOOT.bin file by taking the zynq_fsbl.elf and z7_pcie_trd.bit from the ZC706 PCIe TRD 14.7 pre-built images, and use the u-boot.elf from a yocto build. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-04-23zc702-zynq7: Refactor zc702-zynq7-base-trd.dtsElvis Dowson
This commit: - refactors the ZC702 Base TRD devicetree to layer on top of the meta-xilinx zynq-7-base.dtsi and zc702-zynq7-board.dtsi files. This devicetree file is based on the zynq-zc702-base-trd.dts file from linux-xlnx xilinx-v2013.4-trd tag. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-04-12zc702-zynq7: Add devicetree and kernel config support for graphical boot ↵Elvis Dowson
using Xylon FB using the Zynq Base TRD 14.5 BOOT.bin file. This commit: - adds a xilinx_zynq_base_trd_defconfig_3.10.cfg kernel config file - adds a zynq-zc702-base-trd.dts devicetree file to support graphical boot using the Xylon FB, using the BOOT.bin file from Zynq Base TRD 14.5 (2013.1). These files were taken from linux-xlnx commit efc27505715e64526653f35274717c0fc56491e3. The Zynq Base TRD 14.5 (2013.1) can be downloaded from http://www.wiki.xilinx.com/Zynq+Base+TRD+14.5 Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>