summaryrefslogtreecommitdiff
path: root/embeddedsw (follow)
AgeCommit message (Collapse)Author
2022-07-12xemacps: Avoid using memset on device memoryKinsey Moore
It is not safe to use memset with device memory. Device memory has strict access alignment requirements that memset may not respect since it can be optimized to use unaligned accesses. This avoids use of memset with device memory.
2022-07-12embeddedsw: Import Xilinx driver sourceKinsey Moore
Import source for axi_ethernetlite, axi_ethernet, and CGEM. CGEM is also known as emacps and ps7_ethernet. These sources were imported at revision b9b64f53e11723c8df0dfda1c59742428b6f1df1.