aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-11-19linux-netmodule-zx3: Add a seperate recipe for netmodule-zx3 kernelHEADmasterNathan Rossi
* Create a recipe for the netmodule-zx3 kernel, this avoids issues with the linux-xlnx recipes being overwritten with netmodule-zx3 source trees * Remove overrides on the linux-xlnx_3.14 recipe * Move defconfigs for ze7000-zynq7 and zx3-pm3-zynq7 machines into a kernel versioned sub directory * Update ze7000-zynq7 and zx3-pm3-zynq7 machines confs to point to linux-netmodule-zx3 as the default kernel provider Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
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-11-19zc706-pcie-trd-zynq7: Create a machine conf to represent this BSPNathan Rossi
* This BSP is for the ZC706 PCIe TRD * Re-use the zc706-zynq7 config via include * Rename the device-tree to match the machine name convention Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-11-19zc702-base-trd-zynq7: Create a machine conf to represent this BSPNathan Rossi
* This BSP is for the ZC702 Base TRD * Re-use the zc702-zynq7 config via include * Rename the device-tree to match the machine name convention Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-11-19conf/machine/microzed-zynq7: Set u-boot board config to 'zynq_microzed'Nathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-11-19microzed-zynq7: Re-organize device-treesNathan Rossi
* Re-organize the device-trees for the microZed board to provide a default device tree for generic boot purposes which defaults to ramdisk if the boot args are not overriden * Rename the board level dtsi to microzed-zynq7-board.dtsi so that the name of the default device-tree matches the name of the machine * Remove the including of the zynq7-base.dtsi from the board include to allow its reuse in other cases Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-11-19microzed-zynq7: Update machine configurationNathan Rossi
* Remove Kernel and U-Boot version specifiers, rely on machine-xilinx-default.inc to provide these * Remove MACHINE_KCONFIG fragments * blk-dev-ram.cfg - this config fragment is now provided by default in the meta-xilinx layer * disable-net-cadence.cfg - this config fragment is now provided by the meta-xilinx layer. Use the KERNEL_FEATURES variable to apply this config fragment for all linux-xlnx kernels as they have the EMACPS driver and it is preferred for the MicroZed Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-10-20zx3-pm3: sdhc: add supportDavid Andrey
Add SDCard support for the Enclustra PM3 Evalboard as board up from Rev D have this interface by default. Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-09-10readme: add zx3-pm3 board and notice for ze7000David Andrey
Add a link to an additional layer for the ZE7000 and the new supported Enclustra ZX3-PM3 board Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-09-10zx3: kernel: use repo instead of patch listDavid Andrey
Use own kernel repository during development instead of a patch list. Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-09-07ze7000: dts: clean-upDavid Andrey
Remove properties still defined in the dtsi, and explicit disable of some unused interfaces Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-08-22zx3: u-boot recipe for related boardsDavid Andrey
Add an U-Boot recipe for the ZX3-PM3 and the ZE7000. Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-08-22zx3-pm3: initial supportDavid Andrey
Add initial support for Enclustra ZX3 and Mars PM3 combination. Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-08-22ze7000: specify a default interface configDavid Andrey
Add a default network interface configuration for the ze7000-zynq7 machine Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-08-22ze7000: kernel 3.14 supportDavid Andrey
Update the ze7000-zynq7 machine to kernel 3.14 Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Guy Morand <guy.morand@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-08-11microzed: kernel config: force emacps net driverDavid Andrey
Avoid the kernel loading the Cadence MAC driver by disabling it in the kernel configuration. Remains the Xilinx emacps driver, the one we need. Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-08-11microzed: kernel config: increase ram dev sizeDavid Andrey
Increase the RAM device block size to allow bigger RamDisk FS image Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-08-11microzed: kernel: update to 3.14David Andrey
Use Xilinx kernel 3.14 for the Microzed board instead of the 3.10 Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-08-11linux-xlnx: Remove 3.8 kernel bbappend.Elvis Dowson
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-05-02README: Update list of supported machines configurations to include ZC702, ↵doraElvis Dowson
ZC706, MicroZed and ZE7000. This commit: - updates the list of supported machine configurations to include ZC702, ZC706, MicroZed and ZE7000. - updates the section on contributing to the meta-xilinx-community layer. 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-05-02virtex5: Refactor virtex5 machine in terms of file naming conventions.Elvis Dowson
This commit: - refactors virtex5 machine in terms of file naming conventions, aligned with meta-xilinx layer. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-05-02virtex4: Refactor virtex4 machine in terms of file naming conventions.Elvis Dowson
This commit: - refactors virtex4 machine in terms of file naming conventions, aligned with meta-xilinx layer. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-05-02machine/boards: Fix microzed folder name.Elvis Dowson
This commit: - renames the microzed-zynq7 folder to microzed - fixes the reference to zynq7-base.dtsi in file microzed-zynq7.dtsi Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-05-02machine/boards: Fix naming and references to common dtsi files.Elvis Dowson
This commit: - fixes naming and references to common dtsi files, to match the changes made to the meta-xilinx layer, commit id: 5a855ebf003e2f582634a7c46320e7c9745a7c14 Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-05-02ze7000: Add mmc supportStefan Eichenberger
Add mmc support to the ze7000 device. Signed-off-by: Stefan Eichenberger <stefan.eichenberger@netmodule.com>
2014-05-02linux-xlnx-3.8: Fix for build error ze7000-zynq7Stefan Eichenberger
ERROR: ExpansionError during parsing /home/eichenberger/projects/ze7000/poky/meta-xilinx/recipes-kernel/linux/linux-xlnx_3.8.bb: Failure expanding variable do_fetch[file-checksums], expression was ${@bb.fetch.get_checksum_file_list(d)} which triggered exception MalformedUrl: The URL: '${PATCH_LIST_ze7000-zynq7}' is invalid and cannot be interpreted Signed-off-by: Stefan Eichenberger <stefan.eichenberger@netmodule.com>
2014-04-28linux-xlnx-3.8: Fix build errors for machines other than ze7000-zynq7.Elvis Dowson
This commit resolves the following error: ERROR: ExpansionError during parsing /tool/yocto/meta-xilinx/recipes-kernel/ linux/linux-xlnx_3.8.bb: Failure expanding variable do_fetch[file-checksums], expression was ${@bb.fetch.get_checksum_file_list(d)} which triggered exception MalformedUrl: The URL: '${PATCH_LIST}' is invalid and cannot be interpreted. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-04-28linux-xlnx: Remove debug messagesStefan Eichenberger
Remove two debug messages during parsing. Signed-off-by: Stefan Eichenberger <stefan.eichenberger@netmodule.com>
2014-04-25ze7000-zynq7: Refactor machine name.Elvis Dowson
This commit: - refactors the machine name from zynq-ze7000 to ze7000-zynq7. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-04-25ze7000: Add machineStefan Eichenberger
Add a machine configuration for the ze7000 development platform (NetModule) based on the zx3 system on module (Enclustra). Signed-off-by: Stefan Eichenberger <stefan.eichenberger@netmodule.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>
2014-02-14classes: Remove meta-xilinx-community layer integration support with Xilinx ↵Elvis Dowson
toolchain. This commit: - temporarily removes the integration with the Xilinx toolchain. This integration will be re-introduced in a future commit. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-02-14conf/distro: Remove support for external xilinx toolchain.Elvis Dowson
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-02-14conf/bblayers.conf.sample: Update sample to layer configuration version 6.Elvis Dowson
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-02-14conf/machine: Remove redundant machine configurations.Elvis Dowson
This commit: - removes the redundant machine configurations for the ZC702, ZC706, ZedBoard and MicroBlaze. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-02-14meta-xilinx-community: Delete local recipes to layer on top of meta-xilinx.Elvis Dowson
This commit: - deletes all core, kernel and bsp recipes to prepare for layering on top of the offical meta-xilinx layer. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-02-14microzed: net: specific network configurationDavid Andrey
Define a appropriate network/interface file for the board Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2014-02-14microzed: create machine configurationDavid Andrey
Create a machine configuration for the Avnet microZed board. See microzed.org for more details DTS file is based on the file provided with the board. Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-04-20linux-xilinx-3.6: Add zynq-7-zedboard.dts file.edowson/xilinx-zc702-gcc-4.7Elvis Dowson
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-04-20linux-xilinx-3.6: Update recipe to xilinx-v14.4 tag.Elvis Dowson
This commit - updates the recipe to the xilinx-v14.4 tag with commit id 04d9378881401e71f83b8b4fea0abd71d33b4052 (from git://git.xilinx.com/linux-xlnx.git) - adds support for HDMI output using the Xylon FrameBuffer, as described in the Zynq Base TRD 14.4 (see http://www.wiki.xilinx.com/Zynq+Base+TRD+14.4) - updates the defconfig file using zynq_base_trd_defconfig file from the Zynq Base TRD 14.4 - adds a zynq-7-ac702-hdmi-xylon-hdmi.dts file, which is a copy of the zynq_base_trd.dts file from the Zynq Base TRD 14.4 Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-04-20zynq-7: Add support for Avnet Zynq Evaluation and Development Board (ZedBoard).Elvis Dowson
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-04-20linux-xilinx-3.3: Update recipe to use SRCREV and remove un-supported ↵Elvis Dowson
machine configurations. This commit: - adds summary and description for the linux-xilinx-3.3 recipe - updates the linux-xilinx_3.3 recipe to use SRCREV - removes un-supported machine configurations virtex5mb, spartan6-sp605 and spartan6-lx9mb Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-04-20Remove xilinx-default-revisions.incElvis Dowson
This commit - removes the xilinx-default-revisions.inc file so that you can specify commit ids using SRCREV instead of SRCREV_pn-${PN}, in u-boot and linux recipes. - removes the reference to xilinx-default-versions.inc from conf/layer.conf - updates u-boot-xilinx_2012.10 recipe to use SRCREV - updates u-boot-xilinx_git recipe to use SRCREV - updates linux-xilinx_3.6 recipe to use SRCREV Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-04-19recipes-core/util-linux: Update to util-linux-2.22.2.bbappendedowson/xilinx-ml507-gcc-4.7Elvis Dowson
This commit - updates the recipe over-ride to match util-linux-2.22.2 - refactors the microblaze patch to take into account the change in the top-level directory 'fdisk' to 'fdisks' Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-04-19recipes-devtools/gnu-config: Update to gnu-config_20120814.bbappendElvis Dowson
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-04-19recipes-core/gettext: Remove recipe override.Elvis Dowson
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-04-19db: Remove recipe overrideNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> This patch was imported from the Xilinx git repository (git://github.com/Xilinx/meta-xilinx), master branch, commit id 1b3ba7ccc0e7c1c803270b3f2e39cebef679767c Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>