| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add system device tree bsp README which provide BSP settings such
as QEMU PMC/PMU DTB, QEMU PS DTB etc.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
QEMU PLM error code are observed as shown below.
[13422.262]****************************************
[13422.490]Xilinx Versal Platform Loader and Manager
[13422.508]Release 2024.1 Mar 30 2024 - 14:13:53
[13422.562]Platform Version: v0.0 PMC: v0.0, PS: v0.0
[13422.588]BOOTMODE: 0x5, MULTIBOOT: 0xF0000000
[13422.608]****************************************
[13427.899]Non Secure Boot
[13441.028]PLM Initialization Time
[13441.090]***********Boot PDI Load: Started***********
[13441.191]Loading PDI from SD1
[13441.218]Monolithic/Master Device
[14850.660]1409.510 ms: PDI initialization time
[14850.719]+++Loading Image#: 0x1, Name: lpd, Id: 0x04210002
[14850.755]---Loading Partition#: 0x1, Id: 0xC
[14892.625] 41.831 ms for Partition#: 0x1, Size: 11360 Bytes
[14893.706]---Loading Partition#: 0x2, Id: 0x0
[14902.163] 7.679 ms for Partition#: 0x2, Size: 65104 Bytes
PSM Firmware version: 2024.1 [Build: Mar 30 2024 14:13:53 ]
[15013.595]+++Loading Image#: 0x2, Name: pl_cfi, Id: 0x18700000
[15014.589]---Loading Partition#: 0x3, Id: 0x3
[21947.779]Polling 0xF11A0000 Mask: 0xFFFFFFFF ExpectedValue: 0x14CAA093
[21949.039]MaskPoll: Addr: 0x0F11A0000, Mask: 0xFFFFFFFF, ExpVal: 0x14CAA093, Timeout: 1000000, RegVal: 0x14CA8093 ...ERROR
[21951.067]CMD: 0x00040101 execute failed, Processed Cdo Length 0x84
[21952.260]CMD Payload START, Len:0x00000004
0x00000000F20000A8: 0xF11A0000 0xFFFFFFFF 0x14CAA093 0x00000001
0x00000000F20000B4:
[21954.516]CMD Payload END
[21955.035]Error loading PL data:
CFU_ISR: 0x00000000, CFU_STATUS: 0x0000080C
PMC ERR1: 0x00000000, PMC ERR2: 0x00000000
[21957.810]PLM Error Status: 0x21010001
[21958.489]============Register Dump============
[21959.269]PMC_TAP_IDCODE: 0x14CA8093
[21959.887]EFUSE_CACHE_IP_DISABLE_0(EXTENDED IDCODE): 0x00004000
[21960.901]PMC_TAP_VERSION: 0x03000000
[21961.516]CRP_BOOT_MODE_USER: 0x00000005
[21962.179]CRP_BOOT_MODE_POR: 0x00000005
[21962.823]CRP_RESET_REASON: 0x00000202
[21963.462]PMC_GLOBAL_PMC_MULTI_BOOT: 0xF0000000
[21964.242]PMC_GLOBAL_PWR_STATUS: 0x00000000
[21964.946]PMC_GLOBAL_PMC_GSW_ERR: 0x00000000
[21965.666]PMC_GLOBAL_PLM_ERR: 0x00000000
[21966.342]PMC_GLOBAL_PMC_ERR1_STATUS: 0x00000000
[21967.136]PMC_GLOBAL_PMC_ERR2_STATUS: 0x00000000
[21967.917]PMC_GLOBAL_GICP0_IRQ_STATUS: 0x20000000
[21968.713]PMC_GLOBAL_GICP1_IRQ_STATUS: 0x00000000
[21969.507]PMC_GLOBAL_GICP2_IRQ_STATUS: 0x00000000
[21970.307]PMC_GLOBAL_GICP3_IRQ_STATUS: 0x00000000
[21971.113]PMC_GLOBAL_GICP4_IRQ_STATUS: 0x00000000
[21971.921]PMC_GLOBAL_GICP_PMC_IRQ_STATUS: 0x00000000
[21972.767]============Register Dump============
This is due to default QEMU_HW_DTB_PS used from versal-generic.conf
file doesn't work for VMK180 machine conf file.
Fix QEMU PLM boot issue by setting the right QEMU_HW_DTB_PS to
board-versal-ps-vmk180.dtb.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update QEMU_HW_DTB_PMC to use board-versal-pmc-virt.dtb instead of
board-versal-pmc-vc-p-a2197-00.dtb as board-versal-pmc-vc-p-a2197-00.dtb
dtb targets tenzing board.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
arm64: versal-net Add dcc node and dcc in aliases for versal-net-ipp-rev1.9.dts
mtd: spi-nor: Remove SPI_NOR_OCTAL_READ flag
soc: zynqmp: Add the IDcode for TEG variant
zlib: Remove incorrect ZLIB_VERSION
zlib: Port fix for CVE-2016-9841 to U-Boot
zlib: Rename write variable to wnext (window write index)
zlib: Rename this variable to here (current decoding table entry)
configs: versal: Disable the config for spansion flash
|
| | | |
| | | |
| | | |
| | | | |
m25p80: Consider 4byte address for octal ddr mode
|
| | | |
| | | |
| | | |
| | | | |
vck190: Add 2g OSPI flash
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
versal: Add support for xqvm1102, xqve2102, xqvp2502, xqvp1052 and xqve2302
versal: Add support for xave2602 and xave2802
versal: SE variants support
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
versal: Add support for the SE variant of xcvp1002
versal: Add support for the SE variant of xcvm2152
versal: Add support for xcvm2152
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
1. Update versal dfx static and partial load instructions.
2. Add Versal segmented configuration load instructions.
3. Also update zynqmp logs.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
1. Make bit or bin or pdi as required input for firmware recipes. If bit
or bin or pdi of respective soc_family is not included then raise
bitbake parse skip recipe errors.
2. Check for absolute dtbo/bin/bit path if any of these files exits
in SRC_URI.
3. Skip recipe if both dtbo and dts/dtsi found in SRC_URI.
4. Fix logic to convert from bit to bin for zynqmp or zynq soc family.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changelog:
Configure both channel IDs for aie_trace & aie_profile (#8038)
Fix bug in Edge sw_emu flow (#8044)
add cmake definition for linux builds (#8042)
Improvements to AIE trace on clients (#8039)
Fixing the map operator logic (#8040)
Implementation of Hip stream apis (#8018)
Hip test tidy up (#8029)
Simplifying hip memory APIs interfaces. (#8037)
CR-1192489: Memory Module Metric Event IDs are produced in tiles where no Mem
Port kernel driver to Linux 6.8 (#8005)
Fix on client to correct partition info device query request (#8033)
VITIS-11112 HIP Binding: Memory Management. (#7983)
Signed-off-by: saumya garg <saumya.garg@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add a version header file in plain text format required for Versal
machines using the optional data field in the BIF file for version
information
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit c6ae24ee38a69e4bcd463337aed43276d70845df)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add optional data section to BIF file generation code to be used with
version or other information
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit cdeb46c57358e579be9f1c1be95a544fd0e713e4)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
missing one commit form latest
d67410d openamp: xlnx: Update model parsing
Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
FAL now has a compile switch when compiling for Linux platforms, this
change will enable this flag when compiling FAL examples.
Signed-off-by: Gregory Williams <gregory.williams@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | | |
apps: zynqmp_r5: zynqmp: Add default values in case they are missing in BSP
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
driver: src: Remove old resource manager code
fal: src: rsc: Fix broadcast all bug for Linux backend
fal: src: rsc: Add error logs for all resource types
|
| | | |
| | | |
| | | |
| | | | |
OpenAMP passthrough to a domU
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
EXPORT_COMPILE_COMMANDS
When enabled, this will inject "-isystem /usr/include" into the generated
cmake files. This is not ideal, and possibly a bug in the esw sources.
Until this is resolved, disabled this behavior.
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
sw_apps: zynqmp_pmufw: Add ipipsu driver dependency in metadata file
sw_apps: versal_psmfw: Add ipipsu driver dependency in metadata file
sw_services: xilpm: Add ipipsu driver dependency in metadata file
tmrctr: Update examples to complete execution within 1 seconds
scripts: pyesw: create_bsp: Update the top-level CMake file to include the bsp include folder
scripts: pyesw: Generate preprocessed file always inside domain directory
emacps: Fix the mask for XEmacPs_BdGetBufAddr
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
d67410d openamp: xlnx: Update model parsing
9e880fa openamp: xlnx: remove a2197
e4b6f3b lopper: assists: gen_domain_dts: Update symbol node entry for gic_its node
5069563 base/phandle: add resets and assigned-clocks
4d61969 lopper: assists: gen_domain_dts: Add option to keep TCM nodes
5666b57 lopper: assists: baremetal_validate_comp_xlnx: Update the assist to handle use cases where dev_type is missing in the driver yaml
88f9171 lopper: assists: baremetal_validate_comp_xlnx: Update mem_type check for microblaze_riscv
fa2aab9 lopper: assists: baremetal_xparameters_xlnx: Generate reg and interrupt defines for all possible ranges
Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
when user changes any config in u-boot menu config then
we are saving that in user-<timestamp>.cfg.
While adding that user*.cfg to SRC_URI space is missing
and it was treated as different file and getting compilation issue.
The space missed in below line
meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc#L19.
Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add Xen INITRD image creation steps for JTAG or SD INITRD
boot modes.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
1. Add missing xen jtag boot steps.
2. Add info on how to calculate zynqmp xen image offset for JTAG boot.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
1. Add missing xen jtag boot steps.
2. Add info on how to calculate Versal xen image offset for JTAG boot.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 1c8cb60444e8e5170a46ae8a5657e164f6657f37.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changelog:
VITIS-9887: xrt support for multiple graph linking and compilation (#8030)
VITIS-11100 Display all AIE columns (#8015)
VITIS-11102 Remove device status from Ryzen report json (#8031)
Providing build metadata to version file (#8028)
initial trace updates for client (#7980)
removed debug line (#8026)
Only use the XDP Static DB methods supported for Client Flow in ML Timeline Plugin (#8025)
adding new job notify-slack (#8019)
Incorporate partition shifts and support ML metadata (#8021)
Adjusting build number for TA to pick up the build (#8024)
Add noshim to ishim. Next maybeshim? (#8023)
Handle an error for aie_trace plugin on client (#8020)
Update cmake to pick up HIP header files from Linux distribution area… (#8022)
Update Aie Enums to be compatible with future changes (#7910)
XRT support for independent AIE graph compilation and linking (#7999)
Change Shell name for RAVE Platform (#8017)
HIP tests for GPU and other build improvements (#8008)
VITIS-11114 - Command, Event, kernel_start, and copy_buffer classes and Event API Implementation Part1 (#8007)
VITIS-11369 Improve get xclbin name method (#7997)
Hide symbols from xrt.h header (#7998)
Added variable to store the actual buffer size in xobj (#8014)
Adding os_ver in matrix (#8016)
removed headers related to xcl apis from xdp code (#8009)
patch fix for build number for windows (#8013)
Modifying build number and fix SJ release intermittent issue (#8012)
add xrt::elf raw elf data constructor (#7963)
master pipeline for xrt in Gh actions (#8004)
Do not move an r-value (#8003)
Update license (#8001)
Adjustments to identifying, handling, and reporting active core/memory modules in AIE profile & trace (#7990)
Adjusting profiling API logging to account for recursive calls to monitored APIs (#8000)
CR-1123282 - Use get_size sdr request to receive sensor (#7944)
Update skd files to remove xcl apis (#7995)
Replacing xcl Apis : xclDeviceInfo2 and xclGetSysfsPath (#7994)
calculate correct global index for event tiles vector (#7991)
Workaround to limit Aperture Size Limit as part of QDMA Queues for SOFT QDMA IP. (#7979)
CR1178636: AIE Memory Read Throughputs are 0 (#7981)
VITIS-11517 Remove ReportMemory from Ryzen in XRT (#7978)
change buf size to decrease throughput (#7986)
fix for IVT failure (#7989)
Further cleanup of xcl apis for pcie build (#7988)
VITIS-11114 - HIP API initial Implementation (#7951)
Use xrt::ip to read registers for XDP PL Deadlock Diagnosis (#7984)
Replace xclOpen/Close in XDP (#7985)
Fix seg fault when device not available is provided (#7972)
VITIS-9706: xrt support for adf event apis (#7926)
VITIS-11418 Upgrade AIE partition report. (#7976)
Fix TXT tests for Linux (#7982)
libqdma: Updating QDMA to its latest commit (#7977)
Initial implementation of Hip module and function apis (#7964)
xclbinutil changes to support multiple aie.resources.bin (#7970)
CRs 1191344 & 1190977 - Bug fixes for AIE profile/trace on Edge (#7974)
Move metadata Reader to static database (#7949)
Add an aie trace timestamp binary data format (#7966)
build number is - ${{ github.run_number }}_${{ github.run_attempt }} (#7969)
Fixing clock rate retrieval in case of zero (#7975)
Delete .github/workflows/xrt-pr-comment-ci.yaml (#7973)
CR-1191367 Use PCI revision ID and deivce ID to identify device (#7971)
Clean up hip tests to please clang-tidy (#7965)
VITIS-11112 HIP Binding: Memory Management (#7929)
Seperated bar mapping from probe in the xbmgmt driver. (#7927)
xbutil fix help menu (#7960)
XRT build drops a kernel-doc directory in the PWD (#7935)
add initial support for transforming PDIs in AIE_PARTITION (#7954)
Use debug_ip_layout_path device query in place of xclGetDebugIPlayoutPath (#7962)
Enable clang-tidy for hip tests (#7943)
using branch for test summary instead of version (#7961)
Updating trace clock for PL (#7959)
CR-1190692 Add method to set read range on xrt::ip (#7957)
CR-1187549 (#7956)
Add support for debug buffer object in XRT for internal use (#7955)
Signed-off-by: saumya garg <saumya.garg@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Building libmetal and openamp using poky core-image-minimal requires
providers, Hence set default libmetal and openamp provider.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
meta-xilinx-standalone-experimental failes to parse with below errors
ERROR: No recipes in default available for:
/scratch/sandeep/yocto/2024.1/yp-bc/sources/poky/../meta-xilinx/meta-xilinx-standalone-experimental/recipes-openamp/libmetal/libmetal-xlnx_%.bbappend
/scratch/sandeep/yocto/2024.1/yp-bc/sources/poky/../meta-xilinx/meta-xilinx-standalone-experimental/recipes-openamp/open-amp/open-amp-xlnx_%.bbappend
Hence add openamp-layer dependency to LAYERDEPENDS variable.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
v4l: xilinx: dprx: Replace irq_of_parse_and_map with platform_get_irq_byname
v4l: xilinx: dprx: Fix incorrect reconfiguration of registers
v4l: xilinx: dprx: Correct the XDPRX_DEVICE_SERVICE_IRQ_CP_IRQ_MASK macro value
soc: xilinx: Fix event notification issue for SW event node
drm: xlnx: hdcp: Remove unused variable srm_version
xen/pci: Add xen_reset_device_state function
net: phy: xilinx-gmii2rgmii: Adopt clock support
dt-bindings: net: xilinx_gmii2rgmii: Add clock support
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
arm64: dts: zynqmp: make hw-ecc as the default ecc mode
xilinx: Do not call private env_get_location() when !ENV_IS_NOWHERE
mtd: spi-nor: Disable chip erase for n25q512ax3 flash
configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR
arm64: zynqmp: Disable Tri-state for SDIO
|
| | | |
| | | |
| | | |
| | | | |
dfeprach: Correct order of RACH mapping steps
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
mtd: spi-nor: Disable chip erase for S28HS02GT flash
mtd: spi-nor: Set the ECC configuration to 1-bit error correction
mtd: spi-nor: Added Fixup for S28HS02GT Infineon OSPI flash
xilinx: Enable support for Infineon Octal flash
arm64: zynqmp: Add bootcmd_usb4 variable
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ttcps: Add support for peripheral tests in SDT flow
usbps: Fix failures reported by CV test suite "Chapter 9 Tests [USB 2 devices] CV tests"
usbps: Update driver version
mipicsiss: data: Update yaml file to support new MIPI RX PHY
mipicsiss: src: Add support of mipi rx phy subcore
sw_services:xilloader: Updated RSA KAT to use 2048-bit key
sw_services: xilsecure: Fix RSA quiet mode issues and update KAT
scugic: Add doxygen and editorial fixes
|
|\| | |
| | | |
| | | |
| | | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update xen jtag boot instruction using TFTP or XSDB tools.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update xen jtag boot instruction using TFTP or XSDB tools.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update xen boot instructions for storage boot medium.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
symlinks don't work on the /boot FAT partition, so change to copy
Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
fix: 10 bits HEVC and AVC streams
chore: update to revision d20240216
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
fix: 10 bits HEVC and AVC streams Acked-for-series: Varunkumar Allagadapa <varunkumar.allagadapa@amd.com>
chore: add missing errorCode
fix: context
fix: add missing nDeviceIndex increment
chore: update to revision 20240216
Revert "chore fix compilation issue"
|
| | | |
| | | |
| | | |
| | | | |
fix: Force sample pack mode setting
|
| | | |
| | | |
| | | |
| | | |
| | | | |
dp14txss: zcu_pt_dp14_hdcp: Fix DP14 HDCP multi combination issues
wdttb: Add doxygen fixes
|
| | | |
| | | |
| | | |
| | | | |
Modified al5d log message to use VDU instead of VCU
|
| | | |
| | | |
| | | |
| | | | |
chore: update to revision d20240216
|