embeddedsw icon indicating copy to clipboard operation
embeddedsw copied to clipboard

Xilinx Embedded Software (embeddedsw) Development

Results 114 embeddedsw issues
Sort by recently updated
recently updated
newest added

This patch fixes the configuration of CPACR_EL1 (Architectural Feature Access Control Register) that controls the SIMD/FPU access in case of EL1 execution (enabled with the EL1_NONSECURE and HYP_GUEST macros set...

MAX_SIZE determines the number of bytes read from the FMC EEPROM (IPMI FRU data). The FRU data can take up to 256 bytes, a limit imposed by the 8-bit address...

1. Uninitialized BaseAddress is used for the DMA_Reset. The BaseAddress is copied to the InstancePtr before the DMA_Reset is called. 2. Preprocessor Typo: Xil_AssertNonVoid -> Xil_AssertNonvoid

Fixes building on systems with non-bash default shell.

These mods only affect the code that is run on the ZCU104 board. They are necessary for powering up VADJ on this board correctly. * On the ZCU104 board, the...

and xllfifo_polling_example.c in which false positives can occur because the test transmit buffer is only filled with zeros. This patch also fixes a bug in xllfifo_interrupt_example.c in the receive data...

Hi, When creating a DisplayPort based standalone C++ project on zcu704, I got some compilation/linking errors (Vivado/SDK 2018.2), and solved this by: - adding #ifdef __cplusplus extern "C" { #endif...