diff options
| author | Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> | 2023-11-06 14:28:28 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-11-14 13:54:23 -0600 |
| commit | 9baa914d9600e2a3bdcaa977f3bbcb3f2e7891eb (patch) | |
| tree | 3075be7378c7f99b722e5521332c48c5f5fd2eeb /meta-xilinx-standalone-experimental/recipes-drivers | |
| parent | 021e968fc4a03d7e0fc30b6e4605e3623ad93557 (diff) | |
| download | meta-xilinx-9baa914d9600e2a3bdcaa977f3bbcb3f2e7891eb.tar.gz | |
meta-xilinx-standalone-experimental: recipes-drivers: Add recipes for the missing drivers
Add recipes for the drivers 'dfeccf', 'dfeequ', 'dfemix', 'dfeprach',
'dp14', 'dp14rxss', 'emc', 'hwicap', 'i2srx', 'i2stx', 'nandps', 'prc',
'prd', 'rfdc', 'scutimer', 'scuwdt', 'sd_fec', 'spi', 'tft', 'trngpsv',
'usbps', 'v_hdmi_common', 'v_hdmiphy1', 'v_hdmirx1', 'v_hdmirxss1',
'v_hdmitx1', 'v_hdmitxss1', 'v_warp_filter', 'v_warp_init', 'vphy',
'dfeofdm', 'trngpsx' inorder to compile them in the sdt flow.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers')
32 files changed, 445 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeccf_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeccf_2024.1.bb new file mode 100644 index 00000000..9d17cd96 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeccf_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeccf" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeccf/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libdfeccf.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ_2024.1.bb new file mode 100644 index 00000000..1617b956 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeequ" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeequ/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libdfeequ.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfemix_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfemix_2024.1.bb new file mode 100644 index 00000000..e08e1935 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfemix_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dfemix" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfemix/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libdfemix.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm_2024.1.bb new file mode 100644 index 00000000..435e2fd2 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeofdm" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeofdm/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libdfeofdm.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeprach_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeprach_2024.1.bb new file mode 100644 index 00000000..81808fea --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeprach_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeprach" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeprach/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libdfeprach.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dp14_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dp14_2024.1.bb new file mode 100644 index 00000000..ab63d3a1 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/dp14_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dp14" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dp14/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libdp14.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dp14rxss_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dp14rxss_2024.1.bb new file mode 100644 index 00000000..4e98b2e4 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/dp14rxss_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dp14rxss" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dp14rxss/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libdp14rxss.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/emc_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/emc_2024.1.bb new file mode 100644 index 00000000..0f46f99b --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/emc_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "emc" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/emc/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libemc.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/hwicap_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/hwicap_2024.1.bb new file mode 100644 index 00000000..37d70f6a --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/hwicap_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "hwicap" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/hwicap/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libhwicap.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/i2srx_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/i2srx_2024.1.bb new file mode 100644 index 00000000..27333e13 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/i2srx_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "i2srx" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/i2srx/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libi2srx.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/i2stx_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/i2stx_2024.1.bb new file mode 100644 index 00000000..ca09a7f0 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/i2stx_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "i2stx" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/i2stx/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libi2stx.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/nandps_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/nandps_2024.1.bb new file mode 100644 index 00000000..ce3f7898 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/nandps_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "nandps" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/nandps/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libnandps.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/prc_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/prc_2024.1.bb new file mode 100644 index 00000000..12390ae2 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/prc_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "prc" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/prc/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libprc.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/prd_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/prd_2024.1.bb new file mode 100644 index 00000000..9ea7b2d8 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/prd_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "prd" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/prd/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libprd.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/rfdc_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/rfdc_2024.1.bb new file mode 100644 index 00000000..cfc106b6 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/rfdc_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "rfdc" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone libmetal" | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/rfdc/src/" | ||
| 11 | ESW_COMPONENT_NAME = "librfdc.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/scutimer_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/scutimer_2024.1.bb new file mode 100644 index 00000000..9e101058 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/scutimer_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "scutimer" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/scutimer/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libscutimer.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/scuwdt_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/scuwdt_2024.1.bb new file mode 100644 index 00000000..757a5de1 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/scuwdt_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "scuwdt" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/scuwdt/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libscuwdt.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/sd-fec_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/sd-fec_2024.1.bb new file mode 100644 index 00000000..e4f61219 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/sd-fec_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "sd-fec" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/sd_fec/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libsd_fec.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/spi_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/spi_2024.1.bb new file mode 100644 index 00000000..3e564725 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/spi_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "spi" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/spi/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libspi.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/tft_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/tft_2024.1.bb new file mode 100644 index 00000000..d8dcff08 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/tft_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "tft" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/tft/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libtft.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/trngpsv_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/trngpsv_2024.1.bb new file mode 100644 index 00000000..1651ede2 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/trngpsv_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "trngpsv" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/trngpsv/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libtrngpsv.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/trngpsx_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/trngpsx_2024.1.bb new file mode 100644 index 00000000..7699dfe5 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/trngpsx_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "trngpsx" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/trngpsx/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libtrngpsx.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/usbps_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/usbps_2024.1.bb new file mode 100644 index 00000000..c4a2fff0 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/usbps_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "usbps" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/usbps/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libusbps.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmi-common_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmi-common_2024.1.bb new file mode 100644 index 00000000..1e592d40 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmi-common_2024.1.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "v-hdmi-common" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_hdmi_common/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libv_hdmi_common.a" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmiphy1_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmiphy1_2024.1.bb new file mode 100644 index 00000000..d3d601cb --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmiphy1_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "v-hdmiphy1" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_hdmiphy1/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libv_hdmiphy1.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmirx1_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmirx1_2024.1.bb new file mode 100644 index 00000000..f2b576cd --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmirx1_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "v-hdmirx1" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_hdmirx1/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libv_hdmirx1.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmirxss1_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmirxss1_2024.1.bb new file mode 100644 index 00000000..faf57614 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmirxss1_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "v-hdmirxss1" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_hdmirxss1/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libv_hdmirxss1.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmitx1_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmitx1_2024.1.bb new file mode 100644 index 00000000..7070235e --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmitx1_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "v-hdmitx1" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_hdmitx1/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libv_hdmitx1.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmitxss1_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmitxss1_2024.1.bb new file mode 100644 index 00000000..de4f4ad9 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-hdmitxss1_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "v-hdmitxss1" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_hdmitxss1/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libv_hdmitxss1.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-warp-filter_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-warp-filter_2024.1.bb new file mode 100644 index 00000000..f908ce55 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-warp-filter_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "v-warp-filter" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_warp_filter/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libv_warp_filter.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-warp-init_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-warp-init_2024.1.bb new file mode 100644 index 00000000..ff04ec35 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-warp-init_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "v-warp-init" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_warp_init/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libv_warp_init.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/vphy_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/vphy_2024.1.bb new file mode 100644 index 00000000..1a06cf60 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/vphy_2024.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | inherit features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "vphy" | ||
| 5 | |||
| 6 | inherit esw python3native | ||
| 7 | |||
| 8 | DEPENDS += "xilstandalone " | ||
| 9 | |||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/vphy/src/" | ||
| 11 | ESW_COMPONENT_NAME = "libvphy.a" | ||
| 12 | |||
| 13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
