This function copies data memory to memory using ADMA. You must take care of cache invalidation and flushing. ADMA also should be configured to simple DMA before calling this function.
u32 XFsbl_AdmaCopy(void * DestPtr, void * SrcPtr, u32 Size);
Parameters | Description |
---|---|
DestPtr | Pointer to the destination buffer to which data needs to be copied |
SrcPtr | Pointer to the source buffer from which data needs to be copied |
Size | Number of bytes of data that needs to be copied |