| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
This reverts commit aee55354756be9514c61f5e768dfa0370bdf8de0.
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
| |
We want to be able to install qemu-xilinx-dev package, if the user requests
qemu-dev. We can't just hard code a list, as the virtualization layer can
modify the packages produced based on the existence of Xen or not. So
dynamically compute the variable append.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
| |
sdt-description.tcl: Cleanup sdt-description.tcl
sdt-description.tcl:sdt_ipinfo: Update Flash info for SDT
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
|
| |
Remove workarounds for warnings.
Changelog for SRCREV:
dfx_mgr: Fix compiler warnings
Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
Changelog:
2023-02-04 zynqmp_r5 resource table: fix 2022.10 rebase error
Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Fix git branch URL warnings and indentation.
WARNING: linux-firmware-ti-bt-1.0-r0 do_package_write_rpm_setscene:
URL: git://git.ti.com/ti-bt/service-packs.git;protocol=https does not set any branch parameter.
The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
| |
Changes:
2023.1 Updates 1. Version Updates to the banner 2. Minor Bug Fixes
2023.1 Initial Updates 1. Copyright Updates 2. Release Updates 3. Bug Fixes
Signed-off-by: Ramya Darapuneni <r.darapuneni@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
| |
Update README.md
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
|
| |
Below are the changes getting into effect with this srcrev update:
lop-domain-linux-a53-prune: Removing all the unneeded sdfec properties from linux device tree
lopper: assists: generate_config_object: Add outdir option support
Signed-off-by: Onkar Harsh <onkar.harsh@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
| |
machineconf.json: update k24 SOM machine overrides.
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
| |
gen-machineconf:lopper outputs in build/conf/dts
Kconfig-arm.part: Kconfig-microblaze.part: Clean up rootfs packages for mb and zynq
gen_config: Fix console kconfig warnings
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Below are the updates
lopper: assists: bmcmake_metadata_xlnx: Fix failed name 'compat_list' is not defined
lopper: Delete unneeded processor node in a generic way
baremetal_assists: Modifying baremetal assists to support use of multiple ESW repos
lopper: assists: baremetal_xparameters_xlnx: Generate time stamp frequency define
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Update cpu core number by reading the cpu node reg property
This commit does the below
1) Update the cpu core number by reading the cpu node reg property.
2) Update the dict_key based on the cpu name instead of compatible string (As cpu name is unique).
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CMAKE_EXPORT_COMPILE_COMMANDS
With the latest esw code changes if we enable CMAKE_EXPORT_COMPILE_COMMANDS
it will include CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES into the path
default value this variable is /usr/include if enable this param it will
try to include application headers in /usr/include resulting compilation
error so disable this param for yocto flow.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
| |
distro
Add support for freertos distro by updating COMPATIBLE_HOST.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
parameters as per latest source code
In the latest esw source code lwip library sofware config parameter
prefix got changed from lwip_* to lwip211_* update the recipe 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>
|
|
|
|
|
|
|
|
|
|
|
| |
pm_cfg_obj copy location
xilpm library source structure is expecting the pm_cfg_obj.c file to be
available at src/zynqmp/client/common location, update the recipe 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for 2023
Below are the updates:
lib: sw_services: xilsecure: Fix config_file header not found error
lib: sw_services: xilmailbox: Fix example compilation issue
esw: Add support for c++ application compilation
esw: Include toolchain headers in compile_commands.json file
cmake: Findcommon: Remove unneeded linker files only in vitis flow
lib: bsp: standalone: Don't override cmake param when user select stdin/stdout as none
ttcps: examples: xttcps_tapp_example: Fix compilation errors
drivers: canps: Use common cmake package
Merge pull request #7 from onkarh/xlnx_rel_v2023.1_sdt_experimental
rigel_scripts: Adding newly added apps to help and correcting cmake path in settings
scripts: rigel_scripts: regen_bsp: Read Meta-data of all the libraries
Merge pull request #5 from onkarh/xlnx_rel_v2023.1_sdt_experimental
rigel_scripts: Adding -r option for passing repo_info path in all the rigel scripts
toolchain.cmake: Making spec file path configurable in the toolchain cmake files
rigel_scripts: Modifications for multi repo support and the os/library versioning
drivers/*.yaml: Adding the data dir and yaml file in drivers directory wherever missing
lib: sw_apps: lwip*: Add missing description field for the lwip perf apps
zynqmp_dram_test: Remove unneeded app.yaml file
lib: sw_apps: Imrpove titile description in yaml
lib: sw_apps: zynqmp_dram_test: Port zynqmp_dram_test app into system device-tree flow
lib: sw_apps: dhrystone: Port dhrystone app into system device-tree flow
lib: sw_services: xiltimer: Generate sleep timer freqencey define
lib: sw_services: xiltimer: Initialize the timer instance in XTime_GetTime() API
validate_bsp: Checking the args if contains "template" and assigning that value to the object
Merge pull request #6 from nrameshn/xlnx_rel_v2023.1_sdt_experimental
Updated the latest SDT for fixed platforms (vck190, vmk180, zcu102 and zcu106) HEAD TA: 9999.0_0130_2102
lib: sw_apps: lwip*: Correct the cmake parameter name
esw: Pull xiltimer by default for bsp
Merge pull request #4 from appanad/xlnx_rel_v2023.1_sdt_experimental
scripts: rigel_scripts: Updates for windows support
XilinxProcessorIPLib: drivers: CMakeLists.txt: Improve object collection
Merge pull request #3 from onkarh/xlnx_rel_v2023.1_sdt_experimental
*.yaml : Adding "type" key to all the yamls and the "version" to the lib/os yamls
lwip211: Fix cmake alternative values
sysmonpsv: Fix whitespace cmake warning
common: Fix race condition in the CMakeLists.txt file
lib: sw_services: xiltimer: Update cmake cache variables properly
lib: bsp: standalone: Update cmake cache variables properly
cmake: Findcommon.cmake: Remove unneeded files from the app linker_file folder
scripts; rigel_scripts: enable verbose by default
lib: sw_apps: freertos_hello_world: Improve yaml title field description
lib: sw_apps: empty_application: Include freertos as well to the supported os list
scripts: rigel_scripts: create_bsp: Update config entries for xiltimer
scripts: rigel_scripts: library_utils: Include xiltimer irrespective of the hardware dependency
common: Use QUIET option in find_package to suppress cmake configure warning
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
If qemu ends up depending on libmali, we want to set the PACKAGE_ARCH to
machine value as this version is now machine specific.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
As we now support enabling for libmali and lima, we want to ensure that the
components are rebuilt if/when we switch between the configurations. This
is especially true on a non-graphics optimized part.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
CONFIG_DTFILE
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kernel-module-vcu:
feat: add mcu getter/setter forward mail
Revert "Add support for reserved memory with start address not aligned on 2GB"
fix: use mutex instead of spinlock
fix: add missing fonction prototype
fix: missing variable if CONFIG_MEMORY_HOTPLUG is set
chore: reformat kernel style
fix: channel destruction
Add support for reserved memory with start address not aligned on 2GB
Code cleanup for better understanding
vcu-firmware:
chore: update to revision d20230127
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update license file checksum for vcu repos
vcu-ctrl-sw:
Update name of ctrlsw level test application binaries
chore: update to revision d20230127
Revert "Update name of ctrlsw level test application binaries"
chore: update license year
chore: update LICENSE
vcu-omx-il:
chore: update to revision d20230127
Signed-off-by: Parth Gajjar <parth.gajjar@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kernel-module-vdu:
Fix vdu core clock frequency unit to Hz
feat: add mcu getter/setter forward mail
libvdu-ctrlsw:
chore: update to revision d20230127
libvdu-omxil:
vdu: add device name setting for demo app
vdu: add HEVC index and type
chore: update to revision d20230127
vdu-firmware:
chore: update to revision d20230127
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
| |
machineconf.json: Update vek280 dtsi file name
gen_yocto_machine.py: Add support of custom machines
gen-machineconf: Add user layers
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
| |
config_microblaze: Make MIG_7SERIES as default memory
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
| |
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
|
|
|
|
|
|
|
| |
Add vdu udev-rules file to change permissions and ownership group to video.
This allows non root users to run encoder and decoder software.
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
| |
1. Enable versalnet -arch command option for versal-net devices.
2. Add COMPATIBLE_MACHINE for SOC and don't allow building for
Microblaze.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|