xilloader
Vitis Drivers API Documentation
xloader_ddr.h File Reference

Overview

This is the header file which contains DDR interface declarations for the xilloader.

MODIFICATION HISTORY:
Ver   Who  Date        Changes
----- ---- -------- -------------------------------------------------------
1.00  kc   03/12/2019 Initial release
1.01  kc   09/04/2019 Added support to use non blocking DMA in
                                        DdrCopy function
1.02  bsv  04/09/2020 Code clean up of Xilloader
1.03  skd  07/14/2020 Added 64bit support for DDR source address
      bsv  10/13/2020 Code clean up
1.04  bsv  08/26/2021 Code clean up
      dd   09/11/2023 MISRA-C violation Rule 17.8 fixed
Note

Functions

int XLoader_DdrInit (u32 DeviceFlags)
 This function is used to initialize for DDR init. More...
 
int XLoader_DdrCopy (u64 SrcAddr, u64 DestAddr, u32 Length, u32 FlagsVal)
 This function is used to copy the data from DDR to destination address. More...
 
int XLoader_DdrRelease (void)
 This function releases control of DDR. More...