summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * kernel-module-dp: Update commit id and branch for 2020.2Sandeep Gundlupet Raju2021-07-141-2/+2
| | | | | | | | | | | | | | | | Update dp modules branch from master to rel-v2020.2 and associated release commit id. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * Disable tree-loop-distribute-patterns CFLAGMark Hatle2021-07-142-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: CR-1086247 GCC 10.2.0 added -ftree-loop-distribute-patterns by default with -O2. This is causing a condition where the kernel will no longer boot. This is a temporary workaround until we can identify the true cause of the boot failure. Symtoms: earlycon: uartlite_a0 at MMIO 0x40600000 (options '115200n8') printk: bootconsole [uartlite_a0] enabled cma: Reserved 16 MiB at 0xaec00000 Linux version 5.10.0-xilinx-v2020.2 (oe-user@oe-host) (microblazeel-xilinx-linux-gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.0.20200730) #1 Mon Mar 1 12:58:36 UTC 2021 setup_memory: max_mapnr: 0x40000 setup_memory: min_low_pfn: 0x80000 setup_memory: max_low_pfn: 0xb0000 setup_memory: max_pfn: 0xc0000 Zone ranges: DMA [mem 0x0000000080000000-0x00000000afffffff] Normal empty HighMem [mem 0x00000000b0000000-0x00000000bfffffff] Movable zone start for each node Early memory node ranges node 0: [mem 0x0000000080000000-0x00000000bfffffff] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff] <hang> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * boot.cmd.sd.zynqmp: Remove duplicate bootargsSandeep Gundlupet Raju2021-07-141-1/+0
| | | | | | | | | | | | | | | | Removed duplicate bootargs for SD bootmode and more over this was hardcoded to SD0 controller instead we need to use SDBOOTDEV variable. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * meta-xilinx-bsp/conf/layer.conf: No longer allow dangling bbappendsSai Hari Chandana Kalluri2021-07-141-2/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * Avoid warnings from bbappends to meta-openembeddedMark Hatle2021-07-145-0/+5
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * xrt: Add run-time dependency on zoclChristian Kohn2021-07-142-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XRT has a run-time dependency on zocl for correct operation. Add zocl as RDEPENDS. Since XRT is machine independent, but zocl is tied to the kernel (because it's a kernel module) and is thus kernel/machine specific, any time the machine is changed, the hash for XRT would change. To 'break' the dependency when it comes to hash calculations, add a SIGGEN_EXCLUDE declaring this dependency as 'safe'. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * u-boot-zynq-scr.bb: Add PRE_BOOTENV variableRaju Kumar Pothuraju2021-07-141-3/+6
| | | | | | | | | | | | | | | | | | Add PRE_BOOTENV in uboot-zynq-scr to add boot commands into boot.scr. Defining FIT_IMAGE_OFFSET variables for QSPI and NAND. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * u-boot-zynq-scr: Add microblaze support for boot.scrRaju Kumar Pothuraju2021-07-143-10/+23
| | | | | | | | | | | | | | | | | | | | Adding microblaze support for boot.scr and moving the generic boot script from petalinux to yocto layers. The generic boot script will read the boot_target variable on uboot and based on the bootmode it will execute the boot commands. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * ivas: Set default src_uri to tarball of source codeJaewon Lee2021-07-144-15/+5
| | | | | | | | | | | | | | Setting default src_uri to tarball of source code uploaded to petalinux.xilinx.com Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
| * Kernel-module-mali: Update patch fix-ioremap to include all correct symbolsSai Hari Chandana Kalluri2021-07-141-11/+11
| | | | | | | | | | | | Fix symbols for 0020-Fix-ioremap_nocache-deprecation-in-kernel-5.6.patch to fix do_patch failures Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * kernel-module-mali: Update to compile with kernel v5.10Dylan Yip2021-07-145-0/+204
| | | | | | | | | | | | | | Update patches to compile mali drivers with kernel v5.10 Signed-off-by: Dylan Yip <dylan.yip@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * Enable support for linux-xlnx v5.10Sai Hari Chandana Kalluri2021-07-147-464/+2
| | | | | | | | | | | | Remove stale patches and enable support for linux-xlnx v5.10 Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * qemu-devicetrees: Update makefile to use python3 instead of pythonSai Hari Chandana Kalluri2021-07-141-7/+14
| | | | | | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * layer.conf: adding xxd as a host toolJaewon Lee2021-07-141-0/+2
| | | | | | | | | | | | | | Adding xxd as a host tool as it's a dependent tool when uboot is configured to use a default environment file Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
| * u-boot-zynq-scr: remove exit from boot scriptRaju Kumar Pothuraju2021-07-142-16/+0
| | | | | | | | | | | | | | | | | | This patch removes the exit from boot script which is after the boot command. in successfull case boot command gives handoff to kernel and exit never executes. Signed-off-by: Swagath Gadde <swagath.gadde@xilinx.com> Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * Rename linux-xlnx to 2021.1 versionRaju Kumar Pothuraju2021-07-141-0/+0
| | | | | | | | | | | | | | Rename linux-xlnx bbappend to 2021.1 version. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * Rename u-boot-xlnx and linux-xlnx to 2021.1 versionMark Hatle2021-07-142-5/+0
| | | | | | | | | | | | | | Both components now have in-development changes that are incompatible with gatesgarth 2020.2 version. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * xilinx-board.inc: inserting a '-' in between board and boardvariantJaewon Lee2021-07-141-2/+2
| | | | | | | | | | | | | | Inserting a '-' in between board and boardvariant to align with the format of soc and soc family Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
| * Updating machine overrides to match new formatJaewon Lee2021-07-148-26/+26
| | | | | | | | | | | | | | | | | | Previously machine override for a soc variant was SOC_VARIANT appended to SOC_FAMILY. A '-' was included in between to align with how versal handles machine overrides. Updating machine overrides to match this format Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
| * SOC_VARIANT versal: removing previously required prepended '-'Jaewon Lee2021-07-144-8/+8
| | | | | | | | | | | | | | Removing the need to prepend a '-' to SOC_VARIANT for versal variants for ex. '-ai-core' Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
| * ivas-accel-libs.bb: Changing vai dependencies to source compiled packagesJaewon Lee2021-07-141-1/+1
| | | | | | | | Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
| * meta-xilinx-bsp: recipes-multimedia: ivas: VAI 1.3 updateSaurabh Sengar2021-07-141-2/+2
| | | | | | | | | | | | | | Updating ivas for supporting VAI 1.3 Signed-off-by: Saurabh Sengar <saurabh.singh@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * u-boot-zynq-scr.bb: Add PRE_BOOTENV variableRaju Kumar Pothuraju2021-07-141-3/+6
| | | | | | | | | | | | | | | | Add PRE_BOOTENV in uboot-zynq-scr to add boot commands into boot.scr. Defining FIT_IMAGE_OFFSET variables for QSPI and NAND. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * u-boot-zynq-scr: Add microblaze support for boot.scrRaju Kumar Pothuraju2021-07-143-9/+273
| | | | | | | | | | | | | | | | | | Adding microblaze support for boot.scr and moving the generic boot script from petalinux to yocto layers. The generic boot script will read the boot_target variable on uboot and based on the bootmode it will execute the boot commands. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com>
| * microblaze: Defining UBOOT_MACHINE and wiping UBOOT_INITIAL_ENVJaewon Lee2021-07-143-0/+7
| | | | | | | | | | | | | | | | Defining UBOOT_MACHINE as microblaze-generic_defconfig and setting UBOOT_INITIAL_ENV to empty to be able to compile uboot as microblaze env/common.o doesn't have default_environment section Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
| * meta-xilinx-bsp: recipes-multimedia: ivasSaurabh Sengar2021-07-144-0/+78
| | | | | | | | | | | | | | IVAS recipes intial checkin supporting vitis AI 1.2 Signed-off-by: Saurabh Sengar <saurabh.singh@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * Revert "newlib/libgloss: YP has moved to version 4.1.0, adjust accordingly"Sai Hari Chandana Kalluri2021-07-144-0/+0
| | | | | | | | | | | | This reverts commit 96f122efe48f239f7b5df4025acd5c98a61828b3. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * Revert "qemu-xilinx: lock down on YP 5.1.0 integration"Sai Hari Chandana Kalluri2021-07-1427-1629/+2
| | | | | | | | | | | | This reverts commit 689ba7e291e6de944aff7d15e5165ece00d34026. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
| * newlib/libgloss: YP has moved to version 4.1.0, adjust accordinglyMark Hatle2021-02-034-0/+0
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
| * qemu-xilinx: lock down on YP 5.1.0 integrationMark Hatle2021-02-0327-2/+1629
| | | | | | | | | | | | | | Yocto Project has moved to 5.2.0, but qemu-xilinx has not yet moved forward to a matching version. Temporarily include the last 5.1.0 version from master. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
| * meta-microblaze gdb: Backport gdb 9.2 from master YP, and lock down versionMark Hatle2021-02-0320-0/+1506
| | | | | | | | | | | | We're not ready to move to a newer version of gdb at this time, so lock down on version 9.2. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
| * meta-xilinx-standalone: Prevent user error, when meta-microblaze is requiredMark Hatle2021-02-032-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | When the user chooses to build a microblaze target, the compiler can fail to patch properly as a symptom. Users may think it's a simple patch failure, but really they forgot to include the meta-microblaze layer itself. Declare the meta-microblaze layer as a recommended layer, and verify in the gcc-source bbappend that it has been included, if a microblaze target is being built. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | Updated SRCREV for 2022Sivaprasad Addepalli2021-12-011-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | Updated SRCREV for 2022Sivaprasad Addepalli2021-11-301-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | Updated SRCREV for 2022Sivaprasad Addepalli2021-11-282-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | meta-xilinx-standalone-experimental: classes: esw_examples: Deploy images ↵Appana Durga Kedareswara rao2021-11-241-2/+2
| | | | | | | | | | | | | | | | | | | | directly to deploy folder instead of sub folder This commit updates the deploy task to deploy images directly to deploy folder instead of a sub folder. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* | Updated SRCREV for 2022Sivaprasad Addepalli2021-11-241-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | Updated SRCREV for 2022Sivaprasad Addepalli2021-11-223-3/+3
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | bootbin: Adjust BIF_PARTITION_ATTRMark Hatle2021-11-191-1/+19
| | | | | | | | | | | | | | | | | | | | | | The order is critical for the system to boot properly. Add a comment explaing the requirements, making the various parts parameterized to allow the optional parameters to be adjusted. The bitstream element will typically be added by a bbappend in a layer such as meta-xilinx-tools. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* | Updated SRCREV for 2022Sivaprasad Addepalli2021-11-191-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | Updated SRCREV for 2022Sivaprasad Addepalli2021-11-181-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | Updated SRCREV for 2022Sivaprasad Addepalli2021-11-182-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | Updated SRCREV for 2022Sivaprasad Addepalli2021-11-171-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | Updated SRCREV for 2022Sivaprasad Addepalli2021-11-151-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | Updated SRCREV for 2022Sivaprasad Addepalli2021-11-121-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | Merge remote-tracking branch 'xilinx/2021' into 2022Mark Hatle2021-11-104-417/+555
|\ \ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | meta-xilinx-standalone-experimental: recipes-core: meta: files: Fix domain ↵Appana Durga Kedareswara rao2021-11-091-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | handling for cortexr5 processor Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Acked-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | meta-xilinx-bsp: recipes-kernel: lopper: update SRCREVAppana Durga Kedareswara rao2021-11-091-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | lopper.bb: update to latest dtb-flow versionMark Hatle2021-11-031-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * | meta-xilinx-setup: Fix bug in dt-process.sh, update READMEMark Hatle2021-11-022-5/+5
| | | | | | | | | | | | | | | | | | The README file needed to be updated to explain the new argument syntax. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>