summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental
Commit message (Collapse)AuthorAgeFilesLines
...
* meta-xilinx-standalone-experimental: various fixes for override syntax changesMark Hatle2021-10-253-6/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Convert to new override syntaxSai Hari Chandana Kalluri2021-09-2846-94/+94
| | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-core: meta: files: ↵Appana Durga Kedareswara rao2021-09-281-1/+24
| | | | | | | | | | dt-processor: Add support for zynqmp cortexr5 machine config generation This commit adds support for generating the multi config for zynqmp cortexr5 fsbl use case. 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: conf: dtb-embeddedsw: update to latest ↵Appana Durga Kedareswara rao2021-09-281-1/+1
| | | | | | | SRCREV 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: conf: dtb-embeddedsw: update to latest ↵Appana Durga Kedareswara rao2021-09-281-1/+1
| | | | | | | SRCREV 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: Typo fix in the READMEMark Hatle2021-09-281-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* experimental dtb-embeddedsw: Switch to github URL and SRCREVMark Hatle2021-09-281-1/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-setup: Add overlay dt generation supportNaga Sureshkumar Relli2021-09-281-4/+41
| | | | | | | | | | | | | | | | | | | This patch adds support to generate overly dt file. The lopper assist file, which is "xlnx_overlaydt" will get called by this dt-processor.sh script based on the arguments passed. Ex: dt-processor.sh <system dts file> overlay_dtb full With the above command it generates pl.dtsi file with overlay syntax and compiles the pl.dtsi and generates pl.dtbo. It also takes additional argument as external_fpga. As there is no partial support in versal, and we generate external_fpga dt property to apply overlay with out loading the bit file. There is no impact in the default flow, because the overlay support will come into picture with overlay_dtb argument. Signed-off-by: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* 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>