summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-151-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * xrt_git:zocl_git:update commitidrbramand2022-03-142-3/+7
| | | | | | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 8fd76305620284debfc0a4506d8e3386991c0870) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * Updated SRCREV for 2022.1Siva Addepalli2022-03-141-1/+1
| | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 0c6017795ba1499cb6b6aaab67a78f10a71dbdd3) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-141-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * device-tree: Remove ultra96 mipi device tree filesChristian Kohn2022-03-111-8/+0
| | | | | | | | | | | | | | | | | | | | The ultra96 harwdare design is updated to not include mipi anymore. Remove the corresponding SRC_URI and do_configure appends. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 1116c944d91e82a94fefc7bd05d1506a1e10e47d) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-112-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * ltp: Disable ltp gdb dependency only on MicroblazeMark Hatle2022-03-101-0/+2
| | | | | | | | | | | | | | | | | | On-target gdb does not work on microblaze, disable the dependency. This may affect certain ltp test cases. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 2d67acae484e2b2100db6cb35b0e6566722f6ade) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * gdb: Disable on-target GDB for microblazeMark Hatle2022-03-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Failure: ../../gdb-10.2/bfd/cpu-microblaze.c:75:1: warning: missing initializer for field 'max_reloc_offset_into_insn' of 'bfd_arch_info_type' {aka 'const struct bfd_arch_info'} [-Wmissing-field-initializers] | 75 | }, | | ^ | In file included from ../../gdb-10.2/bfd/cpu-microblaze.c:23: | ./bfd.h:1998:14: note: 'max_reloc_offset_into_insn' declared here | 1998 | signed int max_reloc_offset_into_insn; | | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit bc23fe5c5b810a7821f0de76d71b6093a05fa509) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * device-tree: Allow the CONFIG_DTFILE to be a dts and cleanupMark Hatle2022-03-101-11/+10
| | | | | | | | | | | | | | | | | | | | | | Cleanup the conditionals, as only one file is allowed to be specified. Also use the converted version so if a dts is passed in, the dtb will be installed after it is generated. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 1d7d956ce3fb7b5aba76c9798e669ea64f61e223) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * Revert "device-tree: Allow the CONFIG_DTFILE to be a dts"Mark Hatle2022-03-101-2/+2
| | | | | | | | | | | | | | | | This reverts commit f03941e1d98828e17d2bd9d6de56f61baa712f52. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit f9d632a99fffc46b3c8bc55f3e38b82d63905804) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * dt-processor: Avoid warning messages for baremetalMark Hatle2022-03-101-0/+36
| | | | | | | | | | | | | | | | | | Baremetal doesn't use tpm, virtualization or security layers. Avoid the checks, as these layers are often used by the Linux configuration. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 5bd416526195607a20ddbb5e38d85417a5790f29) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * fsbl-firmware: Move to explicit psu_init settingsMark Hatle2022-03-102-18/+51
| | | | | | | | | | | | | | | | | | The location for psu_init is now explicitly set. If the psu_init files are not available, a warning will be presented to the user. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 4d2eceaeb6d0d659b8f1f84d16723dcd3dcd1b14) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * dt-processor.sh: Remove SYSTEM_DTFILE Linux specific settingMark Hatle2022-03-101-4/+0
| | | | | | | | | | | | | | | | | | SYSTEM_DTFILE points to the original system-top.dts. CONFIG_DTFILE will point to the configuration specific device tree (dtb). Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit ef543b3a8ee238e1e6ab2ec69019748e6fbb709d) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * xrt_git:zocl_git:update commitidrbramand2022-03-101-2/+2
| | | | | | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit d4d55048764eab9eb3ae24b8ce7bcc5575d53fa7) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-103-3/+3
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-092-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * device-tree: Allow the CONFIG_DTFILE to be a dtsMark Hatle2022-03-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | Instead of processing the CONFIG_DTFILE, process the converted (generated) DTB files. This resolves an issue where a user passes in a DTS, the system generated a DTB and attempts to install both the DTS and DTB triggering an unexpected file problem during package generation. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit f03941e1d98828e17d2bd9d6de56f61baa712f52) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * xilffs: Allow per recipe configurationMark Hatle2022-03-081-3/+4
| | | | | | | | | | | | | | | | | | The recipe can have: use_mkfs, read_only, and word_access specified as a per recipe configuration. Only read_only is enabled by default. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit ab41efb987fc0b016b10f27b9dd77420e7e3a000) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * dt-processor.sh: Add -l argument to write local.conf to a fileMark Hatle2022-03-081-30/+46
| | | | | | | | | | | | | | | | | | The -l argument will write the local.conf fragment to a file of the user's choice. This can help automation that uses the dt-processor.sh. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit a57c38d7535e3d7907916eb8e420903d39e1631d) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * meta-xilinx-standalone-experimental: Change from lopper.py to lopperMark Hatle2022-03-0838-98/+98
| | | | | | | | | | | | | | | | | | Upgrade of lopper changed the executable name to lopper. Switch all of the users. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 5d28e5640859bc6f275b804e1344c6dd17e5a492) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * lopper.bbappend: Backport latest lopper from meta-virtualization (master)Mark Hatle2022-03-082-45/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bbappend essentially replaces the existing lopper.bb from meta-virt (honister). When meta-virt is updated, most of this bbappend will no longer be necessary. Also update the SRCREV and PV to indicate we're now based on version 1.0.2. Also update xilinx-lops path to match. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 034c7de08dc5211f575f7b0486528b408e348765) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-081-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-073-3/+3
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-062-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * kernel-module-vcu: Add vcu rules to video groupSandeep Gundlupet Raju2022-03-032-1/+20
| | | | | | | | | | | | | | | | | | | | | | Adding vcu rules file changing permissions and ownership group to video so that any new user added to video groups can run allegro vcu encoder and decoder devices. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 71ca272cf8c96ddd6a7182729a225adf19f933c0) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-031-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-021-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-03-022-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * xrt_git:zocl_git:update commitidrbramand2022-02-282-1/+2
| | | | | | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 83233e145de6107692e0c90ebbdff975dca1c34e) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * weston-init: Pass --continue-without-input when launching westonChristian Kohn2022-02-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that we do not need keyboard/mouse or other input system Weston's default behavior is to not open if input devices are not found, but we may not always have input devices connected for systems running weston in field. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> This commit is based on 762a20b493cc219a46d9ac188fe4895a111ee7b4 from meta-openembedded-core. It was later reverted in master because it breaks the fbdev backend. At Xilinx, we are using the drm backend so it is safe to add this. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit bb7439368c6a1fc17ccb32731471d9e6c5661ba6) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * weston-init: Copy init and service file from openembedded-coreChristian Kohn2022-02-282-0/+125
| | | | | | | | | | | | | | | | | | | | | | Current as of honister commits e09625b31c6dbe7121665a554e26e267b809beb1 and a849f29bcbd85c6d30d2ef4e061ef332ea555450 Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit dbf773c58d3f0771fbd5f7bca8b77e1279ea6628) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * weston-init: Use 644 permission for ini fileChristian Kohn2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | Use 644 permission for the Xilinx ini file which matches the default ini file permissions from upstream. This allows non-root users to also load this ini file. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit e68f5cd04e868787cc7331542c13a8dc1794fa4d) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * pmu-firmware_%.bbappend:enable build flags for dynamic MIO configuration.Swagath Gadde2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch will enable the below pmufw build flags to support dynamic MIO configuration. which is required for SOM use case. ENABLE_IOCTL ENABLE_DYNAMIC_MIO_CONFIG Signed-off-by: Swagath Gadde <swagath.gadde@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 5f4842d6a800897bfed271dc6eda9bf2a783c9ae) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * fpgamanager_custom: Split SRC_URI with spaceRaju Kumar Pothuraju2022-02-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Splitting with file:// is not extracting the file name when git path is in between (Ex: file://rp.xsa git://devicetree-xlnx.git file://base.tcl) with above example the xsa path will be "rp.xsa git://devicetree-xlnx.git" which is not proper. To fix this splitting the SRC_URI with space and removes the prefix 'file://'. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 091a36ab03c04b5b507e8d862372c4e4d21a9814) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-02-283-3/+3
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Update to bootgen SRCREV to point to latest commit.RamyaSree2022-02-251-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 71f56b11e0b0418f62c608026aded96ef1b9ed00) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-02-253-3/+3
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * dfx-mgr: fix systemd service fileSergei Korneichuk2022-02-242-3/+10
| | | | | | | | | | | | | | | | | | | | Fix ExecStart and Description. Add Documentation and comments. Fix warnings during systemd start-up. Signed-off-by: Sergei Korneichuk <sergei.korneichuk@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 299550b94abee3c8653fbcbc4f2e1f94fae7741e) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * embeddedsw: Update fsbl image nameSandeep Gundlupet Raju2022-02-242-2/+2
| | | | | | | | | | | | | | | | | | | | Update FSBL_IMAGE_NAME to align with expected file name to be fsbl-${MACHINE}. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit da6dee12e254bd22d2756cca247f5cafb6c2ff9c) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * lopper: Update SRCREV to upstream masterSandeep Gundlupet Raju2022-02-241-7/+6
| | | | | | | | | | | | | | | | | | | | 1. Update SRCREV to upstream master commit id. 2. Update do_install based on new directory structure in source. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 09b25b908a60c030c1e374e3aa090283d71002e8) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * meta-microblaze: Move to glibc backportMark Hatle2022-02-243-51/+35
| | | | | | | | | | | | | | | | Move to a backport of the official fix for glibc BZ #28883. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 8fc8dd7cb87faae0e84a81ffc93a0e5b7290456d) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-02-242-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-02-231-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-02-221-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-02-212-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-02-181-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * linux-xlnx: Move default branch to latest LTSMark Hatle2022-02-172-4/+4
| | | | | | | | | | | | | | | | New default branch is xlnx_rebase_5.15_LTS. Update the SRCREV to the latest, based on 5.15.19. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-02-171-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-02-172-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.1Sivaprasad Addepalli2022-02-161-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>