aboutsummaryrefslogtreecommitdiffstats
path: root/conf
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-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: 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-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-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-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-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-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-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-19virtex-4-ml405-powerpc-405: Add new machine configuration file.dannyElvis Dowson
This commit - adds a new machine configuration file for the Xilinx ML405 development platform for a single PowerPC405 processor with an APU FPU hardware floating point unit instantiated on the PL side, - deletes the previous virtex4.conf machine configuration file. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-04-19virtex-4: Add support for virtex-4 SOC family.Elvis Dowson
This commit - adds support for virtex-4 SOC family, - adds support for specifying virtex-4 default providers, - adds support for specifying virtex-4 default settings. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-04-05tune-microblaze: Reorder PKGARCH suffixesNathan Rossi
* Move math suffixes after all existing suffixes Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-04-05tune-microblaze: RefactoredSipke Vriend
* Added features with CFLAG mappings * Added version features for v7.3-.a to v8.50.a * Added MicroBlaze PACKAGE_ARCH expansion e.g. "microblazeel-v830-cmp" Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-04-05machine:MB BE: change serial console to ttyS0Jason Wu
Assuming it is using uart16550 ip core Signed-off-by: Jason Wu <huanyu@xilinx.com>
2013-04-05machine:MB LE: change serial console to ttyS0Jason Wu
Assuming it is using uart16550 ip core Signed-off-by: Jason Wu <huanyu@xilinx.com>
2013-04-05Added 'microblazeel' machine and tune configuration.Nathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-04-05Added 'microblaze' machine and tune configuration.Nathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@petalogix.com>
2013-04-05microblaze: Delete old microblaze architecture and machine definitions.Elvis Dowson
This commit deletes the old microblaze architecture and machine definitions before importing newer microblaze tune files and machine configurations from git://git.xilinx.com/yocto/meta-xilinx Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-03-19layer.conf: avoid unnecessary early expansion with :=Christopher Larson
bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-03-18zynq-7: Add support for Xilinx ZC706 development platform.Elvis Dowson
This commit adds initial support for the Xilinx ZC706 development platform. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-03-18zynq-7: Add support for Xilinx ZC702 development platform.Elvis Dowson
This commit adds initial support for the Xilinx ZC702 development platform. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2013-03-18zynq-7: Add support for Xilinx Zynq-7 base definitions.Elvis Dowson
This commit adds the initial base definitions for the Xilinx Zynq-7 SOC. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-12-14virtex-5-default-versions: Set linux-libc-headers version to 3.3.Elvis Dowson
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-12-14virtex-5-ml507-powerpc-440: Add new machine configuration file.Elvis Dowson
This commit - adds a new machine configuration file for the Xilinx ML507 development platform for a single PowerPC440 processor with an APU FPU hardware floating point unit instantiated on the PL side, - deletes the previous virtex5.conf machine configuration file. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-12-08virtex-5: Add support for virtex-5 SOC family.Elvis Dowson
This commit - adds support for virtex-5 SOC family, - adds support for specifying virtex-5 default providers, - adds support for specifying virtex-5 default settings. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-10-08virtex5: Update configuration to indicate the absence of a real-time ↵201210092220-xilinx-ml507-ppc440201210082240-xilinx-ml507-ppc440Elvis Dowson
hardware clock. This commit adds the MACHINE_FEATURE_BACKFILL_CONSIDERED = "rtc" config to indicate the absence of a real-time hardware clock. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-10virtex5: Update MACHINE_FEATURES.Elvis Dowson
* Update MACHINE_FEATURES to add ext3, keyboard and serial. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-10tune-ppc440e: Add tune-ppc440e file.Elvis Dowson
* Tune option for ppc440e with hard-float. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>