summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-09-022-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | Merge remote-tracking branch 'origin/rel-v2022.2' into honisterMark Hatle2022-09-0161-656/+1484
|\|
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-09-012-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-09-011-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * MAINTAINERS.md: Update maintainers email addressSandeep Gundlupet Raju2022-08-311-3/+3
| | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Mark Hatle2022-08-311-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Revert "versal-net-generic.conf: Disable psmfw on versal net *** TEMPORARY ***"Mark Hatle2022-08-311-5/+1
| | | | | | | | | | | | This reverts commit 3b679a0e52234fe4fa933e9ea060e5ba2f663b3e. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * microblaze-generic.conf: Fix Serial console device nameSandeep Gundlupet Raju2022-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Microblaze generic use AXI Uart Lite serial device, Hence change the serial console device to ttyUL0 as default serial device. This also fixes INIT freeze issue. Starting syslogd/klogd: done Starting tcf-agent: OK INIT: Id "S0" respawning too fast: disabled for 5 minutes INIT: no more processes left in this runlevel Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx: Add new kernel fragment for microblaze machineSandeep Gundlupet Raju2022-08-302-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | Add new kernel fragment configuration for microblaze-generic machine configuration file. This fixes QEMU boot issue for microblaze-generic images. This kernel fragment is set for Kintex7 microblaze family and user can override this to required family. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * device-tree: Remove kc705 static dts filesSandeep Gundlupet Raju2022-08-304-550/+0
| | | | | | | | | | | | | | | | Obsolete kc705 static device tree files and use DTG generated one based on xsa parsing. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * xrt_git:zocl_git:update commitidBramandlapalli, Rahul2022-08-302-2/+3
| | | | | | | | | | | | | | [AMD Official Use Only - General] Signed-off-by: rbramand rbramand@xilinx.com<mailto:rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * xlnx-embeddedsw: Move to 2022.2 branchMark Hatle2022-08-301-1/+2
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-302-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * dfx-mgr: SRCREV: remove unused websocketsSergei Korneichuk2022-08-261-1/+1
| | | | | | | | | | | | | | The SRCREV is for a commit to remove unused websockets code Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-zynq-scr: Update boot.cmd.generic.root to auto select mmc or usbMark Hatle2022-08-262-4/+9
| | | | | | | | | | | | | | | | | | Autoselect the root device as mmcblk0/1p, or sda. This allows the partition to be appended as well as other overrides to be selected from the Yocto Project configuration. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * device-tree.bbappend: Add board dt flags for generic machine confSandeep Gundlupet Raju2022-08-262-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add YAML_DT_BOARD_FLAGS for all the generic machine configuration files. Below table provides machine conf, xsa and associated dtsi files details. Machine Conf XSA Board DTSI ------------ --- --------- microbalze-generic kc705-microblazeel kc705-full zynq-generic zc702-zynq7 zc702 zynqmp-generic zcu102-zynqmp zcu102-rev1.0 versal-generic vck190-versal versal-vck190-reva-x-ebm-01-reva versal-net-generic versal-net-generic versal-net-ipp-rev1.5 For ZC702 and ZCU102 eval boards linux kernel source has a copy of zc702 and zcu102-rev1.0 dts files but for VCK190 and KC705 kernel doesn't have a board dtsi files. Hence for Versal and MicroBlaze generic machine use VCK190 and KC705 board dtsi files from DTG which is synced from u-boot-xlnx repo. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Moved from meta-xilinx-bsp to meta-xilinux-core, as the machines are defined in core. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * versal-net-generic.conf: Move Board DT Flags to dynamic layersSandeep Gundlupet Raju2022-08-261-3/+0
| | | | | | | | | | | | | | | | Move YAML_DT_BOARD_FLAGS to meta-xilinx-tools dynamic layers else build fails when meta-xilinx-tools layers is not part of bblayers. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * machine-xilinx-default.inc: Add WKS_FILE_DEPENDS based on IMAGE_BOOT_FILESMark Hatle2022-08-261-0/+7
| | | | | | | | | | | | | | | | | | | | | | When the files pointed to by IMAGE_BOOT_FILES change, we need to let the wic system know a new rootfs is required. Do this via WKS_FILE_DEPENDS. A number of automatic ones have been added to the system, if additional files are added (or ones that use different names) it is up to the machine.conf file [or configuration] to add the necessary dependencies. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * versal-net-generic.conf: Disable psmfw on versal net *** TEMPORARY ***Mark Hatle2022-08-261-1/+5
| | | | | | | | | | | | | | Currently the psmfw is not working properly, fall back to the version embedded into the XSA. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * versal-net-generic.conf: Move to different psm DTBMark Hatle2022-08-261-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-262-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-261-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-253-3/+3
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * versal-net-generic: Fix u-boot defconfigMark Hatle2022-08-241-4/+5
| | | | | | | | | | | | | | The defconfig, due to being set with ?=, but be set BEFORE the inclusion of the default versal settings, otherwise the version defconfig will be used. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * microblaze-generic.conf: Use generic root boot scriptSandeep Gundlupet Raju2022-08-241-0/+1
| | | | | | | | | | | | | | | | Use boot.cmd.generic.root boot script for microblaze generic machine configuration file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * zynq-generic.conf: Use generic root boot scriptSandeep Gundlupet Raju2022-08-241-0/+1
| | | | | | | | | | | | | | | | Use boot.cmd.generic.root boot script for zynq generic machine configuration file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * zynqmp-generic.conf: Use generic root boot scriptSandeep Gundlupet Raju2022-08-241-0/+1
| | | | | | | | | | | | | | | | Use boot.cmd.generic.root boot script for zynqmp generic configuration file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * versal-generic.conf: Use generic root boot scriptSandeep Gundlupet Raju2022-08-241-0/+1
| | | | | | | | | | | | | | | | Use boot.cmd.generic.root boot script for versal generic configuration file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-zynq-scr: Add new uboot generic boot scriptSandeep Gundlupet Raju2022-08-241-1/+15
| | | | | | | | | | | | | | | | | | | | | | Add new boot.cmd.generic.root boot script with root params. The root param is defined for both SD/eMMC and other boot modes. Uboot script recipe has SDBOOTDEV set to 0 and PARTNUM to 2 as default. User can switch this to MMC 1 controller and associated rootfs partition number by tuning this variable. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * boot.cmd.generic.root: Add new boot script with root paramsSandeep Gundlupet Raju2022-08-241-0/+91
| | | | | | | | | | | | | | | | | | | | Add new boot script with kernel root parameters which is appended in boot.scr for all the boot modes when the root parameters is not defined in DTB file. This boot script is set as default in the yocto generic machine configuration file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-243-3/+3
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * meta-xilinx-standalone-experimental: conf: dtb-embeddedsw: Update repo for ↵Appana Durga Kedareswara rao2022-08-231-3/+3
| | | | | | | | | | | | | | beta release Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-222-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * boot.cmd.sd.versal: Use SDBOOTDEV variable for SD deviceSandeep Gundlupet Raju2022-08-191-1/+3
| | | | | | | | | | | | | | | | When you have both SD controllers enabled, user can boot from either mmc0 or mmc1 by setting the SDBOOTDEV variable. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * dt-processor.sh: Ignore TOPDIR in the CONFIG_DTFILEMark Hatle2022-08-191-0/+22
| | | | | | | | | | | | | | | | sstate-cache re-use is affected by the value of CONFIG_DTFILE as used by the device-tree recipe. If we are setting CONFIG_DTFILE, be sure to exclude TOPDIR from the hash calculations to avoid unnecessary rebuilds. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * dt-process.sh: Ensure the psu_init has the full pathMark Hatle2022-08-191-2/+6
| | | | | | | | | | | | | | | | | | | | By move system_dtb real path earlier, we ensure that the default psu_init (and other users) of system_dtb path will get the full path. Also ensure if the user passes in a psu_init or pdi path, it is expanded as well. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * dfx-mgr: SRCREV: unload SIHA baseSergei Korneichuk2022-08-191-1/+1
| | | | | | | | | | | | | | The SRCREV is for a commit to unload SIHA base. Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-191-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Add Versal Net support to meta-xilinx-coreJohn Toomey2022-08-173-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | Initial support for Versal Net devices including new machine config, bootbin and QEMU changes. Signed-off-by: John Toomey <jtoomey@xilinx.com> Refactor the versal-net-generic.conf file bootbin changes already existed due to prior cleanups Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * lopper: Update branch and srcrev for beta releaseAppana Durga Kedareswara rao2022-08-171-2/+2
| | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * dt-processor.sh: Move BASE_TMPDIR from = to ?=Mark Hatle2022-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | The build directory may be on an NFS server, while it's easy for a user to modify the BASE_TMPDIR to a local device, this is difficult for an automated build to do via another configuration file. Switching to ?= will allow site.conf (or a similar file) to set a custom value for BASE_TMPDIR to a local disk. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-171-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-164-4/+4
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * device-tree.bbappend:wire vek280 board dtsSwagath Gadde2022-08-111-0/+1
| | | | | | | | | | | | | | This patch will wire the vek280 board dts wrt yocto MACHINEOVERRIDES. Signed-off-by: Swagath Gadde <swagath.gadde@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * lopper: Update srcrev for 2022Appana Durga Kedareswara rao2022-08-101-1/+1
| | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-101-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * xrt_git:zocl_git:update commitidrbramand2022-08-081-1/+1
| | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-081-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * meta-xilinx-standalone-experimental: conf: dtb-embeddedsw: Update srcrev for ↵Appana Durga Kedareswara rao2022-08-051-1/+1
| | | | | | | | | | | | | | 2022 Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-08-051-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>