K 10 svn:author V 2 br K 8 svn:date V 27 2020-02-07T14:36:28.971176Z K 7 svn:log V 621 Fix xae(4) driver attachement on the Government Furnished Equipment (GFE) riscv cores. GFE cores come with standard DTS file that lacks standard 'dmas =' property, which means xae(4) could not find a DMA controller to use. The 'dmas' property could not be added to the DTS file because the ethernet controller and DMA engine parts in Linux are implemented in a single driver. Instead of 'dmas' property the standard Xilinx 'axistream-connected' property is provided, so fallback to use it instead. Suggested by: James Clarke Reviewed by: James Clarke Sponsored by: DARPA, AFRL END