summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-xlnx: Change COMPATIBLE_MACHINE to all 'microblaze'/'zynq'Nathan Rossi2013-06-271-3/+3
| | | | | | | * The linux-xlnx kernel support all MicroBlaze and Zynq systems derived machines, reflect this in the COMPATIBLE_MACHINE. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* machine/kc705-trd-microblazeel: Add kc705-trd support to base layerNathan Rossi2013-06-261-1/+1
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* machine/zynq7-zedboard: Add zedboard configuration to base layerNathan Rossi2013-06-261-1/+1
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Rearranged location of board configuration filesNathan Rossi2013-06-268-9786/+38
| | | | | | | | | | * 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>
* linux-xlnx: Updated qemuzynq.dts to use dtsi fragmentNathan Rossi2013-06-191-317/+34
| | | | | | * Refactored qemuzynq.dts Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux-xlnx: Add the zynq-7-base.dtsi to SRC_URINathan Rossi2013-06-191-5/+9
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux-xlnx: Create base Zynq-7 DTSI definitionNathan Rossi2013-06-191-0/+436
| | | | | | * Create the DTS fragment for general Zynq-7 Systems. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux-xlnx: qemumicroblaze: Add "EPOLL" to defconfigNathan Rossi2013-06-131-1/+1
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* conf/machine: Create qemumicroblaze and qemuzynq machinesNathan Rossi2013-06-045-1/+4668
| | | | | | | | * qemumicroblaze = 'petalogix-ml605' QEMU machine model * qemuzynq = 'xilinx-zynq-a9' QEMU machine model * Added kernel configuration and DTS for machines Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux-xlnx: Remove obsolete machine compatiblityNathan Rossi2013-06-031-1/+1
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Move include of 'soc-family.inc' into Tune definitionsNathan Rossi2013-05-311-1/+0
| | | | | | | * Resolves issues with linux-xlnx recipe when building with machines that are not using SOC_FAMILY features. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux-xlnx: Add support for MicroBlaze 'linux.bin.ub' make targetNathan Rossi2013-05-302-0/+63
| | | | | | | * Added patch which separates 'linux.bin.ub' from the 'linux.bin' MicroBlaze makefile target. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* linux-xlnx: Fix DEPENDS for microblaze targetsNathan Rossi2013-05-231-1/+1
| | | | | | * Fix the DEPENDS for microblaze, use '_append' instead of just '+='. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Adjust preferred zynq linux to 3.8 and uboot to v2013.01.Sipke Vriend2013-05-132-0/+2596
| | | | | | Add UIMAGE load address and configs for 3.8 kernel. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* linux-xlnx: Add microblaze support and patchesNathan Rossi2013-05-085-41/+202
| | | | | | | * Include the soc-family.inc for SOC conditional variable use * Add microblaze patches Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Consolidate zynq fragments and move inclusion into board layers.Sipke Vriend2013-05-031-3/+0
| | | | Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* Move RTC config in kernel config to fragments.Sipke Vriend2013-05-022-3/+2368
| | | | | | Zedboard has no RTC, ZC702 does. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* Added meta-zc702 board layer.Sipke Vriend2013-05-021-1/+1
| | | | Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* linux-xlnx: Remove forced IMAGETYPE settingNathan Rossi2013-04-301-2/+0
| | | | | | | * This should not be set in the kernel recipe, instead it should be in any associated machine configuration. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* Moved defconfig to bsp/board layer.Sipke Vriend2013-04-232-2138/+3
| | | | | | Also some other minor changes. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* Branch to start enablement of bsps. Kernel recipes. Uboot recipes. Zedboard ↵Sipke Vriend2013-04-224-0/+2210
meta layer. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>