summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-standalone-experimetnal: Move from using DISTRO to MACHINE featuresMark Hatle2023-01-16146-149/+149
| | | | | | | | | | | | | | Using DISTRO_FEATURES will affect task hashes for non-target recipes. This triggers some signficant unnecessary rebuilds. Since these options all point back to a given device-tree (related) setting they really are machine, not distribution specific anyway. So the change should also better align to the purpose of the settings. Additionally, change dt-processor.sh to generate MACHINE_FEATURES instead of DISTRO_FEATURES. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: Update recipes as per latest lopper updatesAppana Durga Kedareswara rao2023-01-061-1/+0
| | | | | | | | With the latest lopper changes memory.ld file is no longer getting generated update the recipes for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: Update machine name checks to inline ↵Appana Durga Kedareswara rao2023-01-061-1/+1
| | | | | | | | | | | with latest system device-tree system device-tree repo (DTG++) has updated the processor label names to inline with xsa ip naming, update the machine checks in the recipes for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Fix file permissionsJohn Toomey2022-12-0214-0/+0
| | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: Update as per latest lopper updatesAppana Durga Kedareswara rao2022-11-211-1/+1
| | | | | | | | | | lopper baremeal assists got updated to take cpu name as input instead of yocto machine name this commit updates the dt-processor.sh script for the same, and also adds support for generating mulit config machine for Other processor cores (Cortexr5-1 etc...) Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: recipes-drivers: Add recipe for ↵Appana Durga Kedareswara rao2022-07-051-0/+5
| | | | | | | | | | | compiling bram driver examples This recipe compiles the bram driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 30324555e14593bff4ef2c5ff00493e483cf3209) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: Wrap do_configure:prependMark Hatle2022-06-131-0/+2
| | | | | | | | | | The do_configure prepend steps need to run in the 'S' directory, so wrap the operations to prevent them from changing the working directory for the rest of the do_configure operations. Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 7c5519b8b1dc782fd0fa50ac426094f9225de80a) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-drivers: sysmonpsv: Update ↵Appana Durga Kedareswara rao2022-05-241-1/+1
| | | | | | | | | depends as per latest driver source Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 1cc380dc462634c9fadadd7984e2f51d5d91a525) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
* meta-xilinx-standalone-experimental: Deploy images to sub folder having ↵Appana Durga Kedareswara rao2022-05-241-2/+2
| | | | | | | | | | | | component/recipe name This commit updates the deploy task to deploy images to a sub folder having component name. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 7aeb23ee3072153f20c9a09d71f47505a2bc8a41) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
* meta-xilinx-standalone-experimental: Change from lopper.py to lopperMark Hatle2022-03-089-10/+10
| | | | | | | | | 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>
* Convert to new override syntaxSai Hari Chandana Kalluri2021-11-021-2/+2
| | | | | | | | | | 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-drivers: clockps: Add recipe ↵Shubhrajyoti Datta2021-11-021-0/+39
| | | | | | | | | for compiling clockps driver examples This recipe compiles the intc driver examples. Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Convert to new override syntaxSai Hari Chandana Kalluri2021-09-288-8/+8
| | | | | | | | | | 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-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: 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: 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>
* 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>
* ospipsv: Generate xparameters.h file as part of configureMark Hatle2021-09-271-0/+6
| | | | 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>
* 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>
* 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>
* 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>
* recipe-drivers: v-scenechange-example: Add recipe for compiling ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | v-scenechange driver examples This recipe compiles the v-scenechange driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-scenechange: Add recipe for compiling v-scenechange driverAppana Durga Kedareswara rao2021-09-271-0/+13
| | | | | | This recipe compiles the v-scenechange driver. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-mulit-scaler-example: Add recipe for compiling ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | v-mulit-scaler driver examples This recipe compiles the v-mulit-scaler driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-mulit-scaler: Add recipe for compiling v-mulit-scaler driverAppana Durga Kedareswara rao2021-09-271-0/+13
| | | | | | This recipe compiles the v-mulit-scaler driver. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-gamma-lut-example: Add recipe for compiling v-gamma-lut ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | driver examples This recipe compiles the v-gamma-lut driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-gamma-lut: Add recipe for compiling v-gamma-lut driverAppana Durga Kedareswara rao2021-09-271-0/+13
| | | | | | This recipe compiles the v-gamma-lut driver. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-demosaic-example: Add recipe for compiling v-demosaic ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | driver examples This recipe compiles the v-demosaic driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-demosaic: Add recipe for compiling v-demosaic driverAppana Durga Kedareswara rao2021-09-271-0/+13
| | | | | | This recipe compiles the v-demosaic driver. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: sysmonpsv-example: Add recipe for compiling sysmonpsv driver ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | examples This recipe compiles the sysmonpsv driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: pciepsu-example: Add recipe for compiling pciepsu driver ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | examples This recipe compiles the pciepsu driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-frmbuf-wr-example: Add recipe for compiling v-frmbuf-wr ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | driver examples This recipe compiles the v-frmbuf-wr driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-frmbuf-wr: Add recipe for compiling v-frmbuf-wr driverAppana Durga Kedareswara rao2021-09-271-0/+13
| | | | | | This recipe compiles the v-frmbuf-wr driver. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-frmbuf-rd-example: Add recipe for compiling v-frmbuf-rd ↵Appana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | | | driver examples This recipe compiles the v-frmbuf-rd driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-frmbuf-rd: Add recipe for compiling v-frmbuf-rd driverAppana Durga Kedareswara rao2021-09-271-0/+13
| | | | | | This recipe compiles the v-frmbuf-rd driver. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-mix-example: Add recipe for compiling v-mix driver examplesAppana Durga Kedareswara rao2021-09-271-0/+5
| | | | | | This recipe compiles the v-mix driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipe-drivers: v-mix: Add recipe for compiling v-mix driverAppana Durga Kedareswara rao2021-09-271-0/+13
| | | | | | This recipe compiles the v-mix driver. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>