aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/boards
AgeCommit message (Collapse)Author
2014-11-04boards/*.dtsi: Fix up USB PHY reset nodesNathan Rossi
* Use the xlnx,phy-reset-gpio property to specify the USB PHY's reset signal Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-11-03zynq7-base.dtsi: Remove unused propertiesNathan Rossi
* the "xlnx,fb-clk" and "xlnx,qspi-mode" properties are not used Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-31boards/*.dtsi: Updated Zynq device treesNathan Rossi
* Removed use of very outdated 'gpio-mask-high' and 'gpio-mask-low' Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-31zedboard-zynq7: Fixed up device treeNathan Rossi
* Added USB PHY reset binding * Updated Ethernet PHY compat and init values Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27zynq7-base.dtsi: Add additional binding for OCMNathan Rossi
* Add the 3.10 compatiblity string for the OCM node Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27conf/machine/boards/*: Remove obsolete kernel config fragmentsNathan Rossi
* Kernel config fragments are now handled within the recipes-kernel/linux/config caches * Remove the configs from the conf/machine/boards as they are no longer in use by any of the machines Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27kc705-trd-microblazeel: Fix device tree bindingNathan Rossi
* XADC driver now uses clock framework, add clock binding Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27zynq7-base.dtsi: Updated bindingsNathan Rossi
* Re-arranged all compatible and clock orderings, so that the mainline expected strings are before any linux-xlnx strings * Added newer mainline compatible strings, properties, etc. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-09-22zc70*-zynq7-board.dtsi: Update binding for si570Nathan Rossi
* Update the bindings for the si570 attached to the I2C bus Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-09-22zynq7-base.dtsi: Update bindingsNathan Rossi
* Update bindings for I2C * Comment out non-secure DMA (PL330) node * Add CPU voltage regulator node (fixed voltage, resolved 'failed to get cpu0 regulator error') Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-07-23common/linux/zynq/defconfig_3.14.cfg: Add configs for USBNathan Rossi
* Add configs for Zynq USB OTG functionality, these config options are required for the OTG dual role to function correctly. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-05-30common/linux/*.cfg: Fix up new line at end of fileNathan Rossi
* The new line at the end of the file is needed for cfg fragments in order for the kernel merge scripts to work correctly Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-05-26zynq7-base.dtsi: Update bindingsNathan Rossi
* Update QSPI, SPI, devcfg and GPIO node bindings * Flash node properties for boards Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-05-23linux-xlnx: Remove 3.8 kernelNathan Rossi
* This kernel version is outdated and has been superseded by the 3.10 and 3.14 kernels * This change mirrors the dropping of the 3.8 linux-yocto kernel in the 1.6 yocto release Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-05-22zynq/defconfig_3.10.cfg: The macb driver is non-functional in 3.10Nathan Rossi
* The macb mainline driver for GEM is non-functional in 3.10, disable the driver in the kernel Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-05-21zynq7-base.dtsi: Update for 3.14 kernelNathan Rossi
* Update SD controller nodes * Add ocmc node * Add additional compatible values Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-05-21linux-xlnx_3.14: Add 3.14 kernelNathan Rossi
* Add the recipe for the public linux-xlnx xlnx_3.14 branch * Update defconfig for zynq for 3.14 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-05-21zynq7-mainline-gem.dtsi: RemoveNathan Rossi
* 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>
2014-05-21zynq7-base.dtsi: Merge gem dts propertiesNathan Rossi
* Merge the contents of zynq7-mainline-gem.dtsi into the base * Default to the macb driver by default * Backwards compatible with emacps (linux-xlnx only driver) Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-04-30machine/boards: Fix-up naming of common dtsi filesNathan Rossi
* Common dtsi's did not match the expected naming convention, renamed them to match. * zynq-7-base.dtsi -> zynq7-base.dtsi * zynq-7-mainline-gem.dtsi -> zynq7-mainline-gem.dtsi * Updated all inclusions of renamed files Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-04-14machine/boards: Fix up cfg fragment eof newlinesNathan Rossi
* Make sure that cfg fragments have newlines at the end of the file Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-04-14machine-xilinx-default.inc: Move defconfig setupNathan Rossi
* Move the defconfig into machine-xilinx-default.inc, so that the defconfigs can be completely overridden from machine configs * Add 3.14 defconfigs Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-04-09kc705-trd-microblazeel: Update dtsNathan Rossi
* Added clock nodes for newer kernel common clock framework compatibility for microblaze Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-04-09qemumicroblaze: Update dtsNathan Rossi
* Remove axi pcie node (it is invalid) * Added clock nodes for newer kernel common clock framework compatibility for microblaze Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-04-07machine: Fix inclusion of dtsi's for *-yocto devicetreesNathan Rossi
* 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>
2014-04-07qemuzynq: Added qemuzynq-yocto.dts for linux-yoctoNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-04-04qemuzynq: Fix device tree phy node addressNathan Rossi
* In QEMU GEM has the phy address of 23, not 7, it also does not respond to address 0 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-04-04zynq-7-base.dtsi: Update base dts for zynqNathan Rossi
* Add missing clocking properties to various devices * Add additional compatible strings for various devices * Fix up some missing interrupt information * Update the slcr node Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-13zedboard-zynq7: Added zedboard-zynq7-yocto.dts for linux-yoctoNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-13zc706-zynq7: Added zc706-zynq7-yocto.dts for linux-yoctoNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-13zc702-zynq7: Added zc702-zynq7-yocto.dts for linux-yoctoNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-13boards/common/zynq-7-mainline-gem.dtsi: Added includeNathan Rossi
* This include is for setting up the zynq-7-base.dtsi to be compatible with linux-yocto and mainline drivers. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-12boards/common: Re-organize defconfig pathsNathan Rossi
* Move to linux/<arch> sub directories * Update machine and kernel paths Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-12zc706-zynq7: Cleaned up device trees and configurationNathan Rossi
* Cleaned up device trees, refactored the dts per boot args setup Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-12zc702-zynq7: Cleaned up device trees and configurationNathan Rossi
* Cleaned up device trees, refactored the dts per boot args setup Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-12zedboard-zynq7: Cleaned up device trees and configurationNathan Rossi
* Cleaned up device trees, refactored the dts per boot args setup Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-11boards/common/zynq-7-base.dtsi: Fixup interrupt mappingNathan Rossi
* Interrupt type was incorrect for second ethernet device Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-12-11boards/qemumicroblaze: Added ramdisk boot args to device treeNathan Rossi
The MicroBlaze kernel uses device tree boot args before it attempts to use the arguments provided by the bootloader (e,g, u-boot/qemu). This change expects that the qemumicroblaze machine is always loaded with a initrd. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-11-19boards/zedboard: Fix Ethernet PHY dts nodeNathan Rossi
* The Ethernet PHY on the ZedBoard is not guaranteed to be on address 7, instead use the phy broadcast address of 0 which is acceptable as no other devices are on the MDIO bus for the ZedBoard. Reported-by: Philip Balister <philip@balister.org> Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-10-24boards/zedboard: Updated device-treeNathan Rossi
* Added additional node properties for board specific setup Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-10-23boards/zc706: Updated device-treeNathan Rossi
* Added additional node properties for board specific setup * Fixed up QSPI flash properties for ZC706 flash configuration * Fixed up incorrect setup of I2C sub nodes Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-10-23boards/zc702: Updated device-treeNathan Rossi
* Added additional node properties for board specific setup Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-10-23boards/common/zynq-7-base.dtsi: Updated for 'xlnx_3.8' kernelNathan Rossi
* Updated various nodes with newer properties and clock information * Fixed up compatible properties for some nodes * Refactored out some board specific properties * Cleaned up some style inconsistency Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-09-17qemuzynq.dts: Fix issue preventing proper boot of qemuzynqNathan Rossi
* '137abefc80c2bd240960ae16626ed6564a8a9196' introduced a fix to the register mapping of the ps7-adc node, this fix allows Linux to attempt to correctly probe the xadc peripheral however QEMU does not emulate this device. * Invalidate node for qemuzynq platform to allow the kernel to correctly boot. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-09-17machine/boards/common: Created MicroBlaze 3.10 defconfigNathan Rossi
* Cloned from the 3.8 configuration. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-09-06zynq-7-base.dtsi: Fix-up register mappingNathan Rossi
* Fix-up the register mapping of the dev-cfg node which overlaps the register space of the xadc node Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-09-06zedboard-zynq7: Fix DTS Network PHY nodeNathan Rossi
* Fix-up the Ethernet PHY node handle in the device-tree * This resolves the issue where the kernel will fail to correctly probe the PHY Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-09-03recipes-kernel:linux-xlnx Add recipe for linux-xlnx 3.10 and correspondingSipke Vriend
config file in conf/machine. Added linux-xlnx_3.10.bb recipe, pointing initially at master next branch. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-08-13conf:machine Add and modify Zynq dts files.Sipke Vriend
Add zc702 ram and mmc partition2 rootfs files. Will allow the user to select between a ramdisk dtb or a mmc card rootfs. Also update typo in comment of zc706 dts file. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-08-12conf:machine: Add zc706 evaluation board support.Sipke Vriend
Add zc706-zynq7 machine dts files. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>