summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux-xlnx: Default to branchless checkoutNathan Rossi2015-11-044-5/+6
| | | | | | | | | | The linux-xlnx git repository contains tags/commits that are orphaned and are not located on any branch. To handle this for the future where existing commits/tags may become orphaned setup the SRC_URI with nobranch=1 by default except in the case where tracking a branch instead of a specific commit. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* platform-init: v2014.4 is no longer on master branchManjukumar Matha2015-11-031-1/+1
| | | | | | | | Due to changes in embeddedsw repo, the v2014.4 tag is no longer on the master branch. This commit fixes the recipe accordingly. Signed-off-by: Manjukumar Matha <manjukum@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* machine-xilinx-*.inc: Not all MicroBlaze machines need device-treeNathan Rossi2015-09-242-2/+3
| | | | | | | * Not all MicroBlaze machines need the 'device-tree' dependency, move this to being a board common setup Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* qemumicroblaze: Remove device-tree usageNathan Rossi2015-09-243-408/+0
| | | | | | | | | * Remove the qemumicroblaze device-tree as instead of using a in layer device tree the device tree that is provided as part of QEMU is used * Update device-tree recipe removing the need for the runqemu compatiblity for qemumicroblaze Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* conf/machine/qemu*: Setup init-ifupdown for QEMU machinesNathan Rossi2015-09-242-0/+7
| | | | | | | | | * Using FILEOVERRIDES setup the init-ifupdown recipe to use the /etc/network/interfaces for the 'qemuarm' machine, this allows for the runqemu networking setup to specify the IP address via kernel parameters. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* machine-xilinx-default.inc: Update default linux-yocto to 4.1%Nathan Rossi2015-09-211-1/+1
| | | | | | Update the default linux-yocto version to 4.1%. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* conf/machine/boards/*: Update flash compatible stringsNathan Rossi2015-09-166-6/+6
| | | | | | | | * Update the compatible strings in the device tree to have the dummy 'm25p80' string, the valid component string as well as adding the generic 'jedec,spi-nor' string for future use. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* machine-xilinx-default.inc: Unpin u-boot-xlnx versionNathan Rossi2015-09-151-1/+0
| | | | | | | | * There is only one version of u-boot-xlnx, so there is no need to pin the version. Additionally if there are two versions the newest will be used by default Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* u-boot-xlnx: Update to 2015.04 'xilinx-v2015.2'Nathan Rossi2015-09-155-29/+47
| | | | | | | | | * Update to the 'xilinx-v2015.2' release tag, this corresponds to 2015.04 version of u-boot * Update microblaze configuration patch for this version * Swap picozed patch for a upstream backported version Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* u-boot-elf.inc: Available in oe-core, drop from layerNathan Rossi2015-09-154-17/+2
| | | | | | | | * Remove use of u-boot-elf.inc * Move UBOOT_ELF setting into machine-xilinx-default.inc * Remove u-boot.elf.inc Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* README: Update READMENathan Rossi2015-09-141-1/+3
| | | | | | | * Add missing Machines * Remove old maintainer email address Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* linux-xlnx_3.14: Add patches to support GCC 5.xNathan Rossi2015-09-143-0/+165
| | | | | | * Backport upstream patches to support GCC 5.x Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* u-boot-zynqmp-mainline: Drop this recipeNathan Rossi2015-09-091-10/+0
| | | | | | * ZynqMP now uses upstream u-boot, this recipe is no longer needed Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* ep108-zynqmp: Use mainline u-boot by defaultNathan Rossi2015-09-092-3/+1
| | | | | | | * Upstream u-boot supports ZynqMP * Default all 'zynqmp' machines to use upstream u-boot Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* machine-xilinx-default.inc: Add variable for default u-bootNathan Rossi2015-09-091-1/+2
| | | | | | | * Allow for overriding of the default u-boot provider for various archs and machines Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* linux-zynqmp-mainline: Drop custom ZynqMP kernel recipeNathan Rossi2015-09-0910-673/+2
| | | | | | | | * The features of this kernel are available upstream and in the linux-yocto 4.1 kernel * Default ZynqMP machines to use linux-yocto as the default kernel Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* qemu: Add patch for ZynqMPNathan Rossi2015-09-092-0/+38
| | | | | | | | * This patch is required in order for kernels with upstream device trees to work correctly * Patch was submitted to qemu-devel Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* binutils: Update and drop patchesNathan Rossi2015-09-0211-482/+7
| | | | | | | | | | * Update recipe for minor 2.25 update in core * Drop any patches which are not upstream and are not required for a functional linux system * Use wildcard to make the recipe append to multiple versions of binutils Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* linux-yocto_4.1: Add bbappend to enable Xilinx machine supportNathan Rossi2015-07-231-0/+6
| | | | | | | | | * Add the bbappend for the linux-yocto 4.1 kernel recipes * Additional to the baseline MicroBlaze and Zynq machine support enable ZynqMP machine machine as the 4.1 kernel has support for the ZynqMP architecture as well as device tree for the ep108 board Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* machine-xilinx-default.inc: Set default version of linux-xlnx to 3.19Nathan Rossi2015-07-231-1/+1
| | | | | | | | * Set the default to the newer linux-xlnx 3.19 kernel (xilinx-v2015.2) * This only applies to machines that default the virtual/kernel provider to linux-xlnx Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* linux-yocto-dev: Add compatible for ZynqMPNathan Rossi2015-07-231-0/+2
| | | | | | | * The linux-yocto-dev kernel has updated to a kernel version which provides ZynqMP support including the device tree for the ep108 Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* linux-xlnx_3.19: Add compatible for ZynqMPNathan Rossi2015-07-231-0/+2
| | | | | | | * This kernel provides ZynqMP functionality * This kernel does not have support for the ep108 device tree Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* linux-xlnx-dev: Update defaultsNathan Rossi2015-07-231-3/+3
| | | | | | | | | * Switch to the 'master' branch as 'master-next' is just mirrored of this ref * Update SRCREV to the newest * Update version number to match default SRCREV/KBRANCH Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* linux-xlnx_3.19: Update SRCREV to xilinx-v2015.2 tagNathan Rossi2015-07-231-1/+2
| | | | | | * Update to the released xilinx-v2015.2 tag Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* ep108-zynqmp: Add KERNEL_DEVICETREENathan Rossi2015-07-231-0/+2
| | | | | | | * Set the KERNEL_DEVICETREE for compatiblity with new kernels that have the ep108 device tree in kernel sources Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* qemu_zynqmp: Remove custom QEMU recipe for ZynqMPNathan Rossi2015-07-2316-1784/+0
| | | | Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* ep108-zynqmp: Remove pinning of custom QEMU versionNathan Rossi2015-07-231-4/+0
| | | | | | * Upstream QEMU (2.4+) has support for the ep108 machine model Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* linux-xilinx-machines.inc: Default COMPATIBLE_MACHINE to noneNathan Rossi2015-07-231-0/+1
| | | | | | | * Fix up the pattern match so that by default linux-xlnx kernels support no machines Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* u-boot-xlnx-dev: Fix up "_append +=" consistencyNathan Rossi2015-07-231-1/+1
| | | | Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* u-boot-xlnx-dev: Update for 2015.04 of u-boot-xlnx masterNathan Rossi2015-05-261-4/+12
| | | | | | | * U-Boot now relies on openssl for its tools build * Force the use of the HOSTCC == BUILD_CC Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux-xlnx: Add recipe for v3.19 Xilinx kernelNathan Rossi2015-05-121-0/+6
| | | | | | * Pin a commit from the master branch for a 3.19 based linux-xlnx kernel Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* gcc: Update patches for gcc 4.8.4Nathan Rossi2015-05-117-500/+0
| | | | | | * Remove patches that are available in gcc 4.8.4 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* u-boot-extra.inc: Remove use of 'SOC_FAMILY'Nathan Rossi2015-05-071-1/+1
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux/config: Added config fragment for XenNathan Rossi2015-05-052-0/+59
| | | | | | * Add config fragment to enable Xen features Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* qemu: Add 'microblaze' to QEMU_TARGETS for big endian QEMU machinesNathan Rossi2015-05-051-1/+1
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux/config: Add configs fragments for the qemumicroblaze-s3adsp1800Nathan Rossi2015-05-053-0/+20
| | | | | | * Add config fragments for the machine Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* qemumicroblaze-s3adsp1800.conf: Add machine based on QEMU s3adsp1800Nathan Rossi2015-05-051-0/+18
| | | | | | | * Add machine based on the QEMU Machine Model 'petalogix-s3adsp1800' * This machine is a Big Endian MicroBlaze machine Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux-xilinx-machines.inc: Update logic for u-boot-mkimage dependNathan Rossi2015-05-051-2/+5
| | | | | | | * Change logic to depend on the KERNEL_IMAGETYPE value with a suffix of ".ub" which indicates that it is package using mkimage Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* tune-microblaze.inc: Remove SOC_FAMILY add MACHINEOVERRIDES additionNathan Rossi2015-05-051-2/+3
| | | | | | | | * Remove the use of SOC_FAMILY in the tune-microblaze.inc include * Add "microblaze" to MACHINEOVERRIDES when the "microblaze" feature is part of TUNE_FEATURES Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* tune-microblaze-features.inc: Force either 'el' or 'eb' for TUNE_ARCHNathan Rossi2015-05-051-1/+2
| | | | | | | | | * Change the TUNE_ARCH variable so that for MicroBlaze the endianess in part of the TUNE_ARCH value * This causes the triplet for MicroBlaze targets to have either microblazeel or microblazeeb and prevents any confusion about defaults Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* tcmode-external-xilinx.inc: Setup overrides for specific architectureNathan Rossi2015-05-051-2/+2
| | | | | | | * Setup the overrides for the SYSROOT and DBGROOT variables based on the microblazeel architecture instead of for MicroBlaze generically Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* machine-xilinx-board.inc: Fixup value for u-boot image fileNathan Rossi2015-05-042-1/+2
| | | | | | | | * Default the value of UBOOT_BINARY in machine-xilinx-default.inc so that machine-xilinx-board.inc can use the variable to define the file name of the u-boot image Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* COPYING.MIT: Re-add missing licenseNathan Rossi2015-04-291-0/+17
| | | | | | | * Re-add the license file for this layer * This layer is provided under the MIT License Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* python: MicroBlaze override no longer requiredNathan Rossi2015-04-281-4/+0
| | | | | | | | * This override was added to the core-layer and is not required as a seperate bbappend. See the below commit id for more info: 4302cc20dbe0f0490a5e7b62baeb632322c40200 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* binutils: Update MicroBlaze recipes to binutils 2.25Nathan Rossi2015-04-285-1/+1
| | | | | | * Patches for MicroBlaze functionality only Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* qemuzynqmp: Drop this machineNathan Rossi2015-04-222-26/+1
| | | | | | | * This machine does not match a QEMU machine model * This is superseeded by the ep108-zynqmp machine being modelled by QEMU Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* ep108-zynqmp: This machine/board is also modelled in QEMUNathan Rossi2015-04-221-0/+7
| | | | | | | * QEMU has a machine model for this board/machine so build QEMU with this machine Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* qemu_zynqmp: Update SRCREV and PatchesNathan Rossi2015-04-2221-475/+529
| | | | | | | * Update SRCREV to point to newest master * Update patches based on patches that are on qemu-devel at v4 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* ep108-zynqmp: Add ATF as additional machine dependencyNathan Rossi2015-04-221-0/+2
| | | | | | * Add arm-trusted-firmware as an additional machine dependency Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* arm-trusted-firmware: Add recipe for ATFNathan Rossi2015-04-221-0/+47
| | | | | | | * Add recipe, currently used only for ZynqMP * Use the Xilinx specific repo for ATF, tracking the current master Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>