| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
boot-jtag script had a type for fpga-overlay and due to this it fails
to build with below errors when fpga-overlay is enabled for zynqmp or
versal devices.
$ MACHINE=zynqmp-zcu104-sdt-full devtool boot-jtag --image core-image-full-cmdline --hw_server zcu104-5
NOTE: Starting bitbake server...
NOTE: Started PRServer with DBfile: /scratch/sandeep/yocto/2024.2/yp-dev/build-yp-native/cache/prserv.sqlite3, Address: 127.0.0.1:33765, PID: 1586408
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (09:43:24.858854)
NOTE: Started PRServer with DBfile: /scratch/sandeep/yocto/2024.2/yp-dev/build-yp-native/cache/prserv.sqlite3, Address: 127.0.0.1:35749, PID: 1586439
Loading cache: 100% |###############################################################################################################################################################################| Time: 0:00:06
Loaded 26502 entries from dependency cache.
Parsing recipes: 100% |#############################################################################################################################################################################| Time: 0:00:02
Parsing of 18552 .bb files complete (18543 cached, 9 parsed). 26511 targets, 13521 skipped, 81 masked, 0 errors.
INFO: HW_SERVER Connected to: zcu104-5
INFO: Using DISTRO IMAGE: core-image-full-cmdline
INFO: SOC FAMILY: zynqmp
INFO: MACHINE: zynqmp-zcu104-sdt-full
INFO: fpga-overlay MACHINE_FEATURES is not enabled, Hence PL bitstream or PDI will be loaded at initial boot.
Traceback (most recent call last):
File "/scratch/sandeep/yocto/2024.2/yp-dev/sources/poky/scripts/devtool", line 350, in <module>
ret = main()
File "/scratch/sandeep/yocto/2024.2/yp-dev/sources/poky/scripts/devtool", line 337, in main
ret = args.func(args, config, basepath, workspace)
File "/scratch/sandeep/yocto/2024.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-core/lib/devtool/boot-jtag.py", line 82, in bootjtag
data['bit'] = glob.glob(os.path.join(deploy_dir, '*' + machine + '.bit'))[0]
IndexError: list index out of range
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
PMU FW has a bug that stomps on the MIO registers when intializing GEM.
Backport this patch from master to 2024.2 builds
Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change log:
arm64: zynqmp: Add eeprom labels for System Controller dts
video: zynqmp: Add support for reset
arm64: zynqmp: A few clock-related changes for VE-P-A2112 board
arm64: zynqmp: Add gpio description for SCM
arm64: zynqmp: Update MIO GPIO on Kria SC controllers
arm64: zynqmp: Update PHY settings on Kria SC controller
arm64: zynqmp: Use tabs for indentation in sc-k24
Revert "Makefile: Fake external blob with BINMAN_ALLOW_MISSING=1"
arm64: zynqmp: Fix binman-sc description (regular expression)
arm64: zynqmp: Set default RTC device at start
arm64: zynqmp: Configure SoC RTC on SOM
arm64: zynqmp: Wire all SC DTBs
arm64: zynqmp: Add description for SOM based SC on vr-r-a2488-00
net: gem: Remove undocumented is-internal-pcspma dt flag
arm64: zynqmp: Add support for VE-P-A2112 SC controller
arm64: zynqmp: Add description for SC on vek385
arm64: xilinx: Add description for SCM
arm64: xilinx: Add description for SC based on K24
arm64: zynqmp: Also generate images with single DT
arm64: zynqmp: Remove mkimage fit script
arm64: zynqmp: Generate u-boot.itb and QSPI image via binman
arm64: zynqmp: Add binman description for SOM
arm64: zynqmp: Describe empty binman node
binman: Add option for pointing to separate description
arm64: zynqmp: Remove overlays and add new dtb entries for ZynqMP
kbuild: cherry-pick kbuild fdtoverlay changes from linux
Signed-off-by: Dasari Sharath Kumar <sharath.kumar.dasari@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
Change log:
Remove the checks for board names and revisions.
Bump version to 1.4
Signed-off-by: Dasari Sharath Kumar <sharath.kumar.dasari@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
PM Server init exception handling changed.
Some regulator api changed.
Signed-off-by: Salih Erim <salih.erim@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Pull in new script to initialize boards based on carrier card eeprom
label
Changelog:
If the Device tree has an eeprom labeled as eeprom_cc, then use that
Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
VEK385 board initial support
VR-R-A2488-00 board initial support
VN-P-B2197-00 board initial support
Several bug fixes about sysmon-i2c, regulators apis
Signed-off-by: Salih Erim <salih.erim@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
|
|
|
|
|
|
|
|
| |
Due to various DEPENDS this recipe no longer builds native or nativesdk.
References to both were removed in the past, so this should no longer
be needed.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
esw-conf is required by some gen-machine-conf workflows, so it should always
be available for the user.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
Without this, the wrong version could get built. Generally this isn't an
issue, however there are some tool differences in various versions.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
Add vek280-pl-aie-vdu-fw recipe.
Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
Board manifest files updated due to voltage functionality
is not complete for eval boards yet.
Signed-off-by: Salih Erim <salih.erim@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
|
|
|
|
|
|
|
|
| |
Raft-PM update for SC_Update7 release with
branch 2024.2
Signed-off-by: Salih Erim <salih.erim@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
If this layer is enabled, always add the mali400 udev rule. If run on a
system without a mali400 it will have no effect other then taking a very
small amount of disk space. This avoids the need to have a MACHINE_ARCH
package when mali400 is enabled in MACHINE_FEATURES.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit f8ed28464b639a65268aebcab7fe23af4b5d97b0)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Updated changelog for 2024.2, removed redundant entries
sysmonpsv: Add doxygen and editorial fixes
dp14txss: zcu_pt_dp14_hdcp: Fix DP14 HDCP multi combination issues
|
|
|
|
|
|
|
|
| |
Changelog:
Remove dp14txss: zcu_pt_dp14_hdcp: Fix DP14 HDCP multi combination issues
Updated changelog for 2024.2
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
| |
Updated chnagelog for 2024.2
Update changelog for xilloader, xilplmi, xilasu, asufw and spartanup_plm
|
|
|
|
| |
lopper: assists: gen_domain_dts: delete unneeded nodes for zephyr MB-V
|
|
|
|
|
|
|
|
| |
Add links to SDT Multiconfig build instrcution before packaging and
deploying the fw applications.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
Add SDT Multiconfig baremetal or FreeRTOS build instructions.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
sw_services: xilcert: Additional sub-fields in TCB Info extension
sw_services: xilloader: Get application version from user optional data
sw_services: xilloader: Store SPK ID used during boot in RTCA
Updated changelog for 2024.2
|
|
|
|
| |
driver:src: Elfloader unaligned data writes handled properly
|
|
|
|
| |
petalinux 2024.2
|
|
|
|
|
|
| |
This reverts commit 9bab9bc22ab53a4df2c7c734974a266e016d8b88.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
This reverts commit d0a57928b254e0f0033e9eec1768f1845e7a340f.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
This reverts commit e5c4214549e317f4e9383f49f4f57d80595be23c.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
examples: zynqmp_r5: Enable CMake to pass in app binary name
|
|
|
|
|
|
|
|
| |
Based on request from canonical they have asked to update SOMAJOR and
SO version, earlier version was 1 and new version is 2
Signed-off-by: Rajiv Mohan <rajiv.mohan@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
| |
update license file for 2024.2 release
xilpm: versal: server: Request AIE2 from PMC to keep it on
|
|
|
|
|
|
|
|
|
|
|
| |
xilpm: versal_net: server: Increase xilpm bytebuffer size to 78K
xilplmi: Fix chunk boundary handling in KeyholeXfr logic
xilpm: versal: server: Exclude AIE during XPm_InitFinalize
sw_services: xilplmi: remove 2nd file open call in tcl
Thirdparty: bsp: freertos: Dont Enable stack overflow protection
sw_services:xilsecure:Removed END label in XSecure_AesDecryptUpdate
sw_services:xilocp:Added redundancy checks for dynamic reconfiguration
sw_services:xilpdi: Fix optional data start address calculation during PPDI
|
|
|
|
| |
lopper: assits: yaml_bindings: Add audio snd-pcm proerties
|
|
|
|
|
| |
crypto: xilinx: aes-gcm: Initialize key source with default value
misc: xilinx-ai-engine: Remove extra of_node_get in aperture probe
|
|
|
|
|
| |
add copyright information to options.cmake
update soname
|
|
|
|
|
|
|
|
|
| |
Changelog:
Updating the petalinux to its latest version (#8572) (#8573)
Removed a debug msg which is a overhead of the performance for async operation. (#8565) (#8566)
Signed-off-by: Manoj Takasi <mtakasi@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
|
|
|
|
| |
xen: restrict PM_FPGA_READ to Dom0
|
|
|
|
| |
driver:src: Update CMakefile to add latest Aie2ps files
|