summaryrefslogtreecommitdiffstats
path: root/conf/machine/boards
Commit message (Collapse)AuthorAgeFilesLines
...
* boards/zc706: Updated device-treeNathan Rossi2013-10-231-14/+16
| | | | | | | | * 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>
* boards/zc702: Updated device-treeNathan Rossi2013-10-231-2/+9
| | | | | | * Added additional node properties for board specific setup Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* boards/common/zynq-7-base.dtsi: Updated for 'xlnx_3.8' kernelNathan Rossi2013-10-232-127/+171
| | | | | | | | | * 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>
* qemuzynq.dts: Fix issue preventing proper boot of qemuzynqNathan Rossi2013-09-171-0/+2
| | | | | | | | | | | * '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>
* machine/boards/common: Created MicroBlaze 3.10 defconfigNathan Rossi2013-09-171-0/+1169
| | | | | | * Cloned from the 3.8 configuration. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* zynq-7-base.dtsi: Fix-up register mappingNathan Rossi2013-09-061-1/+1
| | | | | | | * 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>
* zedboard-zynq7: Fix DTS Network PHY nodeNathan Rossi2013-09-061-0/+2
| | | | | | | | * 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>
* recipes-kernel:linux-xlnx Add recipe for linux-xlnx 3.10 and correspondingSipke Vriend2013-09-031-0/+2787
| | | | | | | | 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>
* conf:machine Add and modify Zynq dts files.Sipke Vriend2013-08-134-3/+24
| | | | | | | | | 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>
* conf:machine: Add zc706 evaluation board support.Sipke Vriend2013-08-123-0/+157
| | | | | | Add zc706-zynq7 machine dts files. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* linux-xlnx: Remove untested, Linux 3.6 versionNathan Rossi2013-08-022-2365/+1
| | | | | | * Removed associated defconfigs Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux-xlnx: Clean up Zynq defconfig useNathan Rossi2013-07-307-2900/+15
| | | | | | | | * Remove qemuzynq.cfg and rename zynq common defconfig's * Use default inclusion of the zynq default defconfig * Make rtc.cfg general for multiple kernels Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux-xlnx: Split up MicroBlaze kernel configNathan Rossi2013-07-303-2349/+1172
| | | | | | | * Split the Board specific fragment from the platform definition * This allows the fragment to be integrated to other kernels easily Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* machine/zedboard-zynq7: Fixed to use updated naming conventionNathan Rossi2013-07-153-2/+2
| | | | | | * Added machine documentation, reference material and links Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* machine/zc702-zynq7: Add ZC702 support to base layerNathan Rossi2013-07-153-0/+289
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* zynq-7-base.dtsi: Added 'xlnx,zynq-7000' machine compatibilityNathan Rossi2013-07-151-1/+1
| | | | | | | * Add compatibility with the newer machine definition for newer Linux kernels Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* machine/kc705-trd-microblazeel: Add kc705-trd support to base layerNathan Rossi2013-06-263-0/+1732
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* machine/zynq7-zedboard: Add zedboard configuration to base layerNathan Rossi2013-06-263-0/+85
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Rearranged location of board configuration filesNathan Rossi2013-06-268-0/+9845
* Moved qemu* device tree and kernel config to conf/machine/boards/qemu/ * Moved common dtsi and kernel config to conf/machine/boards/common/ * Added 'MACHINE_DEVICETREE' and 'MACHINE_KCONFIG' variables for linux-xlnx to allow machine configs to specify the exact device tree and config to use when building the kernel. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>