summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental
Commit message (Collapse)AuthorAgeFilesLines
...
* meta-xilinx-setup: Bundle the configuration scriptMark Hatle2021-09-284-0/+800
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* device-tree: rework prestep integrationMark Hatle2021-09-281-2/+4
| | | | | | | | | | | All configurations are expected to pass in a pre-processed device tree. Use this version unconditionally. In order to allow a Linux build, without 'system-top.dtb', we need to prepend the components in do_deploy as they expect some level of processing to have happened. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: intc-example: Add ↵Appana Durga Kedareswara rao2021-09-281-0/+5
| | | | | | | | | recipe for compiling intc driver examples This recipe compiles the intc driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: xilffs-example: Fix YAML file ↵Sai Krishna Potthuri2021-09-281-2/+25
| | | | | | | | | dependency for compilation This patch fix the YAML file dependency to compile xilffs example. Signed-off-by: Sai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-libraries: xilnvm: Add recipe ↵Appana Durga Kedareswara rao2021-09-281-0/+6
| | | | | | | for compiling xilnvm library Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-libraries: xilnvm-example: Add ↵Appana Durga Kedareswara rao2021-09-281-0/+28
| | | | | | | recipe for compiling xilnvm library examples Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-libraries: xilpuf-example: Add ↵Appana Durga Kedareswara rao2021-09-281-0/+28
| | | | | | | recipe for compiling xilpuf library examples Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-libraries: xilsecure-example: ↵Appana Durga Kedareswara rao2021-09-281-0/+28
| | | | | | | Add recipe for compiling xilsecure library examples Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-libraries: xilmailbox-example: ↵Appana Durga Kedareswara rao2021-09-281-0/+37
| | | | | | | Add recipe for compiling xilmailbox library examples Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-libraries: xilfpga-example: Add ↵Appana Durga Kedareswara rao2021-09-281-0/+28
| | | | | | | recipe for compiling xilfpga library examples Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-libraries: Update dependencies ↵Appana Durga Kedareswara rao2021-09-282-2/+2
| | | | | | | with xiltimer library Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-libraries: xilmailbox: Update ↵Appana Durga Kedareswara rao2021-09-281-1/+1
| | | | | | | dependencies with xiltimer library Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-libraries: xilfpga: Update ↵Appana Durga Kedareswara rao2021-09-281-0/+1
| | | | | | | | | | dependency for versal platform For compiling xilfpga library on versal platform it has a dependency on xilmailbox library, Update the recipe for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: uart*: Update ↵Appana Durga Kedareswara rao2021-09-282-5/+10
| | | | | | | | | | | do_configure_prepend task uartlite and uartns550 driver recipes need to send additional parameter for lopper assist, This commit updates the do_configure_prepend task for this. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: Move from device-tree-lops to device-treeMark Hatle2021-09-284-90/+20
| | | | | | | | | | The device trees are now generated by the user as part of the configuration steps. As such, we need to simply copy/process these device trees as part of the system build so adjust the various usages to the new variable CONFIG_DTFILE, which is a full path reference to the device tree for a particular configuration. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: conf: dtb-embeddedsw.inc: Update repo ↵Appana Durga Kedareswara rao2021-09-271-2/+2
| | | | | | | | | for preview release Update repo for preview release. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-applications: peripheral-tests: ↵Appana Durga Kedareswara rao2021-09-271-3/+3
| | | | | | | | | | Update deploy task to sync with other application recipe Update the peripheral test deploy taks to sync with other esw application recipes. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: Move away from DATETIMEMark Hatle2021-09-2713-26/+39
| | | | | | | | Instead of using DATETIME to IMAGE_VERSION_SUFFIX. This uses image-artifact-names class to sync all of the recipes with a reproducible output version. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: uartpsv: Add recipe ↵Raviteja Narayanam2021-09-271-0/+6
| | | | | | | | for examples Added recipes for compiling examples. Signed-off-by: Raviteja Narayanam <raviteja.narayanam@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: trafgen-example: Add ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | recipe for compiling trafgen driver example This recipe compiles the trafgen driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: trafgen: Add recipe ↵Appana Durga Kedareswara rao2021-09-271-0/+13
| | | | | | | | for compiling trafgen source code This recipe compiles the trafgen source code. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: usb-example: Add ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | recipe for compiling usb driver example This recipe compiles the usb driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: usb: Add recipe for ↵Appana Durga Kedareswara rao2021-09-271-0/+13
| | | | | | compiling usb driver Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: axipmon-example: Add ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | recipe for compiling axipmon driver example. This recipe compiles the axipmon driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: axipmon: Add recipe ↵Appana Durga Kedareswara rao2021-09-271-0/+13
| | | | | | for compiling axipmon driver Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: Added recipe to compile xilffs exampleSai Krishna Potthuri2021-09-272-0/+7
| | | | | | | | This patch does following - Add SDPS driver dependency to compile xilffs library. - Add recipe to compile xilffs example. Signed-off-by: Sai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com>
* clk-wiz: Add recipe for compiling clk_wiz driverAppana Durga Kedareswara rao2021-09-271-0/+13
| | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: nandpsu: Fix naming in ↵Appana Durga Kedareswara rao2021-09-271-3/+3
| | | | | | | | | the recipe This commit fixes the naming of the features check and ESW_COMPONENT_NAME and ESW_COMPONENT_SRC variables. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* xxvethernet: Fix naming in the recipeAppana Durga Kedareswara rao2021-09-271-4/+4
| | | | | | | This commit fixes the naming of the features check and ESW_COMPONENT_NAME and ESW_COMPONENT_SRC variables. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: wdttb-example: Add ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | recipe for compiling wdttb driver examples This recipe compiles the wdttb driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: uartns550: Add recipe ↵Raviteja Narayanam2021-09-272-0/+20
| | | | | | for driver and examples Signed-off-by: Raviteja Narayanam <raviteja.narayanam@xilinx.com>
* meta-xilinx-standalone-experimental: recipe-drivers: iic: Add recipes for ↵Raviteja Narayanam2021-09-272-0/+18
| | | | | | | | iic driver Add recipes for compiling iic driver and examples Signed-off-by: Raviteja Narayanam <raviteja.narayanam@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: intc: Add recipe for ↵Appana Durga Kedareswara rao2021-09-271-0/+13
| | | | | | compiling intc driver source Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipes-applications: Update custom linker support for empty application and ↵Appana Durga Kedareswara rao2021-09-272-0/+6
| | | | | | hello world recipes Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* Enabling bootbin wiring for decoupling flow for zynqmp and versalJaewon Lee2021-09-271-0/+5
| | | | Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
* fsbl-firmware: Update to match current configurationMark Hatle2021-09-272-53/+47
| | | | | | | The fsbl has been renamed to fsbl-firmware, and some adjustments to the build method are required to match how standalone and xsct version work. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* ospipsv: Generate xparameters.h file as part of configureMark Hatle2021-09-271-0/+6
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* psm/pmu/plm-firmware: Fix .bin generationMark Hatle2021-09-273-3/+3
| | | | | | The .bin name should follow the same format as the regular component name. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* dtb-embeddedsw.inc: Update license checksumMark Hatle2021-09-271-0/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipes-drivers: Add recipe for dfxasm driver and ↵Siva Durga Prasad Paladugu2021-09-272-0/+18
| | | | | | | | its example This patch add recipes needed for building dfxasm driver and its example. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
* dtb-embeddedsw.inc: Unify the approach to overridingMark Hatle2021-09-273-5/+15
| | | | | | | | | Add an 'experimental' configuration, and default to this when using any of the experimental esw based recipes. The class must be inherited first, and THEN the override processed. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* cusdma-ex: Rename the csudma driver example recipeAppana Durga Kedareswara rao2021-09-271-0/+0
| | | | | | | This commit renames the csudma example recipe to make recipe name consistent with other driver example recipe names. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* classes: esw_examples: Add support for custom linker scriptAppana Durga Kedareswara rao2021-09-271-0/+3
| | | | | | | | Custom linker script can be provided via cmake gui CUSTOM_LINKER_FILE variable or by updating ESW_CUSTOM_LINKER_FILE variable in local.conf file. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: classes: esw: Update LICFILENAME variableAppana Durga Kedareswara rao2021-09-271-0/+1
| | | | | | | | When using EXTERNALSRC_pn the LICFILENAME variable is set to None, Correct the LICFILENAME variable so that we can compile things with EXTERNALSRC_pn. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-applications: ↵Appana Durga Kedareswara rao2021-09-271-0/+39
| | | | | | | | | empty-application: Add recipe for custom application This commit adds recipe for custom application compilation, Custom application files path will provided via CUSTOM_SRCFILE variable. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: v-frmbuf-*: Add task ↵Appana Durga Kedareswara rao2021-09-272-4/+10
| | | | | | | | | | | for generating _g.c file For v-frmbuf-* driver _g.c file name is different from the regular drivers If we use do_generate_driver_data _g.c file is not getting copied to source folder, So add own do_configure_prepend task instead of using do_generate_driver_data task. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-applications: fsbl-zynqmp: Copy ↵Appana Durga Kedareswara rao2021-09-271-0/+18
| | | | | | | | | psu_init files This commit adds a task for copying psu_init files from the system device-tree folder. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-applications: peripheral-tests: ↵Appana Durga Kedareswara rao2021-09-271-0/+63
| | | | | | | | | | Add recipe for peripheral test This recipe does the below --> Generates the required meta-data files for the periheral test. --> Compiles the peripheral test application. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* device-tree-lops: Fix concurrency issue w/ lopper temp fileMark Hatle2021-09-271-6/+6
| | | | | | | | | Lopper will use the location of the input device tree for temporary files, unless -O is passed. With multiconfig it was possible for multiple passes on the same files, causing a collision if they all processed at the same time. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* various: Fix distro_feature_check warning and dependenciesMark Hatle2021-09-2718-26/+26
| | | | | | | | | distro_feature_check is deprecated, and feature_check should be used now. Also remove duplicate dependencies, each of the removed dependencies is already present in the various inherited class elements. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>