embeddedsw
embeddedsw copied to clipboard
Xilinx Embedded Software (embeddedsw) Development
"busy is busy" -> "bus is busy" Please do not submit a Pull Request via github. Our project makes use of mailing lists for patch submission and review. For more...
The license.txt file contains a strange character in line 10299: ``` COPYRIGHT TEXT: --------------- Copyright (C) 2018 � 2022 Xilinx, Inc. All rights reserved. Copyright 2022-2023 Advanced Micro Devices, Inc....
When executing a SHA3 Final IPI operation the DMA appears to corrupt bytes outside the 384 bit (48 byte) output buffer. I believe this is due to calls to XPlmi_DmaXfr...
Hi, Will the driver for AXI HBICAP be added to this repo? If not, can someone please point to where I can find it. I'm using vitis+vivado to work with...
When attempting to compile our project in C++ against the embeddedsw repo, there are several headers that cause build failures. The ones we have run into are as follows: -...
There are various parts of code in the `XilinxProcessorIPLib/drivers/` like `gpiops` and `iicps` directories which are still using the type UINTPTR. This results in failed compilations of the PMUFW. The...
The following functions are missing inside of [xdp.h](https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/dp14/src/xdp.h) void XDp_RxInterruptEnable1(XDp *InstancePtr, u32 Mask) https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/dp14/src/xdp_intr.c#L194 void XDp_RxInterruptDisable1(XDp *InstancePtr, u32 Mask) https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/dp14/src/xdp_intr.c#L223 It looks like these should be declared, as they are...
See file https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/emacps/src/xemacps_bd.h line 242 /** * Get the address (bits 0..31) of the BD's buffer address (word 0) * * @param BdPtr is the BD pointer to operate on...
For the ZCU216, the Linux gpio id passed to XRFClk_Init() is incorrect on line 276 of rfsoc.c `ret = XRFClk_Init(485);`, is incorrect. The same applies to line 142 of xrfclk_example_app.c...
https://github.com/Xilinx/embeddedsw/blame/3728f546f178a1bcd91cf6efc9f8921447846cec/XilinxProcessorIPLib/drivers/uartps/src/xuartps_hw.h#L119 According to mode register definition in: https://docs.xilinx.com/r/tRsGljEoh_lnUPXyOVIunw/VVLEO6lNe6~jpmp4StFQ9Q #define XUARTPS_MR_STOPMODE_MASK 0x000000A0U /**< Stop bits mask */ mask value should be 0xC0 not 0xA0