summaryrefslogtreecommitdiffstats
path: root/conf/machine/zc706-zynq7.conf
Commit message (Collapse)AuthorAgeFilesLines
* conf/machine/*-zynq7.conf: Use 'spl/boot.bin' for Zynq SPL imagesNathan Rossi2016-03-311-1/+1
| | | | | | | | The boot.bin built by u-boot is located in spl/boot.bin, this is now the default location of the build product and is consistent between mainline and the Xilinx vendor tree. This was upstream as of v2016.01 of u-boot. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* zc706-zynq7: Switch over to in kernel device treeNathan Rossi2016-03-061-6/+2
| | | | | | | | * Switch to the device tree that is available in the kernel source tree * Remove the in layer device tree and configuration for the in layer device tree Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* conf/machine/*-zynq7.conf: Update the configuration of SPLNathan Rossi2015-11-261-2/+1
| | | | | | | | | | Machines now only need to set SPL_BINARY to 'boot.bin' to enable the generation of boot.bin and/or u-boot-spl binaries. If a machine sets SPL_BINARY and does not provide any way to attain the platform init code bitbake will fail with a dependency error. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* zc70*-zynq7: Update U-Boot configNathan Rossi2015-11-261-2/+2
| | | | | | | | Newer versions of U-Boot provide seperate configs for the ZC702 and ZC706, setup the machines to use the correct config corresponding to the machine. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* conf/machine/*.conf: Update MACHINE_FEATURESNathan Rossi2015-04-171-0/+2
| | | | | | | * Update MACHINE_FEATURES for each machine to reflect the correct features provided on a per machine basis Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* *-zynq7: Add the "virtual/boot-bin" dependency for U-Boot SPLNathan Rossi2015-03-311-0/+2
| | | | | | | * U-Boot SPL is not supported for all Zynq boards unless the platform init code is provided, so only enable it on a per machine basis Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* zc706-zynq7: Fix up URLs in the commentsNathan Rossi2014-11-051-2/+2
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* machine/*.conf: Remove use of MACHINE_KCONFIGNathan Rossi2014-10-271-1/+2
| | | | | | * Remove the use of MACHINE_KCONFIG, replace with KERNEL_FEATURES Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* zynq7-mainline-gem.dtsi: RemoveNathan Rossi2014-05-211-1/+0
| | | | | | | | * These changes have been merged into the base dtsi for zynq * Clean up and remove non-required *-yocto.dts * Update machine confs Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* machine-xilinx-board.inc: Defines board specific configurationNathan Rossi2014-04-081-0/+1
| | | | | | * Currently configures virtual/bootloader to be part of the image Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* machine: Fix inclusion of dtsi's for *-yocto devicetreesNathan Rossi2014-04-071-0/+1
| | | | | | | | * Fix inclusion of zynq-7-mainline-gem.dtsi so that nodes properties in the board level are not overwritten * Add the *-yocto.dts to the machine configurations Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* boards/common: Re-organize defconfig pathsNathan Rossi2014-03-121-0/+2
| | | | | | | * Move to linux/<arch> sub directories * Update machine and kernel paths Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* zc706-zynq7: Cleaned up device trees and configurationNathan Rossi2014-03-121-7/+4
| | | | | | * Cleaned up device trees, refactored the dts per boot args setup Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* conf:machine: Add zc706 evaluation board support.Sipke Vriend2013-08-121-0/+26
Add zc706-zynq7 machine dts files. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>