aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2014-12-05linux/config/xilinx-base: Refactor standard.cfgNathan Rossi
* Clean up ordering and refactor configs Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-12-05linux/configs: Update config fragmentsNathan Rossi
* Add MTD configs to board-common.cfg * Add HW-ICAP config for xilinx-ip.cfg Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-11-26linux-*: Add patch to resolve Zynq UART lockup issueNathan Rossi
* The xuartps/cdns_uart driver has a hang condition during the boot of the kernel. The lock-up itself occurs during the set_termios call when there is data received in the RX FIFO before the first setup of the console device. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-11-26linux-xlnx.inc: Dont add ${THISDIR}/config multiple timesNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-11-26linux-yocto_3.10: Move patches to a linux-yocto/3.10 subdirNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-11-26linux-xlnx_3.14: Move patches to linux-xlnx/3.14 subdirNathan Rossi
* Manage patches on a per version basis Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-11-14linux/configs: Add config fragment to increase /dev/ram sizeNathan Rossi
* features/blk/dev-ram-32mb.scc: Increases BLK_DEV_RAM_SIZE to 32768 for a 32MB RAM block device, whilst reducing the count of devices to 4 * Use the feature fragment as default for Zynq Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-11-04linux-xlnx_3.14: Add patch for USB PHY reset during probeNathan Rossi
* Adds the ability for the USB driver to reset the PHY via a GPIO pin * This resolves the case where FSBL, u-boot-spl, u-boot does not reset the PHY Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-31linux/configs: Add additional configs for Zynq USBNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-31linux/configs: Add DMA configs to xilinx-ip.cfgNathan Rossi
* CONFIG_XILINX_VDMA is the mainline AXI VDMA driver Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27linux-*_3.10: Disable the MACB driverNathan Rossi
* In the Linux kernel v3.10 the MACB driver does not function correctly * Both kernels have the EMACPS driver, use this instead * Add a feature config fragement to disable MACB, this is useful in the case that the machine needs to use the EMACPS driver Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27linux/configs: Add CONFIG_CPU_IDLE_ZYNQ=y for ZynqNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27linux-yocto_3.10: Backport patches for MicroBlazeNathan Rossi
* The linux-yocto 3.10 kernel is missing a patch that should be in 3.10, backport the patch from mainline * Backport some patches from mainline to fix issues with MicroBlaze Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27linux-xlnx: Fix up value of SRCREVNathan Rossi
* Force SRCREV_machine = SRCREV as the linux-yocto recipe/scripts use the SRCREV_machine variable * Fix up the SRCREV setting for linux-xlnx-dev Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27linux-yocto: Add recipe for linux-yocto 3.17Nathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27linux-xlnx: Rework linux-xlnx recipes to inherit linux-yoctoNathan Rossi
* Rework the recipes to inherit the linux-yocto recipes * Use the linux-yocto configuration process to create the kernel config * Suppliment the linux-yocto kernel cache/meta branch with a subset cache located in the meta-xilinx layer (this is to avoid incompatibilies) * Use the same config fragments and setup as the linux-yocto appends for Zynq and MicroBlaze * Remove the generation of device trees from the kernel recipe * Remove the use of the MACHINE_KCONFIG variable for providing config fragements Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27linux-xlnx: Add config fragments for base configsNathan Rossi
* Add a kernel cache for linux-xlnx base configs that are common for all platforms/architectures * This kernel cache is intended to be used as a substitute to the linux-yocto kernel cache for the linux-xlnx kernels * Configs are a subset of the standard configs provided by linux-yocto kernels Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27linux: Add config fragments for MicroBlaze machinesNathan Rossi
* qemumicroblaze * kc705-trd-microblazeel Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-10-27linux: Add support for linux-yocto config fragmentsNathan Rossi
* Added kernel config fragments for Zynq and MicroBlaze * Includes config fragments specifically for the architecture/SoC and drivers * Feature fragments for features commonly used with Zynq and MicroBlaze platforms that are not yet part of the default yocto kernel configs * Setup the linux-yocto append recipes to add the in layers config/* kernel cache * Remove the use of MACHINE_KCONFIG and MACHINE_DEVICETREE from the linux-yocto recipes 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-21linux-xlnx-dev: Update recipeNathan Rossi
* Update default SRCREV * Update version * Clean up comments 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-04-30machine-xilinx-default.inc: Move base dts includesNathan Rossi
* Move the base dts includes into the machine-xilinx-default.inc, removing the definition from the kernel recipes. This is to bring the device tree configuration inline with the kernel configuration variables. * Fix the name of the dtsi, using the expected file paths which machine the naming convention. 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-11linux/linux-machine-common.inc: Refactor defconfigsNathan Rossi
* Refactor defconfig default setting of MACHINE_KCONFIG, moving it from linux-xlnx.inc to linux-machine-common.inc, to allow sharing between linux-xlnx and linux-yocto recipes * Switch to prepending the configs, this ensures that the defconfigs are at the lowest priority, and that additional configs appended will override the defconfig Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-04-11linux/linux-machine-kconfig.inc: Refactor out kconfig mergingNathan Rossi
* Move the kconfig merging task into separate include * Update the merging to use "scripts/kconfig/merge_config.sh" instead of concatenating files together Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-04-01linux-yocto: Add recipe for linux-yocto 3.14Nathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-25linux-xlnx: Update SRC_URI to use https instead of gitNathan Rossi
* Cleaned up the comments for tags used 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-12linux-yocto-dev: Add support for MicroBlaze and ZynqNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-03-12linux-yocto: Add 3.10 support for MicroBlaze and ZynqNathan Rossi
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-12linux-yocto: Drop linux-yocto 3.8 supportNathan Rossi
* Remove all ported patches used * Remove all scc files for microblaze and zynq targets Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2014-01-11Don't add the kernel modules to the kernel-base package. This breaks the ↵Andreas Galauner
kernel-modules metapackage which is automatically created. By adding the kernel module files to the kernel-base package, the kernel-modules metapackage breaks. The metapackage depends on automatically created kernel-module packages (named kernel-module-<modulename>) which are empty if the files are added to the kernel-base package. This causes bitbake to not create the packages for installing later as they wouldn't have any effect anyway. The twist is, that the kernel-modules metapackages depends on these packages. During creation of the rootfs, the process fails, because those packages can't be found. If modules should be installed in the image, don't use the kernel-base package for that. The kernel-modules packages is the right one.
2013-11-18linux-xlnx: Backport kernel change for traceeventNathan Rossi
* The Makefile in traceevent has posioned the includes for cross builds with /usr/local/include. This upstream patch has been back ported (from linux-xlnx 3.10) to resolve this issue. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-11-08recipes-kernel:linux-yocto: Adjust xlnx_3.8 patch file.Sipke Vriend
Adjust patch file to match new linux-xlnx_3.8 SRCREV. Also remove now redundant patch (included in adjusted patch). Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-11-08recipes-kernel:linux-xlnx: Update SRCREV for linux-xlnx_3.8Sipke Vriend
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-10-29recipes-kernel:linux-xlnx: Adjust SRCREV for linux-xlnx_3.10Sipke Vriend
Adjust source revision for linux-xlnx_3.10 recipe to match linux-xlnx.git tag Xilinx-v14.5. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-10-29recipes-kernel:linux-xlnx: Adjust SRCREV on xlnx_3.8 branch.Sipke Vriend
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-10-29recipes-kernel:linux-yocto: Adjust recipes and patches to match xlnx_3.8.Sipke Vriend
Utilise the xlnx_3.8 branch sources on linux-xlnx.git instead of master. Adjust linux-yocto recipes and include additional patches accordingly. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-10-28recipes-kernel:linux-yocto: Remove a few redundant kc705 scc files.Sipke Vriend
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-10-22recipes-kernel:linux-xlnx: Adjust kernel to use xlnx_3.8 branchSipke Vriend
linux-xlnx has an xlnx_3.8 branch, adjust the recipe to us it. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-10-08linux-yocto: Change SRCREV_externalcache to be staticNathan Rossi
* Select a specific SRCREV for the externalcache * Resolves internet access requirement during parsing step Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-10-08linux-dtb.inc: Only append packages if not already in collectionNathan Rossi
* Fixes compatibility with the linux-yocto recipes Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-09-17linux-xlnx.inc: Remove use of "linux-yocto"Nathan Rossi
* Remove the dependence on the linux-yocto.inc and linux-yocto classes. * This change is made to make linux-xlnx less dependent on features that are provided by the linux-yocto recipes, and in turn make the linux-xlnx recipe more portable. * Fix-up the individual .bb files where required. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-09-17linux-dtb.inc: Fix-up PACKAGES variable for QA issuesNathan Rossi
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
2013-09-04linux-machine-config.inc: Refactored useful python functionsNathan Rossi
* Refactored the useful python functions into more generic form and placed them in the 'xilinx-utils.bbclass' which can be inherited for the functions. 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-21recipes-kernel:linux-yocto: Move common items to include file.Sipke Vriend
linux-yocto recipe was modified to use overrides for SRC_URI. Extend this to linux-yocto-tiny by moving common parts to an include file. Update external cache variables to use overrides in case other BSP wish to use an external cache. Correct typo form microblaze configuration file. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
2013-08-21linux : Use overrides to prevent global application of SRC_URI_appends.Philip Balister
Limt the scope of the SRC_URI additions to the machine/soc they apply to. If this layer is used with other BSP's, the patches may cause problem with other linux-yocto bbappends. Signed-off-by: Philip Balister <philip@balister.org>