summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
Commit message (Collapse)AuthorAgeFilesLines
* base-pdi: Warn the user earlier if config is missingMark Hatle2021-09-271-0/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* device-tree: Create deploy link to DTBMark Hatle2021-09-271-1/+16
| | | | | | | Bootbin support requires the dtb to be available in the deploydir as 'system.dtb'. This matches existing meta-xilinx-tools behavior. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* extract-cdo: Move from meta-xilinx-toolsMark Hatle2021-09-271-0/+34
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Enabling bootbin wiring for decoupling flow for zynqmp and versalJaewon Lee2021-09-2710-131/+98
| | | | Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
* Adding bootbin as is from xilinx-toolsJaewon Lee2021-09-275-0/+363
| | | | Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
* Update the lop file as per new cpu cluster namingNaga Sureshkumar Relli2021-09-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are changes in microblaze cpu cluster node_name and node_labels. so update the lop file accordingly to generate microblaze tune macros. Previously the microblaze.conf is generated like below For Versal: AVAILTUNES += "microblaze-cpu2" TUNE_FEATURES_tune-microblaze-cpu2 = " microblaze v10.0 barrel-shift pattern-compare reorder multiply-high divide-hard fpu-soft" PACKAGE_EXTRA_ARCHS_tune-microblaze-cpu2 = "${TUNE_PKGARCH}" TUNE_FEATURES_tune-pmc-microblaze = ${TUNE_FEATURES_tune-microblaze-cpu2} AVAILTUNES += "microblaze-cpu3" TUNE_FEATURES_tune-microblaze-cpu3 = " microblaze v10.0 barrel-shift pattern-compare reorder multiply-high divide-hard fpu-soft" PACKAGE_EXTRA_ARCHS_tune-microblaze-cpu3 = "${TUNE_PKGARCH}" TUNE_FEATURES_tune-psm-microblaze = ${TUNE_FEATURES_tune-microblaze-cpu3} For Zynqmp: AVAILTUNES += "microblaze-cpu0" TUNE_FEATURES_tune-microblaze-cpu0 = " microblaze v9.2 barrel-shift pattern-compare reorder fpu-soft" PACKAGE_EXTRA_ARCHS_tune-microblaze-cpu0 = "${TUNE_PKGARCH}" TUNE_FEATURES_tune-pmu-microblaze = "${TUNE_FEATURES_tune-microblaze-cpu0}" With the new changes the microblaze.conf is generated like below For Versal: AVAILTUNES += "microblaze-cpu0" TUNE_FEATURES_tune-microblaze-cpu0 = " microblaze v10.0 barrel-shift pattern-compare reorder multiply-high divide-hard fpu-soft" PACKAGE_EXTRA_ARCHS_tune-microblaze-cpu0 = "${TUNE_PKGARCH}" TUNE_FEATURES_tune-pmc-microblaze = "${TUNE_FEATURES_tune-microblaze-cpu0}" AVAILTUNES += "microblaze-cpu1" TUNE_FEATURES_tune-microblaze-cpu1 = " microblaze v10.0 barrel-shift pattern-compare reorder multiply-high divide-hard fpu-soft" PACKAGE_EXTRA_ARCHS_tune-microblaze-cpu1 = "${TUNE_PKGARCH}" TUNE_FEATURES_tune-psm-microblaze = "${TUNE_FEATURES_tune-microblaze-cpu1}" For Zynqmp: No change the cpu index is changed because the cpu@0 for cpus_microblaze is same for both pmc and psm, hence for better readability we updated the lop file to generate cpu0 for pmc and cpu1 for psm. Signed-off-by: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
* lopper: Move to master-next branchMark Hatle2021-09-272-1/+3
| | | | | | | | Master-next fixes some issues we were having. The new version also now requires the python 'humanfriendly' modules, so bbappend this to make it available to nativesdk and native. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* xilinx-lops: Fix missing " (quote)Mark Hatle2021-09-271-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* xilinx-lops: Update to tag firmware microblaze configsMark Hatle2021-09-271-224/+178
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* lop-microblaze-yocto.dts: Adjust to current DTB formatMark Hatle2021-09-271-32/+45
| | | | | | Add support for PLM, PMU and PSM. Only ZynqMP processing currently works. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* xilinx-lops: Add xilinx specific lop filesMark Hatle2021-09-272-0/+297
| | | | | | | | | | | Microblaze configuration is the only lop file so far, additional ones are expected. To use this: lopper.py -f --enhanced -i lops/lop-microblaze-yocto.dts microblaze-system-top.dtb tfoo.dts Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* lopper.bb: Update to latest lopper version and fix dependenciesMark Hatle2021-09-271-16/+30
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* recipe-devtools/python: Make various lopper dependencies native/nativesdkMark Hatle2021-09-277-0/+7
| | | | | | | | | | | | | | The following items are needed by lopper in a native or nativesdk config: flask flash-restful itsdangerous pandas ruamel-yaml six wekzeug Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* python3-dtc: Upgrade 1.5.1 to 1.6.0 to match oe-coreMark Hatle2021-09-271-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* python3-anytree: Powerful and Lightweight Python Tree Data StructureMark Hatle2021-09-271-0/+22
| | | | | | | | Most of the recipe was imported from meta-sca, as of commit d4de25f. https://github.com/priv-kweihmann/meta-sca/blob/d4de25fefe8495965acab05f5b210f11721aaa0e/recipes-python/python-anytree-native/python3-anytree-native_2.8.0.bb Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Updated SRCREV for 2021Sivaprasad Addepalli2021-09-271-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Revert "Updated SRCREV for 2021"Mark Hatle2021-09-271-1/+1
| | | | | | | | This reverts commit 88a17d5eaa50162417374c9a1c6d7c8d2eb0c5d2. Triggers failures in rfdc-* recipes. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Updated SRCREV for 2021Sivaprasad Addepalli2021-09-271-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* xrt_git:zocl_git:update commitidrbramand2021-09-271-2/+2
| | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* boot.cmd.generic: Define env variables for mmc boot file namesRaju Kumar Pothuraju2021-09-271-8/+12
| | | | | | | | | This patch will define uboot env variables in boot script for mmc boot file names. This will help users to update these values from uEnv.txt file. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* vcu: Updated SRCREV for 2021Mark Hatle2021-09-271-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* qemu: Updated SRCREV for 2021Mark Hatle2021-09-272-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Updated SRCREV for 2021Sivaprasad Addepalli2021-09-271-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2021Sivaprasad Addepalli2021-09-271-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* linux-xlnx.inc: Pick latest SRCREV for kmetaSai Hari Chandana Kalluri2021-09-271-1/+1
| | | | | | Pick latest SRCREV for kmeta Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* Updated SRCREV for 2021Sivaprasad Addepalli2021-09-271-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2021Sivaprasad Addepalli2021-09-272-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2021Sivaprasad Addepalli2021-09-271-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2021Siva Addepalli2021-09-271-1/+1
| | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* vcu: Sync recipes to 2021.2 json fileMark Hatle2021-09-274-5/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* kernel-modules: Sync recipes to 2021.2 json fileMark Hatle2021-09-272-4/+4
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* bootgen: Sync recipe to 2021.2 json fileMark Hatle2021-09-271-3/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* qemu-xilinx & qemu-devicetrees: Sync recipes to 2021.2 json fileMark Hatle2021-09-272-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* u-boot-xlnx: Update commit ids for 2021 releaseMark Hatle2021-09-271-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Updating commits for 2021.2 releaseJaewon Lee2021-09-271-1/+1
| | | | | | Updating linux and embeddedsw commits Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
* linux-xlnx_2021.2.bb: Updating commit for 2021.2 releaseMark Hatle2021-09-271-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* linux-xlnx_2021.2.bb: Updating commit for 2021.2 releaseMark Hatle2021-09-271-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* linux-xlnx_2021.2.bb: Updating commit for 2021.2 releaseMark Hatle2021-09-271-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* linux-xlnx_2021.2.bb: Updating commit for 2021.2 releaseJaewon Lee2021-09-271-1/+1
| | | | Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
* Revert "zynqmp-generic.conf: Adding MACHINE_FEATURES for ultra96"Mark Hatle2021-09-271-1/+0
| | | | This reverts commit de5e93d2e23e3a3ff084f5f03563dcde5c2b7c65.
* zynqmp-generic.conf: Adding MACHINE_FEATURES for ultra96Raju Kumar Pothuraju2021-09-271-0/+1
| | | | | | | Appending MACHINE_FEATURES for ultra96 "usbgadget wifi bluetooth mipi" Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Update commit ids for 2021 releaseSai Hari Chandana Kalluri2021-09-276-11/+11
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* Update XILINX_VER_MAIN to 2021.2Sai Hari Chandana Kalluri2021-09-272-3/+3
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* Update recipe names to 2012.2 from 2021.1Sai Hari Chandana Kalluri2021-09-278-0/+0
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* qemu: remove newer OECONF parameters to make qemu-xilinx 5.0 compatible with ↵Sai Hari Chandana Kalluri2021-07-152-2/+3
| | | | | | | | | | hardknott Remove --with-suffix and --with-git-submodules CONF options to make qemu-xilinx 5.0 buildable with hardknott. Additionally, clean up do_install_append file paths Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* conf/local.conf.sample: Remove inherit image-mklibsSai Hari Chandana Kalluri2021-07-151-6/+1
| | | | | | | Upstream doesnt support image-mklibs due to python3 compatibility issues. Remove it from local.conf.sample Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* layer.conf: Add honister hardknott LAYER COMPATSai Hari Chandana Kalluri2021-07-151-1/+1
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* bblayers.conf.sample: Add meta-clang as defaultSai Hari Chandana Kalluri2021-07-141-0/+1
| | | | | | meta-chromium depends on meta-clang. Add meta-clang as default in bblayers.conf.sample Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* Update SRCREV for 2021.1 releaseChristian Kohn2021-07-141-1/+1
|
* xrt_git:zocl_git:update commitidrbramand2021-07-141-1/+1
| | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>